Skip to:
Content

BuddyPress.org

Changeset 11677


Ignore:
Timestamp:
08/23/2017 09:52:22 AM (9 years ago)
Author:
djpaul
Message:

2.9 branch: version bumps to 2.9.1

Location:
branches/2.9
Files:
6 edited

Legend:

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

    r11658 r11677  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.9.1-alpha
     18 * Version:     2.9.1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.9/npm-shrinkwrap.json

    r11658 r11677  
    11{
    22  "name": "buddypress",
    3   "version": "2.9.1-alpha",
     3  "version": "2.9.1",
    44  "dependencies": {
    55    "abbrev": {
  • branches/2.9/package.json

    r11658 r11677  
    5151    "url": "https://buddypress.svn.wordpress.org/trunk/"
    5252  },
    53   "version": "2.9.1-alpha"
     53  "version": "2.9.1"
    5454}
  • branches/2.9/src/bp-loader.php

    r11658 r11677  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.9.1-alpha
     18 * Version:     2.9.1
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.9/src/class-buddypress.php

    r11658 r11677  
    294294                /** Versions **********************************************************/
    295295
    296                 $this->version    = '2.9.1-alpha';
     296                $this->version    = '2.9.1';
    297297                $this->db_version = 11105;
    298298
  • branches/2.9/src/readme.txt

    r11655 r11677  
    33Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking
    44Requires at least: 4.4
    5 Tested up to: 4.8
    6 Stable tag: 2.9.0
     5Tested up to: 4.8.1
     6Stable tag: 2.9.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    117117== Upgrade Notice ==
    118118
    119 = 2.9.0 =
    120 See: https://codex.buddypress.org/releases/version-2-9-0/
     119= 2.9.1 =
     120See: https://codex.buddypress.org/releases/version-2-9-1/
    121121
    122122== Changelog ==
    123123
    124 = 2.9.0 =
    125 See: https://codex.buddypress.org/releases/version-2-9-0/
     124= 2.9.1 =
     125See: https://codex.buddypress.org/releases/version-2-9-1/
Note: See TracChangeset for help on using the changeset viewer.