Skip to content

Commit

Permalink
Merge pull request #343 from newfold-labs/release/ecommerce-version-1…
Browse files Browse the repository at this point in the history
….3.40

Ecommerce module version bump 1.3.40
  • Loading branch information
aratidgr8 authored Aug 14, 2024
2 parents 68fbeac + 836de23 commit 56b70f0
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 86 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.38' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.3.40' );

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

0 comments on commit 56b70f0

Please sign in to comment.