Changeset 844325
- Timestamp:
- 01/24/2014 04:32:55 AM (12 years ago)
- Location:
- prettypress/trunk
- Files:
-
- 3 edited
-
bootstrap.php (modified) (1 diff)
-
prettypress.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prettypress/trunk/bootstrap.php
r837419 r844325 33 33 34 34 define( "PLUGINNAME", "PrettyPress" ); 35 define( "PLUGINVERSION", "1.0. 3" );35 define( "PLUGINVERSION", "1.0.4" ); 36 36 define( "PLUGINCODENAME", "Evasive Eel" ); 37 37 define( "PLUGINPATH", dirname(__FILE__) ); -
prettypress/trunk/prettypress.php
r837419 r844325 7 7 Plugin URI: https://github.com/evasivesoftware/PrettyPress 8 8 Description: A simple Wordpress publishing layout, focused on writing with a live preview of your future post. 9 Version: 1.0. 39 Version: 1.0.4 10 10 Author: EvasiveSoftware.com 11 11 Author URI: http://www.evasivesoftware.com/ -
prettypress/trunk/readme.txt
r837419 r844325 4 4 Tags: publishing, posting, live, preview, post interface, ghost, markdown 5 5 Requires at least: 3.5 6 Tested up to: 3.8 7 Stable tag: 1.0. 36 Tested up to: 3.8.1 7 Stable tag: 1.0.4 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT
Note: See TracChangeset
for help on using the changeset viewer.