Make WordPress Core

Changeset 56966

Timestamp:
10/17/2023 06:39:45 PM (9 months ago)
Author:
hellofromTonya
Message:

Trunk is now 6.5 alpha.

Location:
trunk
Files:
5 edited

Legend:

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

    r56955 r56966  
    1818
    1919env:
    20   CURRENTLY_SUPPORTED_BRANCH: '6.3'
     20  CURRENTLY_SUPPORTED_BRANCH: '6.'
    2121
    2222jobs:
     
    3838        ]
    3939        branch: [
    40             '6.3', '6.2', '6.1','6.0',
     40            '6.3', '6.2', '6.1','6.0',
    4141            '5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
    4242            '4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1'
     
    4444        include:
    4545          # PHP Compatibility testing was introduced in 5.5.
     46
     47
    4648          - branch: '6.3'
    4749            workflow: 'php-compatibility.yml'
     
    6668          # Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
    6769          # Branches 5.8 and newer should be tested to confirm no regressions are introduced.
     70
     71
    6872          - branch: '6.3'
    6973            workflow: 'end-to-end-tests.yml'
     
    8084
    8185          # Performance testing was introduced in 6.2.
     86
     87
    8288          - branch: '6.3'
    8389            workflow: 'performance.yml'
  • trunk/SECURITY.md

    r56267 r56966  
    1010
    1111| Version | Supported |
    12 | ------- | --------- |
     12|---------| --------- |
     13| 6.4.x   | Yes       |
    1314| 6.3.x   | Yes       |
    1415| 6.2.x   | Yes       |
  • trunk/package-lock.json

    r56961 r56966  
    11{
    22    "name": "WordPress",
    3     "version": "6.4.0",
     3    "version": "6..0",
    44    "lockfileVersion": 2,
    55    "requires": true,
  • trunk/package.json

    r56961 r56966  
    11{
    22    "name": "WordPress",
    3     "version": "6.4.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

    r56964 r56966  
    1717 * @global string $wp_version
    1818 */
    19 $wp_version = '6.4-RC1-56475-src';
     19$wp_version = '6.-56475-src';
    2020
    2121/**
Note: See TracChangeset for help on using the changeset viewer.