Skip to content

Commit

Permalink
Merge pull request #332 from newfold-labs/Release/1.3.34
Browse files Browse the repository at this point in the history
Version bump to 1.3.34 for Ecommerce Module
  • Loading branch information
aratidgr8 authored Jun 26, 2024
2 parents 1a0dbcd + 34e411d commit d3737fe
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 68 deletions.
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.33' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.3.34' );

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

0 comments on commit d3737fe

Please sign in to comment.