diff --git a/composer.json b/composer.json index c081e6f..078e605 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "newfold-labs/wp-module-loader": "^1.0.11", "newfold-labs/wp-module-marketplace": "^2.4.0", "newfold-labs/wp-module-notifications": "^1.6.6", - "newfold-labs/wp-module-performance": "^2.0.1", + "newfold-labs/wp-module-performance": "^2.1.0", "newfold-labs/wp-module-runtime": "^1.0.12", "newfold-labs/wp-module-secure-passwords": "^1.1.1", "newfold-labs/wp-module-sso": "^1.0.7", diff --git a/composer.lock b/composer.lock index aa20409..2dd3029 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": "89eae8eb84847fe39975d9cac3ba0e3a", + "content-hash": "9263cce123b1ddc9e945e0d6cb367c6b", "packages": [ { "name": "doctrine/inflector", @@ -553,6 +553,52 @@ }, "time": "2024-06-20T19:10:03+00:00" }, + { + "name": "newfold-labs/wp-module-installer", + "version": "1.2.2", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-installer.git", + "reference": "4b994a784f1de5c80dcf274e51ab34f083e4a26d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/4b994a784f1de5c80dcf274e51ab34f083e4a26d", + "reference": "4b994a784f1de5c80dcf274e51ab34f083e4a26d", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-pls": "^1.0.0" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/wp-cli": "^2.11" + }, + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Installer\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Micah Wood", + "email": "micah.wood@newfold.com" + } + ], + "description": "An installer for WordPress plugins and themes.", + "support": { + "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.2.2", + "issues": "https://github.com/newfold-labs/wp-module-installer/issues" + }, + "time": "2024-10-25T14:26:52+00:00" + }, { "name": "newfold-labs/wp-module-loader", "version": "1.0.11", @@ -703,21 +749,22 @@ }, { "name": "newfold-labs/wp-module-performance", - "version": "2.0.1", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-performance.git", - "reference": "ed7db2ce699d1ab6c61db28080b4f13f8511cc0d" + "reference": "15b01bae8ad1489b3e1d80cb7a9e3d395b5af113" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/ed7db2ce699d1ab6c61db28080b4f13f8511cc0d", - "reference": "ed7db2ce699d1ab6c61db28080b4f13f8511cc0d", + "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/15b01bae8ad1489b3e1d80cb7a9e3d395b5af113", + "reference": "15b01bae8ad1489b3e1d80cb7a9e3d395b5af113", "shasum": "" }, "require": { "newfold-labs/wp-module-context": "^1.0", "newfold-labs/wp-module-features": "^1.3", + "newfold-labs/wp-module-installer": "^1.2.2", "wp-forge/collection": "^1.0.2", "wp-forge/wp-htaccess-manager": "^1.0", "wpscholar/url": "^1.2.2" @@ -747,10 +794,57 @@ ], "description": "A module for managing caching functionality.", "support": { - "source": "https://github.com/newfold-labs/wp-module-performance/tree/2.0.1", + "source": "https://github.com/newfold-labs/wp-module-performance/tree/2.1.0", "issues": "https://github.com/newfold-labs/wp-module-performance/issues" }, - "time": "2024-08-15T22:17:47+00:00" + "time": "2024-12-17T09:46:51+00:00" + }, + { + "name": "newfold-labs/wp-module-pls", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-pls.git", + "reference": "08b7c41b3d52d66414b6234389d7f4c414477d91" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-pls/zipball/08b7c41b3d52d66414b6234389d7f4c414477d91", + "reference": "08b7c41b3d52d66414b6234389d7f4c414477d91", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-data": "^2.0" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "^2.4.3", + "wp-cli/wp-cli": "^2.11" + }, + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\PLS\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "license": [ + "GPL-3.0-or-later" + ], + "authors": [ + { + "name": "arunshenoy99", + "email": "devarunshenoy99@gmail.com" + } + ], + "description": "A Newfold module that handles license key provisioning, validation, and other lifecycle events for registered plugins using the PLS API via Hiive.", + "support": { + "source": "https://github.com/newfold-labs/wp-module-pls/tree/1.0.0", + "issues": "https://github.com/newfold-labs/wp-module-pls/issues" + }, + "time": "2024-10-23T09:11:18+00:00" }, { "name": "newfold-labs/wp-module-runtime", @@ -1220,16 +1314,16 @@ }, { "name": "wpscholar/url", - "version": "1.2.3", + "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/wpscholar/url.git", - "reference": "6e97376a1cf3a9f4d0f0ae976cece6123d1bd4b8" + "reference": "c4bd7e4014acb29ec849631c3ed885c7849c40dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wpscholar/url/zipball/6e97376a1cf3a9f4d0f0ae976cece6123d1bd4b8", - "reference": "6e97376a1cf3a9f4d0f0ae976cece6123d1bd4b8", + "url": "https://api.github.com/repos/wpscholar/url/zipball/c4bd7e4014acb29ec849631c3ed885c7849c40dd", + "reference": "c4bd7e4014acb29ec849631c3ed885c7849c40dd", "shasum": "" }, "type": "library", @@ -1252,9 +1346,9 @@ "description": "A PHP class for parsing and manipulating URLs.", "support": { "issues": "https://github.com/wpscholar/url/issues", - "source": "https://github.com/wpscholar/url/tree/1.2.3" + "source": "https://github.com/wpscholar/url/tree/1.2.4" }, - "time": "2024-12-01T20:43:41+00:00" + "time": "2024-12-13T16:23:01+00:00" } ], "packages-dev": [