Skip to:
Content

BuddyPress.org

Changeset 11234


Ignore:
Timestamp:
11/04/2016 04:04:15 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Bump 2.7 branch to 2.7.2.

Location:
branches/2.7
Files:
4 edited

Legend:

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

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

    r11229 r11234  
    11{
    22  "name": "buddypress",
    3   "version": "2.7.1",
     3  "version": "2.7.2",
    44  "dependencies": {
    55    "abbrev": {
  • branches/2.7/src/bp-loader.php

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

    r11229 r11234  
    44Requires at least: 4.2
    55Tested up to: 4.7
    6 Stable tag: 2.7.1
     6Stable tag: 2.7.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
     121= 2.7.2 =
     122See: https://codex.buddypress.org/releases/version-2-7-2/
     123
    121124= 2.7.1 =
    122125See: https://codex.buddypress.org/releases/version-2-7-1/
Note: See TracChangeset for help on using the changeset viewer.