Skip to content

Commit

Permalink
Merge pull request #333 from newfold-labs/PRESS0-1625
Browse files Browse the repository at this point in the history
PRESS0-1625-P3 incident fix
  • Loading branch information
aratidgr8 authored Jun 27, 2024
2 parents 9fba36e + dcd080a commit 3478b6e
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 11 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.34' );
define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.3.35' );

if ( function_exists( 'is_admin' ) && is_admin() ) {
$old_woocommerce_module_version = get_option( 'nfd_ecommerce_module_version' );
Expand Down
56 changes: 50 additions & 6 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.34",
"version": "1.3.35",
"main": "build/index.js",
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion src/components/QuickLook.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export function QuickLook(props) {
</Section.Content>
<Section.Content className={"nfd-pt-0"} subClassName={"nfd-pb-4"} >
<Section.Block>
{NewfoldRuntime.hasCapability("isEcommerce") ? (<YITHPlugins {...props} />) : <TransformtoEcommerce />}
{NewfoldRuntime.hasCapability("hasYithExtended") ? (<YITHPlugins {...props} />) : <TransformtoEcommerce />}
</Section.Block>
</Section.Content>
</FeatureUpsell>
Expand Down

0 comments on commit 3478b6e

Please sign in to comment.