mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 02:01:18 +03:00
Compare commits
5 commits
5f016b5491
...
2c983c0ce1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2c983c0ce1 | ||
![]() |
35b7566992 | ||
![]() |
6c9328d296 | ||
![]() |
bb39b7efcc | ||
![]() |
1f66ad92ef |
8 changed files with 18 additions and 14 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
||||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||||
|
|
||||||
- name: Set up Composer caching
|
- name: Set up Composer caching
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-composer-dependencies
|
cache-name: cache-composer-dependencies
|
||||||
with:
|
with:
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Subversion
|
- name: Install Subversion
|
||||||
run: |
|
run: |
|
||||||
|
@ -88,7 +88,7 @@ jobs:
|
||||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||||
|
|
||||||
- name: Set up Composer caching
|
- name: Set up Composer caching
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-composer-dependencies
|
cache-name: cache-composer-dependencies
|
||||||
with:
|
with:
|
||||||
|
|
8
composer.lock
generated
8
composer.lock
generated
|
@ -4219,12 +4219,12 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/WordPress/wporg-mu-plugins.git",
|
"url": "https://github.com/WordPress/wporg-mu-plugins.git",
|
||||||
"reference": "26965c7a8d10c5d7ad59efa174fddf3671788d75"
|
"reference": "95142090bd72407b2ba7b131d6c80435968c7f8a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/WordPress/wporg-mu-plugins/zipball/26965c7a8d10c5d7ad59efa174fddf3671788d75",
|
"url": "https://api.github.com/repos/WordPress/wporg-mu-plugins/zipball/95142090bd72407b2ba7b131d6c80435968c7f8a",
|
||||||
"reference": "26965c7a8d10c5d7ad59efa174fddf3671788d75",
|
"reference": "95142090bd72407b2ba7b131d6c80435968c7f8a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -4265,7 +4265,7 @@
|
||||||
"source": "https://github.com/WordPress/wporg-mu-plugins/tree/build",
|
"source": "https://github.com/WordPress/wporg-mu-plugins/tree/build",
|
||||||
"issues": "https://github.com/WordPress/wporg-mu-plugins/issues"
|
"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",
|
"name": "wporg/wporg-parent-2021",
|
||||||
|
|
|
@ -321,6 +321,10 @@ function get_association_classes( $team ) {
|
||||||
$classes = array( 'badge-code', 'dashicons-editor-code' );
|
$classes = array( 'badge-code', 'dashicons-editor-code' );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'core-ai-team':
|
||||||
|
$classes = array( 'badge-code-committer', 'dashicons-cloud-upload' );
|
||||||
|
break;
|
||||||
|
|
||||||
case 'mobile-team':
|
case 'mobile-team':
|
||||||
$classes = array( 'badge-mobile', 'dashicons-smartphone' );
|
$classes = array( 'badge-mobile', 'dashicons-smartphone' );
|
||||||
break;
|
break;
|
||||||
|
@ -512,7 +516,7 @@ function get_association_classes( $team ) {
|
||||||
case 'core-performance-team':
|
case 'core-performance-team':
|
||||||
case 'performance-team':
|
case 'performance-team':
|
||||||
// Logo defined as SVG in CSS.
|
// Logo defined as SVG in CSS.
|
||||||
$classes = array( 'badge-performance-team' );
|
$classes = array( 'badge-performance-contributor' );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'core-performance-contributor':
|
case 'core-performance-contributor':
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||||
"apiVersion": 2,
|
"apiVersion": 2,
|
||||||
"name": "wporg/my-pledge-list",
|
"name": "wporg/my-pledge-list",
|
||||||
"version": "1.0.0-7dc7e42",
|
"version": "1.0.0-35b7566",
|
||||||
"title": "My pledges",
|
"title": "My pledges",
|
||||||
"category": "design",
|
"category": "design",
|
||||||
"icon": "",
|
"icon": "",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||||
"apiVersion": 2,
|
"apiVersion": 2,
|
||||||
"name": "wporg/pledge-contributors",
|
"name": "wporg/pledge-contributors",
|
||||||
"version": "1.0.0-7dc7e42",
|
"version": "1.0.0-35b7566",
|
||||||
"title": "Pledge contributors",
|
"title": "Pledge contributors",
|
||||||
"category": "design",
|
"category": "design",
|
||||||
"icon": "",
|
"icon": "",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||||
"apiVersion": 2,
|
"apiVersion": 2,
|
||||||
"name": "wporg/pledge-edit-button",
|
"name": "wporg/pledge-edit-button",
|
||||||
"version": "1.0.0-7dc7e42",
|
"version": "1.0.0-35b7566",
|
||||||
"title": "Edit pledge button",
|
"title": "Edit pledge button",
|
||||||
"category": "design",
|
"category": "design",
|
||||||
"icon": "",
|
"icon": "",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||||
"apiVersion": 2,
|
"apiVersion": 2,
|
||||||
"name": "wporg/pledge-teams",
|
"name": "wporg/pledge-teams",
|
||||||
"version": "1.0.0-7dc7e42",
|
"version": "1.0.0-35b7566",
|
||||||
"title": "Pledge teams",
|
"title": "Pledge teams",
|
||||||
"category": "design",
|
"category": "design",
|
||||||
"icon": "",
|
"icon": "",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Author: WordPress.org
|
* Author: WordPress.org
|
||||||
* Author URI: https://wordpress.org/
|
* Author URI: https://wordpress.org/
|
||||||
* Description: A block-based child theme for WordPress.org/five/
|
* 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
|
* License: GNU General Public License v2 or later
|
||||||
* Text Domain: wporg-5ftf
|
* Text Domain: wporg-5ftf
|
||||||
* Template: wporg-parent-2021
|
* Template: wporg-parent-2021
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue