Skip to content

Commit

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

Ecommerce version bump 1.3.37
  • Loading branch information
aratidgr8 authored Jul 10, 2024
2 parents b660b4b + a5e3bea commit 6de1a4b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 30 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.36' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.3.37' );

if ( function_exists( 'is_admin' ) && is_admin() ) {
$old_woocommerce_module_version = get_option( 'nfd_ecommerce_module_version' );
Expand Down
47 changes: 21 additions & 26 deletions composer.lock

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

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@newfold-labs/wp-module-ecommerce",
"description": "Brand Agnostic eCommerce Experience",
"license": "GPL-2.0-or-later",
"version": "1.3.36",
"version": "1.3.37",
"main": "build/index.js",
"files": [
"build/",
Expand Down

0 comments on commit 6de1a4b

Please sign in to comment.