Skip to content

Commit

Permalink
Merge pull request #369 from newfold-labs/add/solutions-abtest-flag-f…
Browse files Browse the repository at this point in the history
…or-displaying-solutions-banner-component

Add/solutions abtest flag for displaying solutions banner component
  • Loading branch information
circlecube authored Oct 23, 2024
2 parents 74482c3 + d5ccc0f commit 3ed0abe
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 209 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.0' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.4.1' );

if ( function_exists( 'is_admin' ) && is_admin() ) {
$old_woocommerce_module_version = get_option( 'nfd_ecommerce_module_version' );
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '06f7324e4a155909e837');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '6b1b5fd9818934caf55a');
12 changes: 8 additions & 4 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.4.0",
"version": "1.4.1",
"main": "build/index.js",
"files": [
"build/",
Expand Down
Loading

0 comments on commit 3ed0abe

Please sign in to comment.