diff --git a/CHANGELOG.md b/CHANGELOG.md index a053d71..f2dfb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.9.2] - 2024-02-13 + +### Commits + +- Added `if ( ! defined( 'ABSPATH' ) )`. ([5c4840c](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/5c4840cfc85939569674283cc1f7acb1f1fb9b14)) + +Full set of changes: [`4.9.1...4.9.2`][4.9.2] + +[4.9.2]: https://github.com/pronamic/wp-pronamic-pay-mollie/compare/v4.9.1...v4.9.2 + ## [4.9.1] - 2024-02-13 ### Commits diff --git a/package.json b/package.json index cc4984b..e060bc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mollie", - "version": "4.9.1", + "version": "4.9.2", "description": "Mollie driver for the WordPress payment processing library.", "author": { "name": "Pronamic", diff --git a/pronamic-pay-mollie.php b/pronamic-pay-mollie.php index 8264b8c..18e3bf1 100644 --- a/pronamic-pay-mollie.php +++ b/pronamic-pay-mollie.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-mollie/ * Description: Extend the Pronamic Pay plugin with the Mollie gateway to receive payments through a variety of WordPress plugins. * - * Version: 4.9.1 + * Version: 4.9.2 * Requires at least: 5.9 * Requires PHP: 7.4 *