Skip to:
Content

BuddyPress.org

Changeset 11229


Ignore:
Timestamp:
11/03/2016 07:11:40 PM (8 years ago)
Author:
mercime
Message:

Bump version numbers to 2.7.1.

Location:
branches/2.7
Files:
5 edited

Legend:

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

    r11205 r11229  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.7.1-alpha
     18 * Version:     2.7.1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.7/npm-shrinkwrap.json

    r11159 r11229  
    11{
    22  "name": "buddypress",
    3   "version": "2.7.0-beta1",
     3  "version": "2.7.1",
    44  "dependencies": {
    55    "abbrev": {
  • branches/2.7/package.json

    r11200 r11229  
    4747    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4848  },
    49   "version": "2.7.0"
     49  "version": "2.7.1"
    5050}
  • branches/2.7/src/bp-loader.php

    r11214 r11229  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.7.1-alpha
     18 * Version:     2.7.1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
     
    331331        /** Versions **********************************************************/
    332332
    333         $this->version    = '2.7.0';
     333        $this->version    = '2.7.1';
    334334        $this->db_version = 11105;
    335335
  • branches/2.7/src/readme.txt

    r11224 r11229  
    44Requires at least: 4.2
    55Tested up to: 4.7
    6 Stable tag: 2.7.0
     6Stable tag: 2.7.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
    121 = 2.7.0 =
    122 
     121= 2.7.1 =
     122See: https://codex.buddypress.org/releases/version-2-7-1/
     123
     124= 2.7.0 =
    123125See: https://codex.buddypress.org/releases/version-2-7-0/
    124126
     
    137139== Changelog ==
    138140
    139 = 2.7.0 =
    140 
     141= 2.7.1 =
     142See: https://codex.buddypress.org/releases/version-2-7-1/
     143
     144= 2.7.0 =
    141145See: https://codex.buddypress.org/releases/version-2-7-0/
    142146
Note: See TracChangeset for help on using the changeset viewer.