diff --git a/CHANGELOG.md b/CHANGELOG.md index c133a77..583748f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.4] - 2023-07-12 + +### Commits + +- Updated composer.json ([f61887a](https://github.com/pronamic/wp-pronamic-pay-digiwallet/commit/f61887ad57b0d432a02dbe2212c16a99d19882c9)) +- Created .pronamic-build-ignore ([70b8113](https://github.com/pronamic/wp-pronamic-pay-digiwallet/commit/70b81132cccae32be9a0a76123f29281f362664e)) + +Full set of changes: [`3.3.3...3.3.4`][3.3.4] + +[3.3.4]: https://github.com/pronamic/wp-pronamic-pay-digiwallet/compare/v3.3.3...v3.3.4 + ## [3.3.3] - 2023-06-01 ### Commits diff --git a/package.json b/package.json index 84219b3..9283b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digiwallet", - "version": "3.3.3", + "version": "3.3.4", "description": "DigiWallet (formerly TargetPay) driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-digiwallet.php b/pronamic-pay-digiwallet.php index a25be25..3a751e3 100644 --- a/pronamic-pay-digiwallet.php +++ b/pronamic-pay-digiwallet.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-digiwallet/ * Description: Extend the Pronamic Pay plugin with the DigiWallet gateway to receive payments with DigiWallet through a variety of WordPress plugins. * - * Version: 3.3.3 + * Version: 3.3.4 * Requires at least: 4.7 * Requires PHP: 7.4 * diff --git a/readme.txt b/readme.txt index fbfda30..0571b75 100644 --- a/readme.txt +++ b/readme.txt @@ -4,6 +4,6 @@ Tags: pronamic, pay, digiwallet, add-on Requires at least: 4.7 Tested up to: 6.2 Requires PHP: 7.4 -Stable tag: 3.3.3 +Stable tag: 3.3.4 Extend the Pronamic Pay plugin with the DigiWallet gateway to receive payments with DigiWallet through a variety of WordPress plugins.