Skip to:
Content

bbPress.org

Changeset 7222


Ignore:
Timestamp:
11/19/2021 04:14:57 PM (4 years ago)
Author:
johnjamesjacoby
Message:

Bump branches/2.6 to 2.6.8.

Location:
branches/2.6
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/bbpress.php

    r7217 r7222  
    1818 * Author:            The bbPress Contributors
    1919 * Author URI:        https://bbpress.org
    20  * Version:           2.6.7
     20 * Version:           2.6.8
    2121 * Text Domain:       bbpress
    2222 * Domain Path:       /languages/
  • branches/2.6/package-lock.json

    r7217 r7222  
    11{
    22    "name": "bbpress",
    3     "version": "2.6.7",
     3    "version": "2.6.8",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • branches/2.6/package.json

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

    r7217 r7222  
    1818 * Author:            The bbPress Contributors
    1919 * Author URI:        https://bbpress.org
    20  * Version:           2.6.7
     20 * Version:           2.6.8
    2121 * Text Domain:       bbpress
    2222 * Domain Path:       /languages/
     
    206206        /** Versions **********************************************************/
    207207
    208         $this->version    = '2.6.7';
     208        $this->version    = '2.6.8';
    209209        $this->db_version = '263';
    210210
  • branches/2.6/src/readme.txt

    r7217 r7222  
    33Tags: forum, forums, discussion, support
    44Tested up to: 5.9
    5 Stable tag: 2.6.7
     5Stable tag: 2.6.8
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.