Changeset 9952
- Timestamp:
- 06/17/2015 08:24:32 PM (10 years ago)
- Location:
- branches/2.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/bp-loader.php
r9917 r9952 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2.3. 118 * Version: 2.3.2 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.3/src/bp-loader.php
r9919 r9952 15 15 * Author: The BuddyPress Community 16 16 * Author URI: https://buddypress.org/ 17 * Version: 2.3. 117 * Version: 2.3.2 18 18 * Text Domain: buddypress 19 19 * Domain Path: /bp-languages/ … … 310 310 /** Versions **********************************************************/ 311 311 312 $this->version = '2.3. 1';313 $this->db_version = 99 09;312 $this->version = '2.3.2'; 313 $this->db_version = 9951; 314 314 315 315 /** Loading ***********************************************************/ -
branches/2.3/src/readme.txt
r9917 r9952 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.3.2 = 122 See: https://codex.buddypress.org/releases/version-2-3-2/ 123 121 124 = 2.3.1 = 122 125 See: https://codex.buddypress.org/releases/version-2-3-1/ … … 217 220 == Changelog == 218 221 222 = 2.3.2 = 223 See: https://codex.buddypress.org/releases/version-2-3-2/ 224 219 225 = 2.3.1 = 220 226 See: https://codex.buddypress.org/releases/version-2-3-1/
Note: See TracChangeset
for help on using the changeset viewer.