Changeset 11654
- Timestamp:
- 07/28/2017 05:53:25 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r11642 r11654 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.9.0 -RC118 * Version: 2.9.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/npm-shrinkwrap.json
r11642 r11654 1 1 { 2 2 "name": "buddypress", 3 "version": "2.9.0 -RC1",3 "version": "2.9.0", 4 4 "dependencies": { 5 5 "abbrev": { -
trunk/package.json
r11642 r11654 51 51 "url": "https://buddypress.svn.wordpress.org/trunk/" 52 52 }, 53 "version": "2.9.0 -RC1"53 "version": "2.9.0" 54 54 } -
trunk/src/bp-loader.php
r11642 r11654 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.9.0 -RC118 * Version: 2.9.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/src/class-buddypress.php
r11642 r11654 294 294 /** Versions **********************************************************/ 295 295 296 $this->version = '2.9.0 -RC1';296 $this->version = '2.9.0'; 297 297 $this->db_version = 11105; 298 298 -
trunk/src/readme.txt
r11626 r11654 3 3 Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking 4 4 Requires at least: 4.4 5 Tested up to: 4. 7.26 Stable tag: 2. 8.25 Tested up to: 4.8.0 6 Stable tag: 2.9.0 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 117 117 == Upgrade Notice == 118 118 119 See: https://codex.buddypress.org/releases/ 119 = 2.9.0 = 120 See: https://codex.buddypress.org/releases/version-2-9-0/ 120 121 121 122 == Changelog == 122 123 123 See: https://codex.buddypress.org/releases/ 124 = 2.9.0 = 125 See: https://codex.buddypress.org/releases/version-2-9-0/
Note: See TracChangeset
for help on using the changeset viewer.