Skip to:
Content

bbPress.org

Changeset 7295


Ignore:
Timestamp:
04/16/2025 10:53:45 PM (2 months ago)
Author:
johnjamesjacoby
Message:

Bump versions from 2.6.12 to 2.6.13.

Location:
branches/2.6
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/bbpress.php

    r7290 r7295  
    2424 * Requires PHP:      5.6.20
    2525 * Requires at least: 6.0
    26  * Tested up to:      6.5
    27  * Version:           2.6.12
     26 * Tested up to:      6.9
     27 * Version:           2.6.13
    2828 */
    2929
  • branches/2.6/package-lock.json

    r7290 r7295  
    11{
    22    "name": "bbpress",
    3     "version": "2.6.12",
     3    "version": "2.6.13",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • branches/2.6/package.json

    r7290 r7295  
    11{
    22    "name": "bbpress",
    3     "version": "2.6.12",
     3    "version": "2.6.13",
    44    "author": "The bbPress Contributors",
    55    "description": "Forum software with a twist from the creators of WordPress.",
  • branches/2.6/src/bbpress.php

    r7290 r7295  
    2424 * Requires PHP:      5.6.20
    2525 * Requires at least: 6.0
    26  * Tested up to:      6.5
    27  * Version:           2.6.12
     26 * Tested up to:      6.9
     27 * Version:           2.6.13
    2828 */
    2929
     
    208208        /** Versions **********************************************************/
    209209
    210         $this->version    = '2.6.12';
     210        $this->version    = '2.6.13';
    211211        $this->db_version = '263';
    212212
  • branches/2.6/src/readme.txt

    r7290 r7295  
    66Requires PHP:      5.6.20
    77Requires at least: 6.0
    8 Tested up to:      6.5
    9 Stable tag:        2.6.12
     8Tested up to:      6.9
     9Stable tag:        2.6.13
    1010
    1111bbPress is forum software for WordPress.
Note: See TracChangeset for help on using the changeset viewer.