Skip to:
Content

BuddyPress.org

Changeset 11200


Ignore:
Timestamp:
10/19/2016 06:06:58 PM (9 years ago)
Author:
mercime
Message:

Bump version numbers to 2.7.0.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r11192 r11200  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.7-rc2
     18 * Version:     2.7.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/package.json

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

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

    r11012 r11200  
    33Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking
    44Requires at least: 4.2
    5 Tested up to: 4.5.3
    6 Stable tag: 2.6.2
     5Tested up to: 4.6.1
     6Stable tag: 2.7.0
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
     121= 2.7.0 =
     122
     123See: https://codex.buddypress.org/releases/version-2-7-0/
     124
    121125= 2.6.2 =
    122126See: https://codex.buddypress.org/releases/version-2-6-2/
     
    133137== Changelog ==
    134138
     139= 2.7.0 =
     140
     141See: https://codex.buddypress.org/releases/version-2-7-0/
     142
    135143= 2.6.2 =
    136144See: https://codex.buddypress.org/releases/version-2-6-2/
Note: See TracChangeset for help on using the changeset viewer.