Plugin Directory

Changeset 906004


Ignore:
Timestamp:
05/01/2014 01:24:49 AM (12 years ago)
Author:
chrsinteractive
Message:

Update readme.txt
Update minor CSS + JS

Location:
simple-theme-options
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • simple-theme-options/trunk/chrs-simple-options.php

    r866347 r906004  
    44Plugin URI: http://wordpress.org/plugins/simple-theme-options/
    55Description: With Simple Theme Options plugin your can easily manage your custom theme options like social media links. You also have the option to add misc code to the header.php and footer.php files, including your analytics code.
    6 Version: 1.0
     6Version: 1.1
    77Author: Artin Hovhanesian
    88Author URI: http://www.chrsinteractive.com/
     
    3131}
    3232
    33 define( 'CHRSOP_VERSION', '1.0' );
     33define( 'CHRSOP_VERSION', '1.1' );
    3434define( 'CHRSOP_REQUIRED_WP_VERSION', '3.0' );
    35 define('AKISMET_PLUGIN_URL', plugin_dir_url( __FILE__ ));
     35define( 'CHRSOP_PLUGIN_URL', plugin_dir_url( __FILE__ ));
    3636
    3737
     
    6767    <?php if ( false !== $_REQUEST['settings-updated'] ) : ?>
    6868    <div class="updated">
    69         <p>
    70             <?php _e( 'Options saved', 'chrstheme' ); ?>
    71         </p>
     69        <p><?php _e( 'Options saved', 'chrstheme' ); ?></p>
    7270    </div>
    7371    <?php endif; ?>
     
    104102            </table>
    105103            <p>Any code added within the above fields, will be automaticly added to the the header.php and footer.php files. No need to edit any theme files.</p>
     104            <p><input type="submit" value="<?php _e( 'Save Options', 'chrstheme' ); ?>" class="button" /></p>
    106105        </div>
    107106        <div class="chrs-settings-block">
     
    166165            </table>
    167166        </div>
    168         <p>
    169             <input type="submit" value="<?php _e( 'Save Options', 'chrstheme' ); ?>" class="button" />
    170         </p>
     167        <p><input type="submit" value="<?php _e( 'Save Options', 'chrstheme' ); ?>" class="button" /></p>
    171168    </form>
    172169    <div class="chrs-settings-block">
     
    210207}
    211208
    212 
    213 // http://melchoyce.github.io/dashicons/
    214209function chrs_theme_options_icon() {
    215210    echo '
  • simple-theme-options/trunk/readme.txt

    r866371 r906004  
    1 === Plugin Name ===
     1=== Simple Theme Options ===
    22Contributors: chrsinteractive
    3 Tags: theme options, social media, analytics
     3Plugin URI: http://www.chrsinteractive.com
     4Tags: theme options, social media, analytics, admin, edit
    45Requires at least: 3.0.0
    5 Tested up to: 3.8.1
    6 Stable tag: 1.0
     6Tested up to: 3.9.0
     7Stable tag: 1.1
    78License: GPLv2 or later
    89License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4243== Changelog ==
    4344
     45= 1.1 =
     46* Minor CSS + JS improvements
     47
    4448== Upgrade notice ==
Note: See TracChangeset for help on using the changeset viewer.