Skip to content

Commit

Permalink
Version updated 1.5.1 => 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Feb 5, 2025
1 parent f4d82b4 commit 2ac3522
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5.1' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.5.2' );

if ( function_exists( 'is_admin' ) && is_admin() ) {
$old_woocommerce_module_version = get_option( 'nfd_ecommerce_module_version' );
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@newfold/wp-module-ecommerce",
"description": "Brand Agnostic eCommerce Experience",
"license": "GPL-2.0-or-later",
"version": "1.5.1",
"version": "1.5.2",
"main": "build/index.js",
"files": [
"build/",
Expand Down Expand Up @@ -47,4 +47,4 @@
"cypress-iframe": "^1.0.1",
"tailwindcss": "^3.4.4"
}
}
}

0 comments on commit 2ac3522

Please sign in to comment.