Skip to content

Commit

Permalink
Merge pull request #280 from newfold-labs/revert-press4-410
Browse files Browse the repository at this point in the history
updating version in bootstrap
  • Loading branch information
ramyakrishnai authored Apr 10, 2024
2 parents 1b0935d + c4155c9 commit 97e309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use function NewfoldLabs\WP\ModuleLoader\register;

define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.3.26' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.3.27' );

if ( function_exists( 'is_admin' ) && is_admin() ) {
$old_woocommerce_module_version = get_option( 'nfd_ecommerce_module_version' );
Expand Down

0 comments on commit 97e309f

Please sign in to comment.