Skip to content

Commit 48f724d

Browse files
authored
Update wc-performance-improvements.php
Bump version to 1.0.3.
1 parent b92e393 commit 48f724d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wc-performance-improvements.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.2
6+
* Version: 1.0.3
77
* Author: Luke Cavanagh
88
* Author URI: https://github.com/lukecav
99
* License: GPL2
@@ -69,7 +69,7 @@ function deregister_or_dequeue_scripts() {
6969
// Disable Connect your store to WooCommerce.com to receive extensions updates and support admin notice
7070
add_filter( 'woocommerce_helper_suppress_admin_notices', '__return_true' );
7171

72-
// Increase the default batch limit of 50 in the CSV product exporter to a more useable 5000
72+
// Increase the default batch limit of 50 in the CSV product exporter to a more usable 5000
7373
add_filter( 'woocommerce_product_export_batch_limit', function () {
7474
return 5000;
7575
}, 999 );

0 commit comments

Comments
 (0)