diff --git a/changelog.md b/changelog.md index df1244c7..bdc13be6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 6.2.1 (2024-09-13) +* Fix warning with Elementor book process widget +* Update Dutch translation + ## 6.2.0 (2024-07-29) * Added a book process widget for Elementor * Improve error message when "id" is set, but empty diff --git a/package-lock.json b/package-lock.json index fa420876..415b2d63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recras-wordpress-plugin", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recras-wordpress-plugin", - "version": "6.2.0", + "version": "6.2.1", "license": "MIT", "devDependencies": { "po2json": "1.0.0-beta-3" diff --git a/package.json b/package.json index 4582d12c..30e5f633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recras-wordpress-plugin", - "version": "6.2.0", + "version": "6.2.1", "description": "Recras WordPress plugin", "main": "index.js", "directories": { diff --git a/readme.txt b/readme.txt index f052bccc..90183b84 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: zanderz Tags: recras, recreation, reservation, booking, voucher Tested up to: 6.6 -Stable tag: 6.2.0 +Stable tag: 6.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -77,6 +77,10 @@ No. "Must use" plugins don't appear in the update notifications nor show their u == Changelog == += 6.2.1 = +* Fix warning with Elementor book process widget +* Update Dutch translation + = 6.2.0 = * Added a book process widget for Elementor * Improve error message when "id" is set, but empty @@ -115,27 +119,10 @@ No. "Must use" plugins don't appear in the update notifications nor show their u * Plugin now requires PHP 7.3 or higher * Plugin now requires WP 6.3 or higher -= 6.0.6 = -* Fix "Failed to initialize plugin" error in Elementor - -= 6.0.5 = -* Fixed not being able to add a contact form in classic editor - -= 6.0.4 = -* Remove confusing circle around today's date in a book process - -= 6.0.3 = -* Fix checkbox without explanation when adding book process shortcode - -= 6.0.2 = -* Add a few more German translations - -= 6.0.1 = -* Fix warning when using PHP 8.2+ - -= 6.0.0 = -* Removed support for Composer Installers += 6.0 (highlights) = +* Various small fixes * Updated "Tested up to" version to 6.4 +* Removed support for Composer Installers = 5.5 (highlights) = * Make online booking of packages look better on narrow pages on large screens (i.e. desktop) diff --git a/recras-wordpress-plugin.php b/recras-wordpress-plugin.php index 6ae3ce31..b4c082db 100644 --- a/recras-wordpress-plugin.php +++ b/recras-wordpress-plugin.php @@ -2,7 +2,7 @@ /* Plugin Name: Recras WordPress Plugin Plugin URI: https://www.recras.nl/ -Version: 6.2.0 +Version: 6.2.1 Description: Easily integrate your Recras data into your own site Requires at least: 6.4 Requires PHP: 7.4.0