Changeset 12314
- Timestamp:
- 12/05/2018 03:40:38 PM (6 years ago)
- Location:
- branches/4.0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/bp-loader.php
r12302 r12314 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 4. 0.1-alpha18 * Version: 4.1.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/4.0/npm-shrinkwrap.json
r12299 r12314 1 1 { 2 2 "name": "buddypress", 3 "version": "4. 0.0",3 "version": "4.1.0", 4 4 "dependencies": {} 5 5 } -
branches/4.0/package.json
r12299 r12314 52 52 "url": "https://buddypress.svn.wordpress.org/trunk/" 53 53 }, 54 "version": "4. 0.0",54 "version": "4.1.0", 55 55 "dependencies": {}, 56 56 "browserslist": [ -
branches/4.0/src/bp-loader.php
r12302 r12314 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 4. 0.1-alpha18 * Version: 4.1.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/4.0/src/class-buddypress.php
r12302 r12314 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '4. 0.1-alpha';306 $this->version = '4.1.0'; 307 307 $this->db_version = 11105; 308 308 -
branches/4.0/src/readme.txt
r12313 r12314 5 5 Tested up to: 5.0 6 6 Requires PHP: 5.3 7 Stable tag: 4. 0.07 Stable tag: 4.1.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 127 127 == Upgrade Notice == 128 128 129 = 4.1.0 = 130 See: https://codex.buddypress.org/releases/version-4-1-0/ 131 129 132 = 4.0.0 = 130 133 See: https://codex.buddypress.org/releases/version-4-0-0/ … … 132 135 == Changelog == 133 136 137 = 4.1.0 = 138 See: https://codex.buddypress.org/releases/version-4-1-0/ 139 134 140 = 4.0.0 = 135 136 141 See: https://codex.buddypress.org/releases/version-4-0-0/
Note: See TracChangeset
for help on using the changeset viewer.