Skip to:
Content

BuddyPress.org

Changeset 10929


Ignore:
Timestamp:
06/30/2016 10:05:20 AM (9 years ago)
Author:
djpaul
Message:

Bump version numbers to 2.6.1.1

Location:
branches/2.6
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/bp-loader.php

    r10924 r10929  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.6.2-alpha
     18 * Version:     2.6.1.1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.6/package.json

    r10922 r10929  
    4747    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4848  },
    49   "version": "2.6.1"
     49  "version": "2.6.1.1"
    5050}
  • branches/2.6/src/bp-loader.php

    r10928 r10929  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.6.2-alpha
     18 * Version:     2.6.1.1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
     
    331331        /** Versions **********************************************************/
    332332
    333         $this->version    = '2.6.2-alpha';
     333        $this->version    = '2.6.1.1';
    334334        $this->db_version = 10469;
    335335
  • branches/2.6/src/readme.txt

    r10922 r10929  
    44Requires at least: 4.1
    55Tested up to: 4.5.3
    6 Stable tag: 2.6.1
     6Stable tag: 2.6.1.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
     121= 2.6.1.1 =
     122See: https://codex.buddypress.org/releases/version-2-6-1-1/
     123
    121124= 2.6.1 =
    122125See: https://codex.buddypress.org/releases/version-2-6-1/
     
    127130== Changelog ==
    128131
     132= 2.6.1.1 =
     133See: https://codex.buddypress.org/releases/version-2-6-1-1/
     134
    129135= 2.6.1 =
    130136See: https://codex.buddypress.org/releases/version-2-6-1/
Note: See TracChangeset for help on using the changeset viewer.