Changeset 5129
- Timestamp:
- 10/10/2013 11:23:32 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bbpress.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r5100 r5129 191 191 /** Versions **********************************************************/ 192 192 193 $this->version = '2.5-alpha-51 00';193 $this->version = '2.5-alpha-5129'; 194 194 $this->db_version = '240'; 195 195 -
trunk/readme.txt
r5097 r5129 4 4 Requires at least: 3.6 5 5 Tested up to: 3.6 6 Stable tag: 2.4 6 Stable tag: 2.4.1 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.4.1 = 46 * Fix forum status saving 47 * Fix widget settings saving 48 * Fix custom wp_title compatibility 49 * Fix search results custom permalink compatibility 50 * Fix custom user topics & replies pages 51 * Fix hierarchical reply handling in converter 44 52 45 53 = 2.4 =
Note: See TracChangeset
for help on using the changeset viewer.