Changeset 10387
- Timestamp:
- 12/03/2015 03:23:57 PM (9 years ago)
- Location:
- branches/2.4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/bp-loader.php
r10344 r10387 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2.4. 018 * Version: 2.4.1 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.4/package.json
r10228 r10387 43 43 "url": "https://buddypress.svn.wordpress.org/trunk/" 44 44 }, 45 "version": "2.4. 0"45 "version": "2.4.1" 46 46 } -
branches/2.4/src/bp-loader.php
r10347 r10387 15 15 * Author: The BuddyPress Community 16 16 * Author URI: https://buddypress.org/ 17 * Version: 2.4. 017 * Version: 2.4.1 18 18 * Text Domain: buddypress 19 19 * Domain Path: /bp-languages/ … … 327 327 /** Versions **********************************************************/ 328 328 329 $this->version = '2.4. 0';329 $this->version = '2.4.1'; 330 330 $this->db_version = 10071; 331 331 -
branches/2.4/src/readme.txt
r10344 r10387 4 4 Requires at least: 3.8 5 5 Tested up to: 4.3.1 6 Stable tag: 2.4. 06 Stable tag: 2.4.1 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.1 = 122 See: https://codex.buddypress.org/releases/version-2-4-1/ 123 121 124 = 2.4.0 = 122 125 See: https://codex.buddypress.org/releases/version-2-4-0/ … … 232 235 == Changelog == 233 236 237 = 2.4.1 = 238 See: https://codex.buddypress.org/releases/version-2-4-1/ 239 234 240 = 2.4.0 = 235 241 See: https://codex.buddypress.org/releases/version-2-4-0/
Note: See TracChangeset
for help on using the changeset viewer.