Changeset 10335
- Timestamp:
- 11/11/2015 03:47:12 AM (11 years ago)
- Location:
- branches/2.1
- Files:
-
- 4 edited
-
bp-loader.php (modified) (1 diff)
-
package.json (modified) (1 diff)
-
src/bp-loader.php (modified) (2 diffs)
-
src/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/bp-loader.php
r9066 r10335 16 16 * Author: The BuddyPress Community 17 17 * Author URI: http://buddypress.org/community/members/ 18 * Version: 2.1. 118 * Version: 2.1.2 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.1/package.json
r8953 r10335 42 42 "url": "https://buddypress.svn.wordpress.org/trunk/" 43 43 }, 44 "version": "2.1. 0"44 "version": "2.1.2" 45 45 } -
branches/2.1/src/bp-loader.php
r9068 r10335 15 15 * Author: The BuddyPress Community 16 16 * Author URI: http://buddypress.org/community/members/ 17 * Version: 2.1.2 -alpha17 * Version: 2.1.2 18 18 * Text Domain: buddypress 19 19 * Domain Path: /bp-languages/ … … 301 301 /** Versions **********************************************************/ 302 302 303 $this->version = '2.1.2 -alpha';303 $this->version = '2.1.2'; 304 304 $this->db_version = 8311; 305 305 -
branches/2.1/src/readme.txt
r9066 r10335 4 4 Requires at least: 3.6 5 5 Tested up to: 4.0 6 Stable tag: 2.1. 16 Stable tag: 2.1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 75 75 == Upgrade Notice == 76 77 = 2.1.2 = 78 See: http://codex.buddypress.org/releases/version-2-1-2/ 76 79 77 80 = 2.1.1 = … … 152 155 == Changelog == 153 156 157 = 2.1.2 = 158 See: http://codex.buddypress.org/releases/version-2-1-2/ 159 154 160 = 2.1.1 = 155 161 See: http://codex.buddypress.org/releases/version-2-1-1/
Note: See TracChangeset
for help on using the changeset viewer.