diff --git a/bootstrap.php b/bootstrap.php index 3ff45432..0455a48a 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -5,7 +5,7 @@ use function NewfoldLabs\WP\ModuleLoader\register; -define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.3.40' ); +define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.3.41' ); if ( function_exists( 'is_admin' ) && is_admin() ) { $old_woocommerce_module_version = get_option( 'nfd_ecommerce_module_version' ); diff --git a/composer.lock b/composer.lock index 9e5120cb..fd5600df 100644 --- a/composer.lock +++ b/composer.lock @@ -345,16 +345,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.6.1", + "version": "2.6.2", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "49dc91eec8053872354db9cddd355e45f2de49e4" + "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/49dc91eec8053872354db9cddd355e45f2de49e4", - "reference": "49dc91eec8053872354db9cddd355e45f2de49e4", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/91d1b03162f23b7b8bd3a41d9496eb8017df0051", + "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051", "shasum": "" }, "require": { @@ -436,10 +436,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.1", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.2", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-07-25T16:37:25+00:00" + "time": "2024-08-16T14:18:26+00:00" }, { "name": "newfold-labs/wp-module-features", @@ -779,16 +779,16 @@ }, { "name": "newfold-labs/wp-module-survey", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-survey.git", - "reference": "6c37264f2a607a330ac25e65555d99ec38972b2e" + "reference": "8bf26c9bc6b1da4c09e03e747da0d525c11df07b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-survey/zipball/6c37264f2a607a330ac25e65555d99ec38972b2e", - "reference": "6c37264f2a607a330ac25e65555d99ec38972b2e", + "url": "https://api.github.com/repos/newfold-labs/wp-module-survey/zipball/8bf26c9bc6b1da4c09e03e747da0d525c11df07b", + "reference": "8bf26c9bc6b1da4c09e03e747da0d525c11df07b", "shasum": "" }, "require-dev": { @@ -815,10 +815,10 @@ ], "description": "A Newfold module to collect customer satisfaction feedback via surveys in the WordPress admin dashboard.", "support": { - "source": "https://github.com/newfold-labs/wp-module-survey/tree/1.0.0", + "source": "https://github.com/newfold-labs/wp-module-survey/tree/1.0.1", "issues": "https://github.com/newfold-labs/wp-module-survey/issues" }, - "time": "2024-06-27T09:50:43+00:00" + "time": "2024-08-20T05:34:40+00:00" }, { "name": "wp-forge/collection", @@ -1471,26 +1471,26 @@ }, { "name": "composer/pcre", - "version": "2.2.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "0e455b78ac53637929b29d5ab5bf3c978329c1eb" + "reference": "06d0e49d6e136e4521c6bad18598bf0f6062ae37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/0e455b78ac53637929b29d5ab5bf3c978329c1eb", - "reference": "0e455b78ac53637929b29d5ab5bf3c978329c1eb", + "url": "https://api.github.com/repos/composer/pcre/zipball/06d0e49d6e136e4521c6bad18598bf0f6062ae37", + "reference": "06d0e49d6e136e4521c6bad18598bf0f6062ae37", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "conflict": { - "phpstan/phpstan": "<1.11.8" + "phpstan/phpstan": "<1.11.10" }, "require-dev": { - "phpstan/phpstan": "^1.11.8", + "phpstan/phpstan": "^1.11.10", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "^8 || ^9" }, @@ -1530,7 +1530,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/2.2.0" + "source": "https://github.com/composer/pcre/tree/2.3.0" }, "funding": [ { @@ -1546,7 +1546,7 @@ "type": "tidelift" } ], - "time": "2024-07-25T09:28:32+00:00" + "time": "2024-08-19T19:14:31+00:00" }, { "name": "composer/semver", diff --git a/package-lock.json b/package-lock.json index d3294439..c961d06e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newfold-labs/wp-module-ecommerce", - "version": "1.3.40", + "version": "1.3.41", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@newfold-labs/wp-module-ecommerce", - "version": "1.3.40", + "version": "1.3.41", "license": "GPL-2.0-or-later", "dependencies": { "@faizaanceg/pandora": "^1.1.1", diff --git a/package.json b/package.json index 1d684c9a..ddd70404 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@newfold-labs/wp-module-ecommerce", "description": "Brand Agnostic eCommerce Experience", "license": "GPL-2.0-or-later", - "version": "1.3.40", + "version": "1.3.41", "main": "build/index.js", "files": [ "build/",