Skip to content

Commit

Permalink
module version bump to 1.4.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Oct 9, 2024
1 parent 1c4a5a1 commit 7edf629
Show file tree
Hide file tree
Showing 3 changed files with 461 additions and 232 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.44' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.4.0-beta' );

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

0 comments on commit 7edf629

Please sign in to comment.