Skip to content

Commit c176c5d

Browse files
authored
Update wc-performance-improvements.php
Bump version and WooCommerce version.
1 parent b2aa957 commit c176c5d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

wc-performance-improvements.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* Plugin Name: Performance Improvements for WooCommerce
44
* Plugin URI: https://github.com/lukecav/performance-improvements-for-woocommerce
55
* Description: Performance tweaks related to orders on the front-end and the back-end of a store. Will also disable dashboard widgets for reviews and status in WooCommerce. Also includes specific tweaks for products in the back-end of the store.
6-
* Version: 1.0.4
6+
* Version: 1.0.5
77
* Author: Luke Cavanagh
88
* Author URI: https://github.com/lukecav
99
* License: GPL2
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
*
1212
* WC requires at least: 3.0.0
13-
* WC tested up to: 3.5.7
13+
* WC tested up to: 3.6.2
1414
*
1515
* @package WooCommerce_Performance_Improvements
1616
* @author Luke Cavanagh
@@ -76,3 +76,6 @@ function deregister_or_dequeue_scripts() {
7676

7777
// Remove connect your store to WooCommerce.com admin notice
7878
add_filter( 'woocommerce_helper_suppress_admin_notices', '__return_true' );
79+
80+
// Deregister block style from WooCommerce
81+
wp_deregister_style( 'wc-block-style' );

0 commit comments

Comments
 (0)