Changeset 11429
- Timestamp:
- 02/15/2017 08:20:50 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r11427 r11429 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.8.0 -RC118 * Version: 2.8.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/npm-shrinkwrap.json
r11427 r11429 1 1 { 2 2 "name": "buddypress", 3 "version": "2.8.0 -RC1",3 "version": "2.8.0", 4 4 "dependencies": { 5 5 "abbrev": { -
trunk/package.json
r11427 r11429 47 47 "url": "https://buddypress.svn.wordpress.org/trunk/" 48 48 }, 49 "version": "2.8.0 -RC1"49 "version": "2.8.0" 50 50 } -
trunk/src/bp-loader.php
r11427 r11429 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.8.0 -RC118 * Version: 2.8.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/src/class-buddypress.php
r11427 r11429 294 294 /** Versions **********************************************************/ 295 295 296 $this->version = '2.8.0 -RC1';296 $this->version = '2.8.0'; 297 297 $this->db_version = 11105; 298 298 -
trunk/src/readme.txt
r11397 r11429 3 3 Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking 4 4 Requires at least: 4.3 5 Tested up to: 4. 86 Stable tag: 2. 7.45 Tested up to: 4.7.2 6 Stable tag: 2.8.0 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.