This commit is contained in:
erwanlr
2023-03-19 19:28:09 +01:00
parent 63094494d3
commit fb812554f3
112 changed files with 110709 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2023-02-24
- First release.
[1.0.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/releases/tag/v1.0.0

View File

@@ -0,0 +1,21 @@
{
"name": "@pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms",
"description": "Pronamic Pay plugin with Mollie for Gravity Forms integration.",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms.git"
},
"author": "Pronamic",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/issues"
},
"homepage": "https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms#readme",
"config": {
"slug": "pronamic-pay-with-mollie-for-gravity-forms"
},
"devDependencies": {
"@wordpress/env": "^5.12.0"
}
}