From 043dee39832eaa7c4402e2d114025d15f1ea19a6 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 17 Oct 2023 19:00:28 -0400 Subject: [PATCH] update to latest deactivation module 1.0.2 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 534574a..c8056f3 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "newfold-labs/wp-module-business-reviews": "^1.1", "newfold-labs/wp-module-coming-soon": "^1.1.10", "newfold-labs/wp-module-data": "^2.4.8", - "newfold-labs/wp-module-deactivation": "^1.0", + "newfold-labs/wp-module-deactivation": "^1.0.2", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "1.5.2", "newfold-labs/wp-module-notifications": "^1.1.5", diff --git a/composer.lock b/composer.lock index 30f80ae..eaef7dd 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": "97e64c145e3e3270d354fac8fac01870", + "content-hash": "37fed1ddc2871c19f6e8401076b743d3", "packages": [ { "name": "doctrine/inflector", @@ -250,16 +250,16 @@ }, { "name": "newfold-labs/wp-module-deactivation", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-deactivation.git", - "reference": "5fa1db92ef289dadb53128000534e92155c6bcdb" + "reference": "dd8bf1820a0bd136e1a673d3a4b916b4c581179a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/5fa1db92ef289dadb53128000534e92155c6bcdb", - "reference": "5fa1db92ef289dadb53128000534e92155c6bcdb", + "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/dd8bf1820a0bd136e1a673d3a4b916b4c581179a", + "reference": "dd8bf1820a0bd136e1a673d3a4b916b4c581179a", "shasum": "" }, "require": { @@ -304,10 +304,10 @@ ], "description": "A Module for handling WordPress brand plugins and modules deactivations", "support": { - "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.0.1", + "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.0.2", "issues": "https://github.com/newfold-labs/wp-module-deactivation/issues" }, - "time": "2023-10-17T20:31:24+00:00" + "time": "2023-10-17T22:48:37+00:00" }, { "name": "newfold-labs/wp-module-loader",