diff --git a/changelog.md b/changelog.md index dc107b70..a063798a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## 6.2.3 (2025-01-06) +* Fix error in Elementor when book process cannot be found + ## 6.2.2 (2024-10-24) * Update "Fix book process datepicker styling" styles to latest version * Updated "Tested up to" version to 6.7 diff --git a/package-lock.json b/package-lock.json index de69e231..3f763725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recras-wordpress-plugin", - "version": "6.2.2", + "version": "6.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recras-wordpress-plugin", - "version": "6.2.2", + "version": "6.2.3", "license": "MIT", "devDependencies": { "po2json": "1.0.0-beta-3" diff --git a/package.json b/package.json index de9fde69..56936ea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recras-wordpress-plugin", - "version": "6.2.2", + "version": "6.2.3", "description": "Recras WordPress plugin", "main": "index.js", "directories": { diff --git a/readme.txt b/readme.txt index f03fce86..1313b4d9 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: zanderz Tags: recras, recreation, reservation, booking, voucher Tested up to: 6.7 -Stable tag: 6.2.2 +Stable tag: 6.2.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -77,6 +77,9 @@ No. "Must use" plugins don't appear in the update notifications nor show their u == Changelog == += 6.2.3 = +* Fix error in Elementor when book process cannot be found + = 6.2.2 = * Update "Fix book process datepicker styling" styles to latest version * Updated "Tested up to" version to 6.7 diff --git a/recras-wordpress-plugin.php b/recras-wordpress-plugin.php index c48186d9..ba48dcc8 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.2 +Version: 6.2.3 Description: Easily integrate your Recras data into your own site Requires at least: 6.4 Requires PHP: 7.4.0