From d6853b630cfb1605d343b49b1b089be7d62bc6ff Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Wed, 2 Oct 2024 12:50:17 +0200 Subject: [PATCH] v2.0.3 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- pronamic-client.php | 2 +- readme.txt | 19 ++++++++++++++++++- 4 files changed, 37 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e89d8..7a5a93e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [2.0.3] - 2024-10-02 + +### Commits + +- Switch to `override_load_textdomain` filter instead of `plugin_locale` filter. ([60c621b](https://github.com/pronamic/wp-pronamic-client/commit/60c621b5590951ac9eaf9f55d07bc5ef7cfcf87f)) +- Added `$admin_notices` property. ([2d152ba](https://github.com/pronamic/wp-pronamic-client/commit/2d152ba426b5918c7514dcc8d1cad3b7d32d0c22)) +- Tested up to: 6.6 ([013ba16](https://github.com/pronamic/wp-pronamic-client/commit/013ba16186b560dd325ffaa25e14b1cd4f37d811)) + +### Composer + +- Changed `automattic/jetpack-autoloader` from `v3.0.7` to `v3.1.0`. + Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.1.0 + +Full set of changes: [`2.0.2...2.0.3`][2.0.3] + +[2.0.3]: https://github.com/pronamic/wp-pronamic-client/compare/v2.0.2...v2.0.3 + ## [2.0.2] - 2024-05-15 ### Commits diff --git a/package.json b/package.json index 685e494..6f7b795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pronamic-client", - "version": "2.0.2", + "version": "2.0.3", "description": "WordPress plugin for Pronamic clients.", "repository": { "type": "git", diff --git a/pronamic-client.php b/pronamic-client.php index b9b61e0..3974ffa 100644 --- a/pronamic-client.php +++ b/pronamic-client.php @@ -4,7 +4,7 @@ * Plugin URI: https://wp.pronamic.directory/plugins/pronamic-client/ * Description: WordPress plugin for Pronamic clients. * - * Version: 2.0.2 + * Version: 2.0.3 * Requires at least: 3.0 * * Author: Pronamic diff --git a/readme.txt b/readme.txt index 7877f5a..1427d3a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: pronamic, remcotolsma Tags: pronamic Requires at least: 3.0 Tested up to: 6.6 -Stable tag: 2.0.2 +Stable tag: 2.0.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -30,6 +30,23 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc +### [2.0.3] - 2024-10-02 + +#### Commits + +- Switch to `override_load_textdomain` filter instead of `plugin_locale` filter. ([60c621b](https://github.com/pronamic/wp-pronamic-client/commit/60c621b5590951ac9eaf9f55d07bc5ef7cfcf87f)) +- Added `$admin_notices` property. ([2d152ba](https://github.com/pronamic/wp-pronamic-client/commit/2d152ba426b5918c7514dcc8d1cad3b7d32d0c22)) +- Tested up to: 6.6 ([013ba16](https://github.com/pronamic/wp-pronamic-client/commit/013ba16186b560dd325ffaa25e14b1cd4f37d811)) + +#### Composer + +- Changed `automattic/jetpack-autoloader` from `v3.0.7` to `v3.1.0`. + Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.1.0 + +Full set of changes: [`2.0.2...2.0.3`][2.0.3] + +[2.0.3]: https://github.com/pronamic/wp-pronamic-client/compare/v2.0.2...v2.0.3 + ### [2.0.2] - 2024-05-15 #### Commits