diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ccd666..60c2410 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 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@v2 + uses: actions/cache@v4 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@v2 + - uses: actions/checkout@v4 - 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@v2 + uses: actions/cache@v4 env: cache-name: cache-composer-dependencies with: diff --git a/composer.lock b/composer.lock index 0cc37a6..b1d4c32 100644 --- a/composer.lock +++ b/composer.lock @@ -4219,12 +4219,12 @@ "source": { "type": "git", "url": "https://github.com/WordPress/wporg-mu-plugins.git", - "reference": "26965c7a8d10c5d7ad59efa174fddf3671788d75" + "reference": "95142090bd72407b2ba7b131d6c80435968c7f8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/wporg-mu-plugins/zipball/26965c7a8d10c5d7ad59efa174fddf3671788d75", - "reference": "26965c7a8d10c5d7ad59efa174fddf3671788d75", + "url": "https://api.github.com/repos/WordPress/wporg-mu-plugins/zipball/95142090bd72407b2ba7b131d6c80435968c7f8a", + "reference": "95142090bd72407b2ba7b131d6c80435968c7f8a", "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-01-10T17:34:42+00:00" + "time": "2025-05-27T01:36:00+00:00" }, { "name": "wporg/wporg-parent-2021", diff --git a/plugins/wporg-5ftf/includes/xprofile.php b/plugins/wporg-5ftf/includes/xprofile.php index 61dff1f..920ac19 100644 --- a/plugins/wporg-5ftf/includes/xprofile.php +++ b/plugins/wporg-5ftf/includes/xprofile.php @@ -321,6 +321,10 @@ 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; @@ -512,7 +516,7 @@ function get_association_classes( $team ) { case 'core-performance-team': case 'performance-team': // Logo defined as SVG in CSS. - $classes = array( 'badge-performance-team' ); + $classes = array( 'badge-performance-contributor' ); 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 36b371f..a635963 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-7dc7e42", + "version": "1.0.0-35b7566", "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 57ee116..3d391b1 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-7dc7e42", + "version": "1.0.0-35b7566", "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 f44cf18..9a09f85 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-7dc7e42", + "version": "1.0.0-35b7566", "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 bf78f59..49e01d1 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-7dc7e42", + "version": "1.0.0-35b7566", "title": "Pledge teams", "category": "design", "icon": "", diff --git a/themes/wporg-5ftf-2024/style.css b/themes/wporg-5ftf-2024/style.css index 29e3a7d..57c830a 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-7dc7e42 + * Version: 1.0.0-35b7566 * License: GNU General Public License v2 or later * Text Domain: wporg-5ftf * Template: wporg-parent-2021