Changeset 11434
- Timestamp:
- 02/18/2017 11:37:11 PM (8 years ago)
- Location:
- branches/2.8
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/bp-loader.php
r11429 r11434 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.8. 018 * Version: 2.8.1-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.8/npm-shrinkwrap.json
r11429 r11434 1 1 { 2 2 "name": "buddypress", 3 "version": "2.8. 0",3 "version": "2.8.1", 4 4 "dependencies": { 5 5 "abbrev": { -
branches/2.8/package.json
r11429 r11434 47 47 "url": "https://buddypress.svn.wordpress.org/trunk/" 48 48 }, 49 "version": "2.8. 0"49 "version": "2.8.1" 50 50 } -
branches/2.8/src/class-buddypress.php
r11429 r11434 294 294 /** Versions **********************************************************/ 295 295 296 $this->version = '2.8. 0';296 $this->version = '2.8.1-alpha'; 297 297 $this->db_version = 11105; 298 298 -
branches/2.8/src/readme.txt
r11429 r11434 4 4 Requires at least: 4.3 5 5 Tested up to: 4.7.2 6 Stable tag: 2.8. 06 Stable tag: 2.8.1 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.8.1 = 120 See: https://codex.buddypress.org/releases/version-2-8-1/ 121 122 == Changelog == 123 124 = 2.8.1 = 125 See: https://codex.buddypress.org/releases/version-2-8-1/ 126 119 127 = 2.8.0 = 120 128 See: https://codex.buddypress.org/releases/version-2-8-0/ 121 129 122 == Changelog ==123 124 = 2.8.0 =125 See: https://codex.buddypress.org/releases/version-2-8-0/126 127 130 = 2.7.4 = 128 131 See: https://codex.buddypress.org/releases/version-2-7-4/
Note: See TracChangeset
for help on using the changeset viewer.