-
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 v1.3.10 of newfold-labs/wp-module-ec…
…ommerce
- Loading branch information
Showing
8 changed files
with
2,959 additions
and
4,807 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -4328,6 +4328,66 @@ | |
"issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" | ||
} | ||
}, | ||
{ | ||
"name": "newfold-labs/wp-module-ecommerce", | ||
"version": "v1.3.10", | ||
"version_normalized": "1.3.10.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/newfold-labs/wp-module-ecommerce.git", | ||
"reference": "68aee2dbe0b6b45ef683ee293d6e5aa0ba6032db" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/68aee2dbe0b6b45ef683ee293d6e5aa0ba6032db", | ||
"reference": "68aee2dbe0b6b45ef683ee293d6e5aa0ba6032db", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"newfold-labs/wp-module-installer": "^1.1", | ||
"newfold-labs/wp-module-onboarding-data": "^0.0" | ||
}, | ||
"require-dev": { | ||
"newfold-labs/wp-php-standards": "@stable", | ||
"wp-cli/i18n-command": "@stable", | ||
"wp-cli/wp-cli-bundle": "@stable" | ||
}, | ||
"time": "2023-11-17T16:59:05+00:00", | ||
"type": "library", | ||
"autoload": { | ||
"psr-4": { | ||
"NewfoldLabs\\WP\\Module\\ECommerce\\": "includes" | ||
}, | ||
"files": [ | ||
"bootstrap.php" | ||
] | ||
}, | ||
"scripts": { | ||
"i18n": [ | ||
"vendor/bin/wp i18n make-pot . ./languages/wp-module-ecommerce.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-ecommerce/issues\",\"POT-Creation-Date\":null}' --exclude=node_modules,src,tests" | ||
], | ||
"fix": [ | ||
"vendor/bin/phpcbf --standard=phpcs.xml ." | ||
], | ||
"lint": [ | ||
"vendor/bin/phpcs --standard=phpcs.xml -s ." | ||
] | ||
}, | ||
"license": [ | ||
"GPL-2.0-or-later" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Beyond", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"description": "Brand Agnostic eCommerce Experience", | ||
"support": { | ||
"source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.10", | ||
"issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" | ||
} | ||
}, | ||
{ | ||
"name": "newfold-labs/wp-module-ecommerce", | ||
"version": "v1.3.2", | ||
|
Oops, something went wrong.