Changeset 9776
- Timestamp:
- 04/20/2015 06:44:28 PM (10 years ago)
- Location:
- branches/2.2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/bp-loader.php
r9742 r9776 16 16 * Author: The BuddyPress Community 17 17 * Author URI: http://buddypress.org 18 * Version: 2.2. 2.118 * Version: 2.2.3 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.2/package.json
r9742 r9776 42 42 "url": "https://buddypress.svn.wordpress.org/trunk/" 43 43 }, 44 "version": "2.2. 2.1"44 "version": "2.2.3" 45 45 } -
branches/2.2/src/bp-loader.php
r9742 r9776 15 15 * Author: The BuddyPress Community 16 16 * Author URI: http://buddypress.org 17 * Version: 2.2. 2.117 * Version: 2.2.3 18 18 * Text Domain: buddypress 19 19 * Domain Path: /bp-languages/ … … 303 303 /** Versions **********************************************************/ 304 304 305 $this->version = '2.2. 2.1';305 $this->version = '2.2.3'; 306 306 $this->db_version = 9181; 307 307 -
branches/2.2/src/readme.txt
r9742 r9776 4 4 Requires at least: 3.6 5 5 Tested up to: 4.1 6 Stable tag: 2.2. 2.16 Stable tag: 2.2.3 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.2.3 = 122 See: https://codex.buddypress.org/releases/version-2-2-3/ 123 121 124 = 2.2.2.1 = 122 125 See: https://codex.buddypress.org/releases/version-2-2-2-1/
Note: See TracChangeset
for help on using the changeset viewer.