Skip to:
Content

bbPress.org

Changeset 7290


Ignore:
Timestamp:
02/26/2025 06:27:40 PM (4 months ago)
Author:
johnjamesjacoby
Message:

Bump 2.6 branch to 2.6.12.

Location:
branches/2.6
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/bbpress.php

    r7273 r7290  
    2525 * Requires at least: 6.0
    2626 * Tested up to:      6.5
    27  * Version:           2.6.11
     27 * Version:           2.6.12
    2828 */
    2929
  • branches/2.6/package-lock.json

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

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

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

    r7273 r7290  
    77Requires at least: 6.0
    88Tested up to:      6.5
    9 Stable tag:        2.6.11
     9Stable tag:        2.6.12
    1010
    1111bbPress is forum software for WordPress.
Note: See TracChangeset for help on using the changeset viewer.