Plugin Directory

Changeset 1486663


Ignore:
Timestamp:
08/30/2016 07:03:02 PM (10 years ago)
Author:
dsgnr
Message:

Pushing tag 1.1.1

Location:
wp-theme-optimizer
Files:
2 edited
16 copied

Legend:

Unmodified
Added
Removed
  • wp-theme-optimizer/tags/1.1.1/admin/partials/wpto-admin-display.php

    r1486614 r1486663  
    9090        <?php
    9191         // Include tabs partials
    92          require_once('wpto_theme_scripts.php');
    93          require_once('wpto_theme_links.php');
    94          require_once('wpto_misc.php');
    95 require_once('wpto_wc.php');
     92         include_once( plugin_dir_path( __FILE__ ) . 'wpto_theme_scripts.php' );
     93         include_once( plugin_dir_path( __FILE__ ) . 'wpto_theme_links.php' );
     94         include_once( plugin_dir_path( __FILE__ ) . 'wpto_misc.php' );
     95
    9696            if ( class_exists( 'WooCommerce' ) ) {
    97                 require_once('wpto_wc.php');
     97                include_once( plugin_dir_path( __FILE__ ) . 'wpto_wc.php' );
    9898            }
    99 
    10099        ?>
    101100        <?php submit_button(__('Save all changes', $this->plugin_name), 'primary','submit', TRUE); ?>
    102 
    103 
    104101
    105102</div>
     
    108105
    109106</div>
     107
  • wp-theme-optimizer/tags/1.1.1/wpto.php

    r1486614 r1486663  
    1111 * Plugin URI:        www.themeoptimizer.io
    1212 * Description:       Optimize your WordPress theme header by removing excess tags and scripts. Make your site faster and more secure by hiding WordPress tags.
    13  * Version:           1.1.0
     13 * Version:           1.1.1
    1414 * Author:            Studio Touch (Daniel Hand)
    1515 * Author URI:        https://www.designsbytouch.co.uk
  • wp-theme-optimizer/trunk/admin/partials/wpto-admin-display.php

    r1486614 r1486663  
    9090        <?php
    9191         // Include tabs partials
    92          require_once('wpto_theme_scripts.php');
    93          require_once('wpto_theme_links.php');
    94          require_once('wpto_misc.php');
    95 require_once('wpto_wc.php');
     92         include_once( plugin_dir_path( __FILE__ ) . 'wpto_theme_scripts.php' );
     93         include_once( plugin_dir_path( __FILE__ ) . 'wpto_theme_links.php' );
     94         include_once( plugin_dir_path( __FILE__ ) . 'wpto_misc.php' );
     95
    9696            if ( class_exists( 'WooCommerce' ) ) {
    97                 require_once('wpto_wc.php');
     97                include_once( plugin_dir_path( __FILE__ ) . 'wpto_wc.php' );
    9898            }
    99 
    10099        ?>
    101100        <?php submit_button(__('Save all changes', $this->plugin_name), 'primary','submit', TRUE); ?>
    102 
    103 
    104101
    105102</div>
     
    108105
    109106</div>
     107
  • wp-theme-optimizer/trunk/wpto.php

    r1486614 r1486663  
    1111 * Plugin URI:        www.themeoptimizer.io
    1212 * Description:       Optimize your WordPress theme header by removing excess tags and scripts. Make your site faster and more secure by hiding WordPress tags.
    13  * Version:           1.1.0
     13 * Version:           1.1.1
    1414 * Author:            Studio Touch (Daniel Hand)
    1515 * Author URI:        https://www.designsbytouch.co.uk
Note: See TracChangeset for help on using the changeset viewer.