Changeset 780537
- Timestamp:
- 09/30/2013 08:35:52 PM (13 years ago)
- Location:
- wpsmart-mobile/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wpsmart.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpsmart-mobile/trunk/readme.txt
r780536 r780537 38 38 39 39 * Fixed: Bug that caused the admin bar to disappear 40 * Updated: This readme file and added screenshots 40 41 41 42 = Version 1.0 = -
wpsmart-mobile/trunk/wpsmart.php
r780536 r780537 5 5 /* 6 6 Plugin Name: WPSmart Mobile 7 Plugin URI: http://www.wpsmart.com /mobile7 Plugin URI: http://www.wpsmart.com 8 8 Description: Present your Wordpress site in a beautiful theme optimized for touch-based smartphones 9 Version: 1.0 9 Version: 1.0.1 10 10 Author: WPSmart 11 Author URI: http://www.wpsmart.com 11 Author URI: http://www.wpsmart.com/mobile 12 12 License: GPLv2 or later 13 13 */ 14 14 15 define("WPSMART_VERSION", '1.0 ');15 define("WPSMART_VERSION", '1.0.1'); 16 16 define("WPSMART_BASE_THEME", dirname(__FILE__) . '/themes/base'); 17 17 … … 649 649 add_action( 'admin_menu', 'wps_admin_menu' ); 650 650 add_action( 'admin_init', array( &$wpsmart, 'wps_admin_init' ) ); 651
Note: See TracChangeset
for help on using the changeset viewer.