Plugin Directory

Changeset 1930962


Ignore:
Timestamp:
08/27/2018 02:42:38 PM (8 years ago)
Author:
mahodder
Message:

1.0.14

  • Update FontAwesome to 4.7.0
  • Bump version tested
Location:
themedy-toolbox/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • themedy-toolbox/trunk/demo-options/options-manager.php

    r1083903 r1930962  
    2727    /**
    2828     * Create plugin menu.
     29     * Note for dev, turn off internal Themedy Replicate plugin before debugging this area.
    2930     */
    3031    public function add_menu_page() {
    31         add_theme_page( __( 'Themedy Replicate', 'themedy' ), __( 'Themedy Replicate', 'themedy' ), 'manage_options', 'themedy-replicate', array( &$this, 'settings_page' ) );
     32        add_options_page( __( 'Themedy Replicate', 'themedy' ), __( 'Themedy Replicate', 'themedy' ), 'edit_theme_options', 'themedy-replicate', array( &$this, 'settings_page' ) );
    3233    }
    3334
  • themedy-toolbox/trunk/readme.txt

    r1817830 r1930962  
    33Tags: shortcodes, themedy, genesis, thesis
    44Requires at least: 4.9
    5 Tested up to: 4.9.4
    6 Stable tag: 1.0.13
     5Tested up to: 4.9.8
     6Stable tag: 1.0.14
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     34
     35= 1.0.14 =
     36* Update FontAwesome to 4.7.0
     37* Fix missing replicate menu option on multsite installs
    3438
    3539= 1.0.13 =
  • themedy-toolbox/trunk/themedy-toolbox.php

    r1817830 r1930962  
    44Plugin URI: https://themedy.com
    55Description: Shortcodes and tools to extend your Themedy site even further.
    6 Version: 1.0.13
     6Version: 1.0.14
    77Author: Themedy
    88Author URI: https://themedy.com
     
    3939    $options = get_option( 'themedy_settings' );
    4040    if(!isset($options['themedy_checkbox_field_2'])) {
    41         wp_enqueue_style('font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css', '4.6.1');
     41        wp_enqueue_style('font-awesome', '//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css', '4.7.0');
    4242    }
    4343
Note: See TracChangeset for help on using the changeset viewer.