Skip to content

Commit

Permalink
Merge tag '2.3.4' into develop
Browse files Browse the repository at this point in the history
Tagging 2.3.4
  • Loading branch information
rvdsteege committed May 28, 2021
2 parents 9d1a091 + a9de8f1 commit f5f9025
Show file tree
Hide file tree
Showing 9 changed files with 164 additions and 159 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.3.4] - 2021-05-28
- Added support for gateway configuration specific webhook URLs.
- Improved webhook error handling.

## [2.3.3] - 2021-05-11
- Improved error and exception handling in webhook controller.
- Introduced the `InvalidSignatureException` class.
Expand Down Expand Up @@ -99,7 +103,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## 1.0.0 - 2017-12-13
- First release.

[unreleased]: https://github.com/wp-pay-gateways/omnikassa-2/compare/2.3.3...HEAD
[unreleased]: https://github.com/wp-pay-gateways/omnikassa-2/compare/2.3.4...HEAD
[2.3.4]: https://github.com/wp-pay-gateways/omnikassa-2/compare/2.3.3...2.3.4
[2.3.3]: https://github.com/wp-pay-gateways/omnikassa-2/compare/2.3.2...2.3.3
[2.3.2]: https://github.com/wp-pay-gateways/omnikassa-2/compare/2.3.1...2.3.2
[2.3.1]: https://github.com/wp-pay-gateways/omnikassa-2/compare/2.3.0...2.3.1
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": "omnikassa-2",
"version": "2.3.3",
"version": "2.3.4",
"description": "OmniKassa 2.0 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 @@ -16,7 +16,7 @@
* Client.
*
* @author Remco Tolsma
* @version 2.3.3
* @version 2.3.4
* @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 @@ -19,7 +19,7 @@
* Gateway
*
* @author Remco Tolsma
* @version 2.3.3
* @version 2.3.4
* @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 @@ -16,7 +16,7 @@
* Integration
*
* @author Remco Tolsma
* @version 2.3.0
* @version 2.3.4
* @since 1.0.0
*/
class Integration extends AbstractGatewayIntegration {
Expand Down
2 changes: 1 addition & 1 deletion src/WebhookController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Webhook controller
*
* @author Remco Tolsma
* @version 2.3.3
* @version 2.3.4
* @since 2.3.0
*/
class WebhookController {
Expand Down
38 changes: 19 additions & 19 deletions vendor-bin/phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5f9025

Please sign in to comment.