Make WordPress Core

Changeset 54642

Timestamp:
10/18/2022 08:03:57 PM (22 months ago)
Author:
davidbaumwald
Message:

Trunk is now 6.2 alpha.

Location:
trunk
Files:
5 edited

Legend:

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

    r54511 r54642  
    2929        ]
    3030        branch: [
    31             '6.0',
     31            '6.0',
    3232            '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
    3333            '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1', '4.0',
     
    3636        include:
    3737          # PHP Compatibility testing was introduced in 5.5.
     38
     39
    3840          - branch: '6.0'
    3941            workflow: 'php-compatibility.yml'
     
    5254          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
    5355          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
     56
     57
    5458          - branch: '6.0'
    5559            workflow: 'end-to-end-tests.yml'
     
    6973      - name: Dispatch workflow run
    7074        uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2
    71         if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }}
     75        if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.' }}
    7276        with:
    7377          retries: 2
  • trunk/SECURITY.md

    r53342 r54642  
    1010| Version | Supported          |
    1111| ------- | ------------------ |
     12
    1213| 6.0.x   | :white_check_mark: |
    1314| 5.9.x   | :white_check_mark: |
  • trunk/package-lock.json

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

    r54632 r54642  
    11{
    22    "name": "WordPress",
    3     "version": "6.1.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

    r54640 r54642  
    1717 * @global string $wp_version
    1818 */
    19 $wp_version = '6.1-RC2-54640-src';
     19$wp_version = '6.-src';
    2020
    2121/**
Note: See TracChangeset for help on using the changeset viewer.