summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-21 00:35:55 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-21 00:35:55 +0200
commit8e13c73c06ce3d09ae13461b440b80b2f9928adf (patch)
tree25691ed9edf1f162fed8f9427d4eafb8b370aba9
parentd94a594def9855014c3080c1933d7cb2a6d1ad07 (diff)
downloadwoocommerce-taler-8e13c73c06ce3d09ae13461b440b80b2f9928adf.tar.gz
woocommerce-taler-8e13c73c06ce3d09ae13461b440b80b2f9928adf.tar.bz2
woocommerce-taler-8e13c73c06ce3d09ae13461b440b80b2f9928adf.zip
release v1
-rw-r--r--plugin/README.md4
-rw-r--r--plugin/package.json79
-rw-r--r--uploads/wordpress-v001.zipbin0 -> 85644 bytes
3 files changed, 81 insertions, 2 deletions
diff --git a/plugin/README.md b/plugin/README.md
index a08ac2e..d799c60 100644
--- a/plugin/README.md
+++ b/plugin/README.md
@@ -3,8 +3,8 @@ Contributors: hofmd2, sakaeo, grothoff
Donate link: https://donations.demo.taler.net/
Tags: WooCommerce, e-commerce, GNU Taler, Taler, Payment Gateway
Requires at least: 5.1
-Tested up to: 5.2.1
-Stable tag: 5.2
+Tested up to: 5.5.1
+Stable tag: 5.5
Requires PHP: 7.2
License: GNU General Public License v2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
diff --git a/plugin/package.json b/plugin/package.json
new file mode 100644
index 0000000..bd5b0b5
--- /dev/null
+++ b/plugin/package.json
@@ -0,0 +1,79 @@
+{
+ "name": "openid-connect-generic",
+ "version": "0.8.0",
+ "description": "OpenID Connect generic WordPress plugin.",
+ "main": "Gruntfile.js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/daggerhart/openid-connect-generic"
+ },
+ "keywords": [
+ "wordpress",
+ "taler"
+ ],
+ "author": "Christian Grothoff",
+ "license": "GPL-2.0-or-later",
+ "bugs": {
+ "url": "https://github.com/daggerhart/openid-connect-generic/issues"
+ },
+ "homepage": "https://github.com/daggerhart/openid-connect-generic#readme",
+ "dependencies": {
+ "dev-require": "^0.1.0"
+ },
+ "engines": {
+ "node": "12.18.3",
+ "npm": "6.14.8"
+ },
+ "devDependencies": {
+ "@floatwork/grunt-po2mo": "^0.3.0",
+ "@ndigitals/grunt-checkrepo": "^0.2.0",
+ "@wordpress/env": "^1.6.0",
+ "@wordpress/scripts": "12.2.0",
+ "check-node-version": "^4.0.3",
+ "grunt": "1.3.0",
+ "grunt-checkbranch": "^1.0.4",
+ "grunt-checktextdomain": "^1.0.1",
+ "grunt-cli": "^1.3.2",
+ "grunt-contrib-clean": "^2.0.0",
+ "grunt-contrib-copy": "^1.0.0",
+ "grunt-gitinfo": "^0.1.9",
+ "grunt-shell": "^2.1.0",
+ "grunt-version": "2.0.0",
+ "grunt-wp-i18n": "^1.0.3",
+ "grunt-wp-readme-to-markdown": "^2.0.0",
+ "load-grunt-tasks": "^3.5",
+ "node": "^12.18.3",
+ "npm": "^6.14.8",
+ "puppeteer": "^1.20.0",
+ "typescript": "^3.9.7"
+ },
+ "wp-env": {
+ "plugin-dir": "daggerhart-openid-connect-generic",
+ "plugin-name": "OpenID Connect Generic",
+ "docker-template": "./docker-compose.override.yml",
+ "welcome-build-command": "npm start"
+ },
+ "scripts": {
+ "setup": "composer install && npm install && cd wordpress && npm install && npm run build && cd .. && composer install --optimize-autoloader",
+ "start": "wp-env start",
+ "stop": "wp-env stop",
+ "restart": "npm run wp-env stop && npm run wp-env start",
+ "grunt": "node_modules/.bin/grunt",
+ "test": "npm run grunt test",
+ "build": "npm run grunt build",
+ "version": "npm run grunt version",
+ "version:bump": "npm version --no-git-tag-version",
+ "check:engines": "wp-scripts check-engines",
+ "check:licenses": "wp-scripts check-licenses",
+ "wp-env": "wp-env",
+ "wp": "wp-env run cli wp",
+ "i18n:check": "npm run grunt checktextdomain",
+ "i18n:make": "npm run grunt i18n",
+ "i18n:make:cli": "wp-env run cli wp i18n make-pot . languages/ --slug=daggerhart-openid-connect-generic --include=openid-connect-generic.php,includes",
+ "lint": "npm run lint:php",
+ "lint:php": "vendor/bin/phpcs --report=full .",
+ "lint:php:fix": "vendor/bin/phpcbf .",
+ "analyze": "npm run analyze:php",
+ "analyze:php": "vendor/bin/phpstan analyze ."
+ }
+}
diff --git a/uploads/wordpress-v001.zip b/uploads/wordpress-v001.zip
new file mode 100644
index 0000000..154c0e4
--- /dev/null
+++ b/uploads/wordpress-v001.zip
Binary files differ