Changeset 11273
- Timestamp:
- 12/07/2016 08:56:00 PM (8 years ago)
- Location:
- branches/2.7
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/bp-loader.php
r11234 r11273 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2.7. 218 * Version: 2.7.3 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.7/npm-shrinkwrap.json
r11234 r11273 1 1 { 2 2 "name": "buddypress", 3 "version": "2.7. 2",3 "version": "2.7.3", 4 4 "dependencies": { 5 5 "abbrev": { -
branches/2.7/package.json
r11229 r11273 47 47 "url": "https://buddypress.svn.wordpress.org/trunk/" 48 48 }, 49 "version": "2.7. 1"49 "version": "2.7.3" 50 50 } -
branches/2.7/src/bp-loader.php
r11234 r11273 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.7. 218 * Version: 2.7.3 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ … … 331 331 /** Versions **********************************************************/ 332 332 333 $this->version = '2.7. 2';333 $this->version = '2.7.3'; 334 334 $this->db_version = 11105; 335 335 -
branches/2.7/src/readme.txt
r11251 r11273 4 4 Requires at least: 4.2 5 5 Tested up to: 4.7 6 Stable tag: 2.7. 26 Stable tag: 2.7.3 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 117 117 == Upgrade Notice == 118 118 119 = 2.7.3 = 120 See: https://codex.buddypress.org/releases/version-2-7-3/ 121 119 122 = 2.7.2 = 120 123 See: https://codex.buddypress.org/releases/version-2-7-2/ … … 140 143 == Changelog == 141 144 145 = 2.7.3 = 146 See: https://codex.buddypress.org/releases/version-2-7-3/ 147 148 = 2.7.2 = 149 See: https://codex.buddypress.org/releases/version-2-7-2/ 150 142 151 = 2.7.1 = 143 152 See: https://codex.buddypress.org/releases/version-2-7-1/
Note: See TracChangeset
for help on using the changeset viewer.