Changeset 5234
- Timestamp:
- 12/27/2013 10:14:18 PM (12 years ago)
- Location:
- branches/2.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/bbpress.php
r5217 r5234 18 18 * Author: The bbPress Community 19 19 * Author URI: http://bbpress.org 20 * Version: 2.5. 120 * Version: 2.5.2 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 191 191 /** Versions **********************************************************/ 192 192 193 $this->version = '2.5. 1-5217';193 $this->version = '2.5.2-5234'; 194 194 $this->db_version = '250'; 195 195 -
branches/2.5/readme.txt
r5229 r5234 4 4 Requires at least: 3.6 5 5 Tested up to: 3.8 6 Stable tag: 2.5. 16 Stable tag: 2.5.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 == Changelog == 44 45 = 2.5.2 = 46 * Fix BuddyPress (1.9.1) Notification integration 44 47 45 48 = 2.5.1 =
Note: See TracChangeset
for help on using the changeset viewer.