Changeset 10343
- Timestamp:
- 11/11/2015 05:34:11 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r10320 r10343 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2.4.0 -rc118 * Version: 2.4.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/src/bp-loader.php
r10320 r10343 15 15 * Author: The BuddyPress Community 16 16 * Author URI: https://buddypress.org/ 17 * Version: 2.4.0 -rc117 * Version: 2.4.0 18 18 * Text Domain: buddypress 19 19 * Domain Path: /bp-languages/ … … 327 327 /** Versions **********************************************************/ 328 328 329 $this->version = '2.4.0 -rc1';329 $this->version = '2.4.0'; 330 330 $this->db_version = 10000; 331 331 -
trunk/src/readme.txt
r10306 r10343 4 4 Requires at least: 3.8 5 5 Tested up to: 4.3.1 6 Stable tag: 2. 3.46 Stable tag: 2.4.0 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 122 122 See: https://codex.buddypress.org/releases/version-2-4-0/ 123 123 124 = 2.3.5 = 125 See: https://codex.buddypress.org/releases/version-2-3-5/ 126 124 127 = 2.3.4 = 125 128 See: https://codex.buddypress.org/releases/version-2-3-4/ … … 232 235 See: https://codex.buddypress.org/releases/version-2-4-0/ 233 236 237 = 2.3.5 = 238 See: https://codex.buddypress.org/releases/version-2-3-5/ 239 234 240 = 2.3.4 = 235 241 See: https://codex.buddypress.org/releases/version-2-3-4/
Note: See TracChangeset
for help on using the changeset viewer.