From 49d4b0bed770025cc3c9174e43141ae0cfeb87a8 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Sep 2023 16:09:11 -0500 Subject: [PATCH 1/5] Bump WordPress "tested up to" version 6.3 on `trunk` --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index f051650f..184bfcba 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: jakemgold, 10up, thinkoomph, jeffpaul, faisal03 Donate link: https://10up.com/plugins/simple-local-avatars-wordpress/ Tags: avatar, gravatar, user photos, users, profile Requires at least: 5.7 -Tested up to: 6.2 +Tested up to: 6.3 Requires PHP: 7.4 Stable tag: 2.7.5 License: GPLv2 or later From 073f1979d6addeb3eecd7fb8cf56efe9bcfa7007 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Wed, 3 Jan 2024 10:08:56 -0700 Subject: [PATCH 2/5] Add demo data --- .wordpress-org/blueprints/demo-data.xml | 81 +++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 .wordpress-org/blueprints/demo-data.xml diff --git a/.wordpress-org/blueprints/demo-data.xml b/.wordpress-org/blueprints/demo-data.xml new file mode 100644 index 00000000..9350b43e --- /dev/null +++ b/.wordpress-org/blueprints/demo-data.xml @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + My WordPress Website + https://playground.wordpress.net + + Wed, 03 Jan 2024 17:06:28 +0000 + en-US + 1.2 + https://playground.wordpress.net + https://playground.wordpress.net + + 1 + + + https://wordpress.org/?v=6.4.2 + + + <![CDATA[8bits love]]> + https://playground.wordpress.net/?attachment_id=5 + Wed, 03 Jan 2024 16:59:46 +0000 + + https://playground.wordpress.net/wp-content/uploads/2024/01/4503001362_7255e57a75_o.jpg + + + 8bits Love" by MA!LO is licensed under CC BY-SA 2.0 ]]> + 5 + + + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + From efd61f0ddf927b5ae56ecd71b51951d8f04ab400 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Wed, 3 Jan 2024 10:14:17 -0700 Subject: [PATCH 3/5] Add a blueprint.json file that is used to generate a preview environment --- .wordpress-org/blueprints/blueprint.json | 47 ++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .wordpress-org/blueprints/blueprint.json diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json new file mode 100644 index 00000000..27ddcc05 --- /dev/null +++ b/.wordpress-org/blueprints/blueprint.json @@ -0,0 +1,47 @@ +{ + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "landingPage": "\/wp-admin\/options-discussion.php", + "preferredVersions": { + "php": "7.4", + "wp": "latest" + }, + "phpExtensionBundles": ["kitchen-sink"], + "features": { + "networking": true + }, + "steps": [ + { + "step": "login", + "username": "admin", + "password": "password" + }, + { + "step": "importFile", + "file": { + "resource": "url", + "url": "https:\/\/raw.githubusercontent.com\/10up\/simple-local-avatars\/073f1979d6addeb3eecd7fb8cf56efe9bcfa7007\/.wordpress-org\/blueprints\/demo-data.xml" + } + }, + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "wordpress.org\/plugins", + "slug": "simple-local-avatars" + }, + "options": { + "activate": true + } + }, + { + "step": "setSiteOptions", + "options": { + "avatar_default": "simple_local_avatar", + "simple_local_avatars": { + "caps": 1, + "only": 1 + }, + "simple_local_avatar_default": 5 + } + } + ] +} From 26860d029501f2bdfeb523d37b27a0ff24fb72e2 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Wed, 3 Jan 2024 10:19:05 -0700 Subject: [PATCH 4/5] Fix our asset deploy workflow --- .github/workflows/push-asset-readme-update.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-asset-readme-update.yml b/.github/workflows/push-asset-readme-update.yml index 9af7fb6b..ab92c431 100644 --- a/.github/workflows/push-asset-readme-update.yml +++ b/.github/workflows/push-asset-readme-update.yml @@ -1,22 +1,29 @@ name: Plugin asset/readme update + on: push: branches: - trunk + jobs: trunk: name: Push to trunk runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Install node - uses: actions/setup-node@v1 + - name: Checkout code + uses: actions/checkout@v4 + + - name: Setup node version + uses: actions/setup-node@v4 with: - node-version: 12 + node-version: 16 + cache: npm + - name: Build run: | npm install npm run build + - name: WordPress.org plugin asset/readme update uses: 10up/action-wordpress-plugin-asset-update@stable env: From b52e5f69e77697969b08ad7b74325dbaa008b866 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 5 Jul 2024 12:20:50 -0500 Subject: [PATCH 5/5] bump WordPress "tested up to" version 6.6 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 400d6f77..742e0ab1 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: jakemgold, 10up, thinkoomph, jeffpaul, faisal03 Donate link: https://10up.com/plugins/simple-local-avatars-wordpress/ Tags: avatar, gravatar, user photos, users, profile -Tested up to: 6.5 +Tested up to: 6.6 Stable tag: 2.7.10 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html