diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2ad77..b0c80a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [2.4.4] - 2024-10-02 + +### Commits + +- Escape `$alphabetic_code` in exception message. ([9266be4](https://github.com/pronamic/wp-money/commit/9266be4ed849a6009b27af6687f453646b0d4bbc)) +- Fixed PHPStan issue. ([3e3e948](https://github.com/pronamic/wp-money/commit/3e3e948e47e1fa556abc00266e6b5ca3f0a2f851)) +- Fixed code quality issues. ([175ad84](https://github.com/pronamic/wp-money/commit/175ad845187e5796b324ce0664e117ee9fc20b5f)) +- Happy 2024. ([5709d5d](https://github.com/pronamic/wp-money/commit/5709d5d5e1bc1b85dd667fb1e3f8885aef87b567)) + +Full set of changes: [`2.4.3...2.4.4`][2.4.4] + +[2.4.4]: https://github.com/pronamic/wp-money/compare/v2.4.3...v2.4.4 + ## [2.4.3] - 2023-11-06 ### Commits diff --git a/package.json b/package.json index 3a63beb..cd81456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-money", - "version": "2.4.3", + "version": "2.4.4", "description": "WordPress Money library.", "repository": { "type": "git", diff --git a/pronamic-money.php b/pronamic-money.php index 4644494..5b42c92 100644 --- a/pronamic-money.php +++ b/pronamic-money.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-money/ * Description: WordPress Money library. * - * Version: 2.4.3 + * Version: 2.4.4 * Requires at least: 4.7 * Requires PHP: 7.4 *