Changeset 10408
- Timestamp:
- 12/14/2015 05:35:46 PM (9 years ago)
- Location:
- branches/2.4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/bp-loader.php
r10395 r10408 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2.4. 218 * Version: 2.4.3 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.4/package.json
r10397 r10408 43 43 "url": "https://buddypress.svn.wordpress.org/trunk/" 44 44 }, 45 "version": "2.4. 2"45 "version": "2.4.3" 46 46 } -
branches/2.4/src/bp-loader.php
r10395 r10408 15 15 * Author: The BuddyPress Community 16 16 * Author URI: https://buddypress.org/ 17 * Version: 2.4. 217 * Version: 2.4.3 18 18 * Text Domain: buddypress 19 19 * Domain Path: /bp-languages/ … … 327 327 /** Versions **********************************************************/ 328 328 329 $this->version = '2.4. 2';329 $this->version = '2.4.3'; 330 330 $this->db_version = 10071; 331 331 -
branches/2.4/src/readme.txt
r10395 r10408 3 3 Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking 4 4 Requires at least: 3.8 5 Tested up to: 4. 36 Stable tag: 2.4. 25 Tested up to: 4.4 6 Stable tag: 2.4.3 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.3 = 122 See: https://codex.buddypress.org/releases/version-2-4-3/ 123 124 = 2.4.2 = 125 See: https://codex.buddypress.org/releases/version-2-4-2/ 126 121 127 = 2.4.1 = 122 128 See: https://codex.buddypress.org/releases/version-2-4-1/ … … 235 241 == Changelog == 236 242 243 = 2.4.3 = 244 See: https://codex.buddypress.org/releases/version-2-4-2/ 245 237 246 = 2.4.2 = 238 247 See: https://codex.buddypress.org/releases/version-2-4-2/
Note: See TracChangeset
for help on using the changeset viewer.