Skip to content

Commit

Permalink
Merge pull request #382 from newfold-labs/release/1.4.4
Browse files Browse the repository at this point in the history
New Version for Ecommerce Module V1.4.4
  • Loading branch information
aratidgr8 authored Nov 20, 2024
2 parents 9cea042 + 3bd04aa commit cceb17d
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 154 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.3' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.4.4' );

if ( function_exists( 'is_admin' ) && is_admin() ) {
$old_woocommerce_module_version = get_option( 'nfd_ecommerce_module_version' );
Expand Down
3 changes: 2 additions & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<?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' => '5d39daeb20102fa0b480');
<?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' => 'c005cfa3f62ea8c3e4db');

Loading

0 comments on commit cceb17d

Please sign in to comment.