diff --git a/CHANGELOG.md b/CHANGELOG.md index 9920bb3..58768bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [2.4.2] - 2023-10-30 + +### Commits + +- Removed Grunt. ([129e649](https://github.com/pronamic/wp-money/commit/129e6499fe0d72ec9a1d22983dc7629301d54609)) +- Added `if ( ! defined( 'ABSPATH' ) )`. ([1bcefb8](https://github.com/pronamic/wp-money/commit/1bcefb81b389108c8d9a06d109afe2b16e8edf31)) + +Full set of changes: [`2.4.1...2.4.2`][2.4.2] + +[2.4.2]: https://github.com/pronamic/wp-money/compare/v2.4.1...v2.4.2 + ## [2.4.1] - 2023-09-11 ### Commits diff --git a/package.json b/package.json index 3c1b676..9d208cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-money", - "version": "2.4.1", + "version": "2.4.2", "description": "WordPress Money library.", "repository": { "type": "git", diff --git a/pronamic-money.php b/pronamic-money.php index 99f1ae3..1ac8e2c 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.1 + * Version: 2.4.2 * Requires at least: 4.7 * Requires PHP: 7.4 *