-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Satis build triggered by release 2.1.0 of newfold-labs/wp-module-mark…
…etplace
- Loading branch information
Showing
8 changed files
with
775 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1719,6 +1719,64 @@ | |
"source": "https://github.com/newfold-labs/wp-module-marketplace/tree/2.0.2", | ||
"issues": "https://github.com/newfold-labs/wp-module-marketplace/issues" | ||
} | ||
}, | ||
{ | ||
"name": "newfold-labs/wp-module-marketplace", | ||
"version": "2.1.0", | ||
"version_normalized": "2.1.0.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/newfold-labs/wp-module-marketplace.git", | ||
"reference": "3f836e2ae93e97e91a677e12ceb65fda90ee4d86" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/newfold-labs/wp-module-marketplace/zipball/3f836e2ae93e97e91a677e12ceb65fda90ee4d86", | ||
"reference": "3f836e2ae93e97e91a677e12ceb65fda90ee4d86", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"newfold-labs/wp-module-data": "^2.0.0" | ||
}, | ||
"require-dev": { | ||
"newfold-labs/wp-php-standards": "^1.2" | ||
}, | ||
"time": "2023-11-07T15:19:22+00:00", | ||
"type": "library", | ||
"autoload": { | ||
"psr-4": { | ||
"NewfoldLabs\\WP\\Module\\Marketplace\\": "includes" | ||
}, | ||
"files": [ | ||
"bootstrap.php" | ||
] | ||
}, | ||
"scripts": { | ||
"fix": [ | ||
"vendor/bin/phpcbf --standard=phpcs.xml ." | ||
], | ||
"lint": [ | ||
"vendor/bin/phpcs --standard=phpcs.xml -s ." | ||
] | ||
}, | ||
"license": [ | ||
"GPL-2.0-or-later" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Micah Wood", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Evan Mullins", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"description": "A module for rendering product data and interacting with the Hiive marketplace API.", | ||
"support": { | ||
"source": "https://github.com/newfold-labs/wp-module-marketplace/tree/2.1.0", | ||
"issues": "https://github.com/newfold-labs/wp-module-marketplace/issues" | ||
} | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,19 @@ | ||
{ | ||
"packages": { | ||
"newfold-labs/wp-module-marketplace": [ | ||
{ | ||
"name": "newfold-labs/wp-module-marketplace", | ||
"version": "dev-feature/category-subnav-helper", | ||
"version_normalized": "dev-feature/category-subnav-helper", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/newfold-labs/wp-module-marketplace.git", | ||
"reference": "4cc1e3f5d7dda7337a687f8a0d6a4c2e3a267dd2" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/newfold-labs/wp-module-marketplace/zipball/4cc1e3f5d7dda7337a687f8a0d6a4c2e3a267dd2", | ||
"reference": "4cc1e3f5d7dda7337a687f8a0d6a4c2e3a267dd2", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"newfold-labs/wp-module-data": "^2.0.0" | ||
}, | ||
"require-dev": { | ||
"newfold-labs/wp-php-standards": "^1.2" | ||
}, | ||
"time": "2023-11-06T22:22:19+00:00", | ||
"type": "library", | ||
"autoload": { | ||
"psr-4": { | ||
"NewfoldLabs\\WP\\Module\\Marketplace\\": "includes" | ||
}, | ||
"files": [ | ||
"bootstrap.php" | ||
] | ||
}, | ||
"scripts": { | ||
"fix": [ | ||
"vendor/bin/phpcbf --standard=phpcs.xml ." | ||
], | ||
"lint": [ | ||
"vendor/bin/phpcs --standard=phpcs.xml -s ." | ||
] | ||
}, | ||
"license": [ | ||
"GPL-2.0-or-later" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Micah Wood", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Evan Mullins", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"description": "A module for rendering product data and interacting with the Hiive marketplace API.", | ||
"support": { | ||
"source": "https://github.com/newfold-labs/wp-module-marketplace/tree/feature/category-subnav-helper", | ||
"issues": "https://github.com/newfold-labs/wp-module-marketplace/issues" | ||
} | ||
}, | ||
{ | ||
"name": "newfold-labs/wp-module-marketplace", | ||
"version": "dev-main", | ||
"version_normalized": "dev-main", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/newfold-labs/wp-module-marketplace.git", | ||
"reference": "e6968198d53c7d4c191cf33d6b76335d32a9bb42" | ||
"reference": "3f836e2ae93e97e91a677e12ceb65fda90ee4d86" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/newfold-labs/wp-module-marketplace/zipball/e6968198d53c7d4c191cf33d6b76335d32a9bb42", | ||
"reference": "e6968198d53c7d4c191cf33d6b76335d32a9bb42", | ||
"url": "https://api.github.com/repos/newfold-labs/wp-module-marketplace/zipball/3f836e2ae93e97e91a677e12ceb65fda90ee4d86", | ||
"reference": "3f836e2ae93e97e91a677e12ceb65fda90ee4d86", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
|
@@ -80,7 +22,7 @@ | |
"require-dev": { | ||
"newfold-labs/wp-php-standards": "^1.2" | ||
}, | ||
"time": "2023-09-19T22:38:37+00:00", | ||
"time": "2023-11-07T15:19:22+00:00", | ||
"default-branch": true, | ||
"type": "library", | ||
"autoload": { | ||
|
@@ -114,7 +56,7 @@ | |
], | ||
"description": "A module for rendering product data and interacting with the Hiive marketplace API.", | ||
"support": { | ||
"source": "https://github.com/newfold-labs/wp-module-marketplace/tree/2.0.2", | ||
"source": "https://github.com/newfold-labs/wp-module-marketplace/tree/2.1.0", | ||
"issues": "https://github.com/newfold-labs/wp-module-marketplace/issues" | ||
} | ||
} | ||
|
Oops, something went wrong.