Changeset 10896
- Timestamp:
- 06/22/2016 11:25:40 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r10886 r10896 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2.6.0 -rc118 * Version: 2.6.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/package.json
r10886 r10896 47 47 "url": "https://buddypress.svn.wordpress.org/trunk/" 48 48 }, 49 "version": "2.6.0 -rc1"49 "version": "2.6.0" 50 50 } -
trunk/src/bp-loader.php
r10886 r10896 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.6.0 -rc118 * Version: 2.6.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ … … 331 331 /** Versions **********************************************************/ 332 332 333 $this->version = '2.6.0 -rc1';333 $this->version = '2.6.0'; 334 334 $this->db_version = 10469; 335 335 -
trunk/src/readme.txt
r10700 r10896 3 3 Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking 4 4 Requires at least: 4.1 5 Tested up to: 4.5 6 Stable tag: 2. 5.15 Tested up to: 4.5.3 6 Stable tag: 2.6.0 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.6.0 = 122 See: https://codex.buddypress.org/releases/version-2-6-0/ 123 124 = 2.5.3 = 125 See: https://codex.buddypress.org/releases/version-2-5-3/ 126 127 = 2.5.2 = 128 See: https://codex.buddypress.org/releases/version-2-5-2/ 129 121 130 = 2.5.1 = 122 131 See: https://codex.buddypress.org/releases/version-2-5-1/ … … 247 256 == Changelog == 248 257 258 = 2.6.0 = 259 See: https://codex.buddypress.org/releases/version-2-6-0/ 260 261 = 2.5.3 = 262 See: https://codex.buddypress.org/releases/version-2-5-3/ 263 264 = 2.5.2 = 265 See: https://codex.buddypress.org/releases/version-2-5-2/ 266 249 267 = 2.5.1 = 250 268 See: https://codex.buddypress.org/releases/version-2-5-1/
Note: See TracChangeset
for help on using the changeset viewer.