Skip to content

Commit

Permalink
Merge pull request #394 from newfold-labs/release/1.4.5
Browse files Browse the repository at this point in the history
New Version for Ecommerce Module V1.4.5
  • Loading branch information
mamatharao05 authored Dec 12, 2024
2 parents 32067fe + a8256bd commit f45d50f
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 98 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.4.4' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.4.5' );

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

0 comments on commit f45d50f

Please sign in to comment.