Changeset 580089
- Timestamp:
- 08/01/2012 01:46:32 AM (14 years ago)
- Location:
- pilotpress/trunk
- Files:
-
- 2 edited
-
pilotpress.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pilotpress/trunk/pilotpress.php
r578208 r580089 4 4 Plugin URI: http://officeautopilot.com/ 5 5 Description: OfficeAutoPilot / WordPress integration plugin. 6 Version: 1.5. 76 Version: 1.5.8 7 7 Author: MoonRay, LLC 8 8 Author URI: http://officeautopilot.com/ … … 21 21 class PilotPress { 22 22 23 const VERSION = "1.5. 7";23 const VERSION = "1.5.8"; 24 24 const WP_MIN = "3.0.0"; 25 25 const NSPACE = "_pilotpress_"; -
pilotpress/trunk/readme.txt
r577847 r580089 62 62 == Changelog == 63 63 64 = 1.5.8 = 65 * Fixed a potential bug which would cause logins to fail under certain scenarios 66 64 67 = 1.5.7 = 65 68 * Invalid login inputs on custom login pages now stay at the custom login page, forgotten password function does not cause accounts to go out of sync
Note: See TracChangeset
for help on using the changeset viewer.