Skip to content

Commit

Permalink
v2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 17, 2024
1 parent af379d6 commit 406ac2e
Show file tree
Hide file tree
Showing 5 changed files with 17 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.7] - 2024-12-17

### Commits

- Allow automattic/jetpack-autoloader Composer plugin. ([a295e97](https://github.com/pronamic/wp-pronamic-pay-paypal/commit/a295e9796063fbbc4e76a5e9ed1161389a036808))
- Happy 2024. ([0b0980b](https://github.com/pronamic/wp-pronamic-pay-paypal/commit/0b0980b2a16a4dc04d8c7485973d2b447bcc29b6))

Full set of changes: [`2.3.6...2.3.7`][2.3.7]

[2.3.7]: https://github.com/pronamic/wp-pronamic-pay-paypal/compare/v2.3.6...v2.3.7

## [2.3.6] - 2023-10-13

### Commits
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"automattic/jetpack-autoloader": true
},
"platform": {
"php": "8.2"
},
"wp-slug": "pronamic-pay-paypal"
},
"require": {
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.6",
"version": "2.3.7",
"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.6
* Version: 2.3.7
* 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.6
Stable tag: 2.3.7

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

0 comments on commit 406ac2e

Please sign in to comment.