diff --git a/readme.txt b/readme.txt index 3c21531..559558b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: WooCommerce, Emails, Preview Requires at least: 6.1.0 Tested up to: 6.5.3 Requires PHP: 7.4 -Stable tag: 2.2.6 +Stable tag: 2.2.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -39,6 +39,9 @@ Looking for integration with WooCommerce Bookings and Subscriptions - check out 5. Send emails to yourself to check on other devices == Changelog == += 2.2.7 = +- Fix: Search Orders not working. + = 2.2.6 = - Enhancement: Design Refactor for future changes diff --git a/woocommerce-preview-emails.php b/woocommerce-preview-emails.php index 2592d5c..c2353f7 100644 --- a/woocommerce-preview-emails.php +++ b/woocommerce-preview-emails.php @@ -5,7 +5,7 @@ Plugin URI: https://www.digamberpradhan.com/preview-e-mails-for-woocommerce/ Author: Digamber Pradhan Author URI: https://digamberpradhan.com/ -Version: 2.2.6 +Version: 2.2.7 License: http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html WC requires at least: 3.0.0 WC tested up to: 8.8.3 @@ -14,7 +14,7 @@ */ defined( 'ABSPATH' ) || exit; // Exit if accessed directly -defined( 'WOO_PREVIEW_EMAILS_VERSION' ) || define( 'WOO_PREVIEW_EMAILS_VERSION', '2.2.6' ); +defined( 'WOO_PREVIEW_EMAILS_VERSION' ) || define( 'WOO_PREVIEW_EMAILS_VERSION', '2.2.7' ); defined( 'WOO_PREVIEW_EMAILS_DIR' ) || define( 'WOO_PREVIEW_EMAILS_DIR', dirname( __FILE__ ) ); defined( 'WOO_PREVIEW_EMAILS_FILE' ) || define( 'WOO_PREVIEW_EMAILS_FILE', __FILE__ ); require_once WOO_PREVIEW_EMAILS_DIR . '/includes/Bootstrap.php'; \ No newline at end of file