Skip to content

Commit

Permalink
Merge pull request #347 from newfold-labs/PRESS0-1873
Browse files Browse the repository at this point in the history
removing default upsell option
  • Loading branch information
manikantakailasa authored Sep 4, 2024
2 parents 4e4d787 + 0138a7c commit 1aff908
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 95 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.41' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.3.42' );

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' => '366fa6d2afb308a787a8');
<?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' => '00a9f8f0dd08a3e19f74');
Loading

0 comments on commit 1aff908

Please sign in to comment.