Changeset 9954
- Timestamp:
- 06/18/2015 03:02:04 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r9919 r9954 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2. 3.118 * Version: 2.4.0-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/package.json
r9919 r9954 43 43 "url": "https://buddypress.svn.wordpress.org/trunk/" 44 44 }, 45 "version": "2. 3.1"45 "version": "2.4.0" 46 46 } -
trunk/src/bp-loader.php
r9910 r9954 15 15 * Author: The BuddyPress Community 16 16 * Author URI: https://buddypress.org/ 17 * Version: 2. 3.017 * Version: 2.4.0-alpha 18 18 * Text Domain: buddypress 19 19 * Domain Path: /bp-languages/ … … 310 310 /** Versions **********************************************************/ 311 311 312 $this->version = '2. 3.0';312 $this->version = '2.4.0-alpha'; 313 313 $this->db_version = 9909; 314 314 -
trunk/src/readme.txt
r9919 r9954 4 4 Requires at least: 3.6 5 5 Tested up to: 4.2 6 Stable tag: 2.3. 16 Stable tag: 2.3.2 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 119 119 == Upgrade Notice == 120 120 121 = 2.4.0 = 122 See: https://codex.buddypress.org/releases/version-2-4-0/ 123 124 = 2.3.2 = 125 See: https://codex.buddypress.org/releases/version-2-3-2/ 126 121 127 = 2.3.1 = 122 128 See: https://codex.buddypress.org/releases/version-2-3-1/ … … 217 223 == Changelog == 218 224 225 = 2.4.0 = 226 See: https://codex.buddypress.org/releases/version-2-4-0/ 227 228 = 2.3.2 = 229 See: https://codex.buddypress.org/releases/version-2-3-2/ 230 219 231 = 2.3.1 = 220 232 See: https://codex.buddypress.org/releases/version-2-3-1/
Note: See TracChangeset
for help on using the changeset viewer.