Changeset 9910
- Timestamp:
- 06/03/2015 08:24:40 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r9892 r9910 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2.3.0 -rc18 * Version: 2.3.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/src/bp-loader.php
r9892 r9910 15 15 * Author: The BuddyPress Community 16 16 * Author URI: https://buddypress.org/ 17 * Version: 2.3.0 -rc17 * Version: 2.3.0 18 18 * Text Domain: buddypress 19 19 * Domain Path: /bp-languages/ … … 310 310 /** Versions **********************************************************/ 311 311 312 $this->version = '2.3.0 -rc';313 $this->db_version = 9 848;312 $this->version = '2.3.0'; 313 $this->db_version = 9909; 314 314 315 315 /** Loading ***********************************************************/ -
trunk/src/readme.txt
r9869 r9910 1 1 === BuddyPress === 2 Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, 2 Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla 3 3 Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking 4 4 Requires at least: 3.6 5 5 Tested up to: 4.2 6 Stable tag: 2. 2.3.16 Stable tag: 2.3.0 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.3.0 = 122 See: https://codex.buddypress.org/releases/version-2-3-0/ 123 121 124 = 2.2.3.1 = 122 125 See: https://codex.buddypress.org/releases/version-2-2-3-1/
Note: See TracChangeset
for help on using the changeset viewer.