Changeset 11823
- Timestamp:
- 01/25/2018 08:32:05 PM (5 years ago)
- Location:
- branches/2.9
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/bp-loader.php
r11731 r11823 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.9. 218 * Version: 2.9.3 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.9/npm-shrinkwrap.json
r11731 r11823 1 1 { 2 2 "name": "buddypress", 3 "version": "2.9. 2",3 "version": "2.9.3", 4 4 "dependencies": { 5 5 "abbrev": { -
branches/2.9/package.json
r11731 r11823 51 51 "url": "https://buddypress.svn.wordpress.org/trunk/" 52 52 }, 53 "version": "2.9. 2"53 "version": "2.9.3" 54 54 } -
branches/2.9/src/bp-loader.php
r11731 r11823 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.9. 218 * Version: 2.9.3 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.9/src/class-buddypress.php
r11731 r11823 294 294 /** Versions **********************************************************/ 295 295 296 $this->version = '2.9. 2';296 $this->version = '2.9.3'; 297 297 $this->db_version = 11105; 298 298 -
branches/2.9/src/readme.txt
r11732 r11823 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.9 5 Tested up to: 4.9.2 6 6 Requires PHP: 5.3 7 Stable tag: 2.9. 27 Stable tag: 2.9.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 118 118 == Upgrade Notice == 119 119 120 = 2.9. 2=121 See: https://codex.buddypress.org/releases/version-2-9- 2/120 = 2.9.3 = 121 See: https://codex.buddypress.org/releases/version-2-9-3/ 122 122 123 123 == Changelog == 124 124 125 = 2.9. 2=126 See: https://codex.buddypress.org/releases/version-2-9- 2/125 = 2.9.3 = 126 See: https://codex.buddypress.org/releases/version-2-9-3/
Note: See TracChangeset
for help on using the changeset viewer.