Skip to content

Commit

Permalink
Bump version to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
digamber89 committed May 15, 2024
1 parent c52b4ab commit b7e86a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-preview-emails.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';

0 comments on commit b7e86a6

Please sign in to comment.