Plugin Directory

Changeset 780537


Ignore:
Timestamp:
09/30/2013 08:35:52 PM (13 years ago)
Author:
wpsmart
Message:

Resolved conflicts

Location:
wpsmart-mobile/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpsmart-mobile/trunk/readme.txt

    r780536 r780537  
    3838
    3939* Fixed: Bug that caused the admin bar to disappear
     40* Updated: This readme file and added screenshots
    4041
    4142= Version 1.0 =
  • wpsmart-mobile/trunk/wpsmart.php

    r780536 r780537  
    55/*
    66Plugin Name: WPSmart Mobile
    7 Plugin URI: http://www.wpsmart.com/mobile
     7Plugin URI: http://www.wpsmart.com
    88Description: Present your Wordpress site in a beautiful theme optimized for touch-based smartphones
    9 Version: 1.0
     9Version: 1.0.1
    1010Author: WPSmart
    11 Author URI: http://www.wpsmart.com
     11Author URI: http://www.wpsmart.com/mobile
    1212License: GPLv2 or later
    1313*/
    1414
    15 define("WPSMART_VERSION", '1.0');
     15define("WPSMART_VERSION", '1.0.1');
    1616define("WPSMART_BASE_THEME", dirname(__FILE__) . '/themes/base');
    1717
     
    649649add_action( 'admin_menu',  'wps_admin_menu' );
    650650add_action( 'admin_init', array( &$wpsmart, 'wps_admin_init' ) );
     651
Note: See TracChangeset for help on using the changeset viewer.