From 8920310c491d370c999ff93a3496c2e00088d28b Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 19 Jun 2024 11:49:22 -0700 Subject: [PATCH] Bump module version Should fix failing tests merged caused by `1.2.0` --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a22ae3d19..4ba8eb9e8 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-coming-soon": "^1.2.4", "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.5.2", - "newfold-labs/wp-module-deactivation": "^1.2.0", + "newfold-labs/wp-module-deactivation": "^1.2.1", "newfold-labs/wp-module-ecommerce": "^1.3.33", "newfold-labs/wp-module-facebook": "^1.0.9", "newfold-labs/wp-module-features": "^1.4.1", diff --git a/composer.lock b/composer.lock index c43eab6b8..c9b9e8901 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": "e41ca044f70db1b88bb3405b66800cc2", + "content-hash": "9ecaeaa5c3aa7a674a40860c1e837697", "packages": [ { "name": "doctrine/inflector", @@ -566,16 +566,16 @@ }, { "name": "newfold-labs/wp-module-deactivation", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-deactivation.git", - "reference": "5ff99a73abdab4b06dbe219fb023753d4913e4e2" + "reference": "7aa6aa4e9b594929c9c4f3088320b5db6b537ee5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/5ff99a73abdab4b06dbe219fb023753d4913e4e2", - "reference": "5ff99a73abdab4b06dbe219fb023753d4913e4e2", + "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/7aa6aa4e9b594929c9c4f3088320b5db6b537ee5", + "reference": "7aa6aa4e9b594929c9c4f3088320b5db6b537ee5", "shasum": "" }, "require": { @@ -620,10 +620,10 @@ ], "description": "A Module for handling WordPress brand plugins and modules deactivations", "support": { - "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.2.0", + "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.2.1", "issues": "https://github.com/newfold-labs/wp-module-deactivation/issues" }, - "time": "2024-06-18T21:48:22+00:00" + "time": "2024-06-19T18:29:23+00:00" }, { "name": "newfold-labs/wp-module-ecommerce",