From c2e371828a98c93184a632680acc4eb21caeb40c Mon Sep 17 00:00:00 2001 From: Sander Date: Fri, 19 Jan 2024 09:58:56 +0100 Subject: [PATCH] v6.0.5 : Fixed not being able to add a contact form in classic editor --- changelog.md | 3 +++ editor/form-contact.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 5 ++++- recras-wordpress-plugin.php | 2 +- 6 files changed, 13 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index eec1829c..deba86e6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## 6.0.5 (2024-01-19) +* Fixed not being able to add a contact form in classic editor + ## 6.0.4 (2024-01-16) * Remove confusing circle around today's date in a book process diff --git a/editor/form-contact.php b/editor/form-contact.php index 025b8641..da84ed98 100644 --- a/editor/form-contact.php +++ b/editor/form-contact.php @@ -18,8 +18,8 @@ diff --git a/package-lock.json b/package-lock.json index 10d80095..22720197 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recras-wordpress-plugin", - "version": "6.0.4", + "version": "6.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recras-wordpress-plugin", - "version": "6.0.4", + "version": "6.0.5", "license": "MIT", "devDependencies": { "po2json": "1.0.0-beta-3" diff --git a/package.json b/package.json index f3616484..ffaca065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recras-wordpress-plugin", - "version": "6.0.4", + "version": "6.0.5", "description": "Recras WordPress plugin", "main": "index.js", "directories": { diff --git a/readme.txt b/readme.txt index d3079011..3c80348c 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: zanderz Tags: recras, recreation, reservation, booking, voucher Tested up to: 6.4 -Stable tag: 6.0.4 +Stable tag: 6.0.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -80,6 +80,9 @@ No. "Must use" plugins don't appear in the update notifications nor show their u == Changelog == += 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 diff --git a/recras-wordpress-plugin.php b/recras-wordpress-plugin.php index 498869c4..f12de041 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.0.4 +Version: 6.0.5 Description: Easily integrate your Recras data into your own site Requires at least: 6.2 Requires PHP: 7.2.0