Skip to content

Commit

Permalink
Merge tag '2.0.5' into develop
Browse files Browse the repository at this point in the history
2.0.5 2.0.5
  • Loading branch information
rvdsteege committed Dec 22, 2019
2 parents 33e6590 + 3263832 commit ea48585
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [2.0.5] - 2019-12-22
- Added URL to manual in gateway settings.
- Improved error handling with exceptions.

## [2.0.4] - 2019-08-30
- Removed 'Show details…' toggle link from settings, was no longer working.

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

[unreleased]: https://github.com/wp-pay-gateways/ideal-advanced-v3/compare/2.0.4...HEAD
[unreleased]: https://github.com/wp-pay-gateways/ideal-advanced-v3/compare/2.0.5...HEAD
[2.0.5]: https://github.com/wp-pay-gateways/ideal-advanced-v3/compare/2.0.4...2.0.5
[2.0.4]: https://github.com/wp-pay-gateways/ideal-advanced-v3/compare/2.0.3...2.0.4
[2.0.3]: https://github.com/wp-pay-gateways/ideal-advanced-v3/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/wp-pay-gateways/ideal-advanced-v3/compare/2.0.1...2.0.2
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": "ideal-advanced-v3",
"version": "2.0.4",
"version": "2.0.5",
"description": "iDEAL Advanced v3 driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 2.0.0
* @version 2.0.5
* @since 1.0.0
*/
class Client {
Expand Down
2 changes: 1 addition & 1 deletion src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 2.0.2
* @version 2.0.5
* @since 1.0.0
*/
class Gateway extends Core_Gateway {
Expand Down
2 changes: 1 addition & 1 deletion src/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 2.0.4
* @version 2.0.5
* @since 2.0.0
*/
class Integration extends AbstractIntegration {
Expand Down

0 comments on commit ea48585

Please sign in to comment.