Plugin Directory

Changeset 2584989


Ignore:
Timestamp:
08/18/2021 04:49:29 PM (5 years ago)
Author:
mottodesignstudio
Message:

Preparing for 1.0.1 release

Location:
blaze-css/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • blaze-css/trunk/README.txt

    r2499500 r2584989  
    55Requires at least: 4.1
    66Tested up to: 5.7
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • blaze-css/trunk/blaze-css.php

    r2499500 r2584989  
    1717 * Plugin URI:        https://github.com/wpmotto/wp-blaze-css
    1818 * Description:       WordPress plugin to render your CSS as fast as possible. Crush your lighthouse scores by simply activating the plugin.
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            Motto
    2121 * Author URI:        https://motto.ca
  • blaze-css/trunk/lib/Plugin.php

    r2567479 r2584989  
    102102        $plugin_admin = new Admin( $this );
    103103
    104         $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_styles' );
    105         $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_scripts' );
     104        // $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_styles' );
     105        // $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_scripts' );
    106106
    107107    }
     
    126126         */
    127127        // $this->loader->add_action( 'get_footer', $plugin_frontend, 'generateCSS' );
    128         $this->loader->add_action( 'wp_enqueue_scripts', $plugin_frontend, 'removeQueued', 99 );
     128        // $this->loader->add_action( 'wp_enqueue_scripts', $plugin_frontend, 'removeQueued', 99 );
    129129
    130130        // to logged in users
Note: See TracChangeset for help on using the changeset viewer.