From cd6149da91c306d4af424106eb39e119888900ba Mon Sep 17 00:00:00 2001 From: "lokapure.girish" Date: Wed, 14 Feb 2024 20:20:01 +0530 Subject: [PATCH 1/2] Update Flows.php --- includes/Flows/Flows.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/Flows/Flows.php b/includes/Flows/Flows.php index 3aa9c79..a532cde 100644 --- a/includes/Flows/Flows.php +++ b/includes/Flows/Flows.php @@ -16,7 +16,7 @@ final class Flows { * @var array */ protected static $data = array( - 'version' => '2.0.1', + 'version' => '2.0.2', // Each time step is viewed, insert GMT timestamp to array. 'isViewed' => array(), @@ -168,6 +168,8 @@ final class Flows { 'customDesign' => false, 'siteGenErrorStatus' => false, ), + + 'continueWithoutAi' => false, ); /** From ef875bede05caf2531b3e163a8c03cc7cf180aaf Mon Sep 17 00:00:00 2001 From: diDroid Date: Wed, 28 Feb 2024 16:54:33 +0530 Subject: [PATCH 2/2] module ai version bump --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 5a9fcf2..e10f0b9 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require": { "newfold-labs/wp-module-installer": "^1.1", "newfold-labs/wp-module-patterns": "^0.1.14", - "newfold-labs/wp-module-ai": "^1.1.4", + "newfold-labs/wp-module-ai": "^1.1.5", "wp-forge/wp-upgrade-handler": "^1.0", "mustache/mustache": "^2.14", "newfold-labs/wp-module-data": "^2.4.18", diff --git a/composer.lock b/composer.lock index e48cb77..d59b924 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "43823130f9381251f04e87723b2ec9a4", + "content-hash": "778e891a53d3c414fe0ca1d505c0d973", "packages": [ { "name": "mustache/mustache", @@ -58,16 +58,16 @@ }, { "name": "newfold-labs/wp-module-ai", - "version": "1.1.4", + "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ai.git", - "reference": "f1566366745f61347c4ac97e68c0ac97cf3dab4a" + "reference": "c8b776496904213476a7b79f0b431aac5837e1b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ai/zipball/f1566366745f61347c4ac97e68c0ac97cf3dab4a", - "reference": "f1566366745f61347c4ac97e68c0ac97cf3dab4a", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ai/zipball/c8b776496904213476a7b79f0b431aac5837e1b3", + "reference": "c8b776496904213476a7b79f0b431aac5837e1b3", "shasum": "" }, "require": { @@ -96,10 +96,10 @@ ], "description": "A module for providing artificial intelligence capabilities.", "support": { - "source": "https://github.com/newfold-labs/wp-module-ai/tree/1.1.4", + "source": "https://github.com/newfold-labs/wp-module-ai/tree/1.1.5", "issues": "https://github.com/newfold-labs/wp-module-ai/issues" }, - "time": "2024-02-21T13:03:26+00:00" + "time": "2024-02-27T15:16:54+00:00" }, { "name": "newfold-labs/wp-module-coming-soon", @@ -1149,5 +1149,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }