Changeset 10929
- Timestamp:
- 06/30/2016 10:05:20 AM (9 years ago)
- Location:
- branches/2.6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/bp-loader.php
r10924 r10929 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2.6. 2-alpha18 * Version: 2.6.1.1 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.6/package.json
r10922 r10929 47 47 "url": "https://buddypress.svn.wordpress.org/trunk/" 48 48 }, 49 "version": "2.6.1 "49 "version": "2.6.1.1" 50 50 } -
branches/2.6/src/bp-loader.php
r10928 r10929 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.6. 2-alpha18 * Version: 2.6.1.1 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ … … 331 331 /** Versions **********************************************************/ 332 332 333 $this->version = '2.6. 2-alpha';333 $this->version = '2.6.1.1'; 334 334 $this->db_version = 10469; 335 335 -
branches/2.6/src/readme.txt
r10922 r10929 4 4 Requires at least: 4.1 5 5 Tested up to: 4.5.3 6 Stable tag: 2.6.1 6 Stable tag: 2.6.1.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.6.1.1 = 122 See: https://codex.buddypress.org/releases/version-2-6-1-1/ 123 121 124 = 2.6.1 = 122 125 See: https://codex.buddypress.org/releases/version-2-6-1/ … … 127 130 == Changelog == 128 131 132 = 2.6.1.1 = 133 See: https://codex.buddypress.org/releases/version-2-6-1-1/ 134 129 135 = 2.6.1 = 130 136 See: https://codex.buddypress.org/releases/version-2-6-1/
Note: See TracChangeset
for help on using the changeset viewer.