Skip to content

Commit bb3b813

Browse files
v3.0.2
1 parent f9767e4 commit bb3b813

File tree

4 files changed

+59
-164
lines changed

4 files changed

+59
-164
lines changed

.distignore

-15
This file was deleted.

custom-emails-for-woocommerce.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Plugin Name: Additional Custom Emails for WooCommerce
44
Plugin URI: https://wpfactory.com/item/custom-emails-for-woocommerce/
55
Description: Add custom emails to WooCommerce.
6-
Version: 3.0.1
6+
Version: 3.0.2
77
Author: WPFactory
88
Author URI: https://wpfactory.com
99
Text Domain: custom-emails-for-woocommerce
1010
Domain Path: /langs
11-
WC tested up to: 8.9
11+
WC tested up to: 9.0
1212
Requires Plugins: woocommerce
1313
*/
1414

@@ -31,7 +31,7 @@
3131
}
3232
}
3333

34-
defined( 'ALG_WC_CUSTOM_EMAILS_VERSION' ) || define( 'ALG_WC_CUSTOM_EMAILS_VERSION', '3.0.1' );
34+
defined( 'ALG_WC_CUSTOM_EMAILS_VERSION' ) || define( 'ALG_WC_CUSTOM_EMAILS_VERSION', '3.0.2' );
3535

3636
defined( 'ALG_WC_CUSTOM_EMAILS_FILE' ) || define( 'ALG_WC_CUSTOM_EMAILS_FILE', __FILE__ );
3737

0 commit comments

Comments
 (0)