diff --git a/CHANGELOG.md b/CHANGELOG.md index 500879a..09e884e 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.4.4] - 2024-03-14 + +### Commits + +- Added `wp-slug` to Composer config. ([1100c10](https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/commit/1100c10e163ee5edd8ba947ca1f949c5f4fc46f4)) + +Full set of changes: [`4.4.3...4.4.4`][4.4.4] + +[4.4.4]: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/compare/v4.4.3...v4.4.4 + ## [4.4.3] - 2024-03-14 ### Fixed diff --git a/package.json b/package.json index 916e878..fdfaf73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restrict-content-pro", - "version": "4.4.3", + "version": "4.4.4", "description": "Restrict Content Pro driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-rcp.php b/pronamic-pay-rcp.php index 3bcc5da..571dd0a 100644 --- a/pronamic-pay-rcp.php +++ b/pronamic-pay-rcp.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-restrict-content-pro/ * Description: Extend the Pronamic Pay plugin with Restrict Content Pro support to receive payments through a variety of payment providers. * - * Version: 4.4.3 + * Version: 4.4.4 * Requires at least: 4.7 * Requires PHP: 7.4 *