Skip to content

Commit

Permalink
v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 1, 2023
1 parent ab9eefc commit 69fdd4c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [2.3.4] - 2023-06-01

### Commits

- Added `WordPress.WP.I18n` config. ([ab9eefc](https://github.com/pronamic/wp-pronamic-pay-paypal/commit/ab9eefca01785b30dd4ba3d77a0a760168a49e03))
- Fixed text domain. ([30ecf38](https://github.com/pronamic/wp-pronamic-pay-paypal/commit/30ecf38171594e67d5bb924b58b2a993674adcdf))

Full set of changes: [`2.3.3...2.3.4`][2.3.4]

[2.3.4]: https://github.com/pronamic/wp-pronamic-pay-paypal/compare/v2.3.3...v2.3.4

## [2.3.3] - 2023-06-01

### Commits
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": "paypal",
"version": "2.3.3",
"version": "2.3.4",
"description": "PayPal driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-paypal.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-paypal/
* Description: Extend the Pronamic Pay plugin with the PayPal gateway to receive payments with PayPal through a variety of WordPress plugins.
*
* Version: 2.3.3
* Version: 2.3.4
* Requires at least: 4.7
* Requires PHP: 7.4
*
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Tags: pronamic, pay, paypal, add-on
Requires at least: 4.7
Tested up to: 6.2
Requires PHP: 7.4
Stable tag: 2.3.3
Stable tag: 2.3.4

Extend the Pronamic Pay plugin with the PayPal gateway to receive payments with PayPal through a variety of WordPress plugins.

0 comments on commit 69fdd4c

Please sign in to comment.