Changeset 11229
- Timestamp:
- 11/03/2016 07:11:40 PM (8 years ago)
- Location:
- branches/2.7
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/bp-loader.php
r11205 r11229 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2.7.1 -alpha18 * Version: 2.7.1 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.7/npm-shrinkwrap.json
r11159 r11229 1 1 { 2 2 "name": "buddypress", 3 "version": "2.7. 0-beta1",3 "version": "2.7.1", 4 4 "dependencies": { 5 5 "abbrev": { -
branches/2.7/package.json
r11200 r11229 47 47 "url": "https://buddypress.svn.wordpress.org/trunk/" 48 48 }, 49 "version": "2.7. 0"49 "version": "2.7.1" 50 50 } -
branches/2.7/src/bp-loader.php
r11214 r11229 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.7.1 -alpha18 * Version: 2.7.1 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ … … 331 331 /** Versions **********************************************************/ 332 332 333 $this->version = '2.7. 0';333 $this->version = '2.7.1'; 334 334 $this->db_version = 11105; 335 335 -
branches/2.7/src/readme.txt
r11224 r11229 4 4 Requires at least: 4.2 5 5 Tested up to: 4.7 6 Stable tag: 2.7. 06 Stable tag: 2.7.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.7.0 = 122 121 = 2.7.1 = 122 See: https://codex.buddypress.org/releases/version-2-7-1/ 123 124 = 2.7.0 = 123 125 See: https://codex.buddypress.org/releases/version-2-7-0/ 124 126 … … 137 139 == Changelog == 138 140 139 = 2.7.0 = 140 141 = 2.7.1 = 142 See: https://codex.buddypress.org/releases/version-2-7-1/ 143 144 = 2.7.0 = 141 145 See: https://codex.buddypress.org/releases/version-2-7-0/ 142 146
Note: See TracChangeset
for help on using the changeset viewer.