Skip to content

Commit

Permalink
2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Aug 30, 2019
1 parent e8f33a8 commit 8eff2d3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/).

## [Unreleased][unreleased]
-

## [2.1.10] - 2019-08-30
- Fix possible error with subscriptions "Uncaught Exception: DatePeriod::__construct(): This constructor accepts either...".
- Improve GF Nested Forms compatibility.

Expand Down Expand Up @@ -224,7 +227,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## 1.0.0 - 2015-01-01
- First release.

[unreleased]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.9...HEAD
[unreleased]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.10...HEAD
[2.1.10]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.9...2.1.10
[2.1.9]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.8...2.1.9
[2.1.8]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.7...2.1.8
[2.1.7]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.6...2.1.7
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"wp-pay/core": "^2.2"
},
"require-dev": {
"wp-premium/gravityforms": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5",
"php-coveralls/php-coveralls": "^2.1",
"phpcompatibility/php-compatibility": "^9.1",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"phpmd/phpmd": "^2.7",
"phpunit/phpunit": "^5.7 || ^6.0",
"roots/wordpress": "^5.2",
"squizlabs/php_codesniffer": "^3.4",
"wp-coding-standards/wpcs": "^2.1",
"wp-phpunit/wp-phpunit": "^5.2"
"wp-phpunit/wp-phpunit": "^5.2",
"wp-premium/gravityforms": "^2.3"
},
"scripts": {
"coveralls": "vendor/bin/coveralls -v",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gravityforms",
"version": "2.1.9",
"version": "2.1.10",
"description": "Gravity Forms driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/IssuersField.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 2.1.3
* @version 2.1.10
* @since 1.4.7
*
* @property int $pronamicPayConfigId Added by admin.js.
Expand Down
2 changes: 1 addition & 1 deletion src/PaymentData.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 2.1.5
* @version 2.1.10
* @since 1.0.1
*/
class PaymentData extends Pay_PaymentData {
Expand Down
2 changes: 1 addition & 1 deletion src/PaymentMethodsField.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 2.1.3
* @version 2.1.10
* @since 1.4.7
*
* @property int $pronamicPayConfigId Added by admin.js.
Expand Down

0 comments on commit 8eff2d3

Please sign in to comment.