Skip to:
Content

BuddyPress.org

Changeset 11823


Ignore:
Timestamp:
01/25/2018 08:32:05 PM (5 years ago)
Author:
djpaul
Message:

2.9.3 version bumps

Location:
branches/2.9
Files:
6 edited

Legend:

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

    r11731 r11823  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.9.2
     18 * Version:     2.9.3
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.9/npm-shrinkwrap.json

    r11731 r11823  
    11{
    22  "name": "buddypress",
    3   "version": "2.9.2",
     3  "version": "2.9.3",
    44  "dependencies": {
    55    "abbrev": {
  • branches/2.9/package.json

    r11731 r11823  
    5151    "url": "https://buddypress.svn.wordpress.org/trunk/"
    5252  },
    53   "version": "2.9.2"
     53  "version": "2.9.3"
    5454}
  • branches/2.9/src/bp-loader.php

    r11731 r11823  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.9.2
     18 * Version:     2.9.3
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/2.9/src/class-buddypress.php

    r11731 r11823  
    294294        /** Versions **********************************************************/
    295295
    296         $this->version    = '2.9.2';
     296        $this->version    = '2.9.3';
    297297        $this->db_version = 11105;
    298298
  • branches/2.9/src/readme.txt

    r11732 r11823  
    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.9
     5Tested up to: 4.9.2
    66Requires PHP: 5.3
    7 Stable tag: 2.9.2
     7Stable tag: 2.9.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    118118== Upgrade Notice ==
    119119
    120 = 2.9.2 =
    121 See: https://codex.buddypress.org/releases/version-2-9-2/
     120= 2.9.3 =
     121See: https://codex.buddypress.org/releases/version-2-9-3/
    122122
    123123== Changelog ==
    124124
    125 = 2.9.2 =
    126 See: https://codex.buddypress.org/releases/version-2-9-2/
     125= 2.9.3 =
     126See: https://codex.buddypress.org/releases/version-2-9-3/
Note: See TracChangeset for help on using the changeset viewer.