diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c2410..1ccd666 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v2 with: fetch-depth: 0 @@ -27,7 +27,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Set up Composer caching - uses: actions/cache@v4 + uses: actions/cache@v2 env: cache-name: cache-composer-dependencies with: @@ -76,7 +76,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v2 - name: Install Subversion run: | @@ -88,7 +88,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Set up Composer caching - uses: actions/cache@v4 + uses: actions/cache@v2 env: cache-name: cache-composer-dependencies with: diff --git a/composer.lock b/composer.lock index b1d4c32..0cc37a6 100644 --- a/composer.lock +++ b/composer.lock @@ -4219,12 +4219,12 @@ "source": { "type": "git", "url": "https://github.com/WordPress/wporg-mu-plugins.git", - "reference": "95142090bd72407b2ba7b131d6c80435968c7f8a" + "reference": "26965c7a8d10c5d7ad59efa174fddf3671788d75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/wporg-mu-plugins/zipball/95142090bd72407b2ba7b131d6c80435968c7f8a", - "reference": "95142090bd72407b2ba7b131d6c80435968c7f8a", + "url": "https://api.github.com/repos/WordPress/wporg-mu-plugins/zipball/26965c7a8d10c5d7ad59efa174fddf3671788d75", + "reference": "26965c7a8d10c5d7ad59efa174fddf3671788d75", "shasum": "" }, "require": { @@ -4265,7 +4265,7 @@ "source": "https://github.com/WordPress/wporg-mu-plugins/tree/build", "issues": "https://github.com/WordPress/wporg-mu-plugins/issues" }, - "time": "2025-05-27T01:36:00+00:00" + "time": "2025-01-10T17:34:42+00:00" }, { "name": "wporg/wporg-parent-2021", diff --git a/plugins/wporg-5ftf/includes/xprofile.php b/plugins/wporg-5ftf/includes/xprofile.php index 920ac19..61dff1f 100644 --- a/plugins/wporg-5ftf/includes/xprofile.php +++ b/plugins/wporg-5ftf/includes/xprofile.php @@ -321,10 +321,6 @@ function get_association_classes( $team ) { $classes = array( 'badge-code', 'dashicons-editor-code' ); break; - case 'core-ai-team': - $classes = array( 'badge-code-committer', 'dashicons-cloud-upload' ); - break; - case 'mobile-team': $classes = array( 'badge-mobile', 'dashicons-smartphone' ); break; @@ -516,7 +512,7 @@ function get_association_classes( $team ) { case 'core-performance-team': case 'performance-team': // Logo defined as SVG in CSS. - $classes = array( 'badge-performance-contributor' ); + $classes = array( 'badge-performance-team' ); break; case 'core-performance-contributor': diff --git a/themes/wporg-5ftf-2024/build/my-pledge-list/block.json b/themes/wporg-5ftf-2024/build/my-pledge-list/block.json index a635963..36b371f 100644 --- a/themes/wporg-5ftf-2024/build/my-pledge-list/block.json +++ b/themes/wporg-5ftf-2024/build/my-pledge-list/block.json @@ -2,7 +2,7 @@ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "wporg/my-pledge-list", - "version": "1.0.0-35b7566", + "version": "1.0.0-7dc7e42", "title": "My pledges", "category": "design", "icon": "", diff --git a/themes/wporg-5ftf-2024/build/pledge-contributors/block.json b/themes/wporg-5ftf-2024/build/pledge-contributors/block.json index 3d391b1..57ee116 100644 --- a/themes/wporg-5ftf-2024/build/pledge-contributors/block.json +++ b/themes/wporg-5ftf-2024/build/pledge-contributors/block.json @@ -2,7 +2,7 @@ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "wporg/pledge-contributors", - "version": "1.0.0-35b7566", + "version": "1.0.0-7dc7e42", "title": "Pledge contributors", "category": "design", "icon": "", diff --git a/themes/wporg-5ftf-2024/build/pledge-edit-button/block.json b/themes/wporg-5ftf-2024/build/pledge-edit-button/block.json index 9a09f85..f44cf18 100644 --- a/themes/wporg-5ftf-2024/build/pledge-edit-button/block.json +++ b/themes/wporg-5ftf-2024/build/pledge-edit-button/block.json @@ -2,7 +2,7 @@ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "wporg/pledge-edit-button", - "version": "1.0.0-35b7566", + "version": "1.0.0-7dc7e42", "title": "Edit pledge button", "category": "design", "icon": "", diff --git a/themes/wporg-5ftf-2024/build/pledge-teams/block.json b/themes/wporg-5ftf-2024/build/pledge-teams/block.json index 49e01d1..bf78f59 100644 --- a/themes/wporg-5ftf-2024/build/pledge-teams/block.json +++ b/themes/wporg-5ftf-2024/build/pledge-teams/block.json @@ -2,7 +2,7 @@ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "wporg/pledge-teams", - "version": "1.0.0-35b7566", + "version": "1.0.0-7dc7e42", "title": "Pledge teams", "category": "design", "icon": "", diff --git a/themes/wporg-5ftf-2024/style.css b/themes/wporg-5ftf-2024/style.css index 57c830a..29e3a7d 100644 --- a/themes/wporg-5ftf-2024/style.css +++ b/themes/wporg-5ftf-2024/style.css @@ -4,7 +4,7 @@ * Author: WordPress.org * Author URI: https://wordpress.org/ * Description: A block-based child theme for WordPress.org/five/ - * Version: 1.0.0-35b7566 + * Version: 1.0.0-7dc7e42 * License: GNU General Public License v2 or later * Text Domain: wporg-5ftf * Template: wporg-parent-2021