Make WordPress Core

Changeset 56267

Timestamp:
07/19/2023 05:52:06 AM (13 months ago)
Author:
mikeschroder
Message:

Trunk is now 6.4 alpha.

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-old-branches.yml

    r55717 r56267  
    3535        ]
    3636        branch: [
    37             '6.2', '6.1','6.0',
     37            '6.2', '6.1','6.0',
    3838            '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
    3939            '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1'
     
    4141        include:
    4242          # PHP Compatibility testing was introduced in 5.5.
     43
     44
    4345          - branch: '6.2'
    4446            workflow: 'php-compatibility.yml'
     
    6163          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
    6264          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
     65
     66
    6367          - branch: '6.2'
    6468            workflow: 'end-to-end-tests.yml'
     
    7377
    7478          # Performance testing was introduced in 6.2.
     79
     80
    7581          - branch: '6.2'
    7682            workflow: 'performance.yml'
     
    8086      - name: Dispatch workflow run
    8187        uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
    82         if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.2' }}
     88        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.' }}
    8389        with:
    8490          retries: 2
  • trunk/SECURITY.md

    r55670 r56267  
    1111| Version | Supported |
    1212| ------- | --------- |
     13
    1314| 6.2.x   | Yes       |
    1415| 6.1.x   | Yes       |
  • trunk/package-lock.json

    r56255 r56267  
    11{
    22    "name": "WordPress",
    3     "version": "6.3.0",
     3    "version": "6..0",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • trunk/package.json

    r56255 r56267  
    11{
    22    "name": "WordPress",
    3     "version": "6.3.0",
     3    "version": "6..0",
    44    "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
    55    "repository": {
  • trunk/src/wp-includes/version.php

    r56265 r56267  
    1717 * @global string $wp_version
    1818 */
    19 $wp_version = '6.3-RC1-56265-src';
     19$wp_version = '6.-src';
    2020
    2121/**
Note: See TracChangeset for help on using the changeset viewer.