From a43f8739096c721d060c994f4a6fb27969f2b74c Mon Sep 17 00:00:00 2001 From: Sander Date: Mon, 11 Mar 2024 12:36:41 +0100 Subject: [PATCH] v6.1.0 * Update "Fix book process datepicker styling" styles to latest version * Give error when trying to show information of a package that does not exist or may not be presented on a website * Minor admin CSS update * Removed script for very old browsers * Updated "Tested up to" version to 6.5 * Plugin now requires PHP 7.3 or higher * Plugin now requires WP 6.3 or higher --- changelog.md | 9 +++++---- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 11 ++++++++++- recras-wordpress-plugin.php | 2 +- src/Plugin.php | 3 ++- 6 files changed, 21 insertions(+), 10 deletions(-) diff --git a/changelog.md b/changelog.md index 1f7cb2d0..2fc81d2b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,12 +1,13 @@ # Changelog -## Unreleased +## 6.1.0 (2024-03-11) +* Update "Fix book process datepicker styling" styles to latest version +* Give error when trying to show information of a package that does not exist or may not be presented on a website +* Minor admin CSS update +* Removed script for very old browsers * Updated "Tested up to" version to 6.5 * Plugin now requires PHP 7.3 or higher * Plugin now requires WP 6.3 or higher -* Removed script for very old browsers -* Minor admin CSS update -* Update "Fix book process datepicker styling" styles to latest version ## 6.0.6 (2024-02-20) * Fix "Failed to initialize plugin" error in Elementor diff --git a/package-lock.json b/package-lock.json index d8e09fc5..0e01c035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recras-wordpress-plugin", - "version": "6.0.6", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recras-wordpress-plugin", - "version": "6.0.6", + "version": "6.1.0", "license": "MIT", "devDependencies": { "po2json": "1.0.0-beta-3" diff --git a/package.json b/package.json index c2e229a8..9f847459 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recras-wordpress-plugin", - "version": "6.0.6", + "version": "6.1.0", "description": "Recras WordPress plugin", "main": "index.js", "directories": { diff --git a/readme.txt b/readme.txt index ca4118fa..f43a2652 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: zanderz Tags: recras, recreation, reservation, booking, voucher Tested up to: 6.5 -Stable tag: 6.0.6 +Stable tag: 6.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -80,6 +80,15 @@ No. "Must use" plugins don't appear in the update notifications nor show their u == Changelog == += 6.1.0 = +* Update "Fix book process datepicker styling" styles to latest version +* Give error when trying to show information of a package that does not exist or may not be presented on a website +* Minor admin CSS update +* Removed script for very old browsers +* Updated "Tested up to" version to 6.5 +* 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 diff --git a/recras-wordpress-plugin.php b/recras-wordpress-plugin.php index 5e2db94f..531b966e 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.6 +Version: 6.1.0 Description: Easily integrate your Recras data into your own site Requires at least: 6.3 Requires PHP: 7.3.0 diff --git a/src/Plugin.php b/src/Plugin.php index 8ff80c12..63d4db2f 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -269,7 +269,8 @@ public function loadScripts(): void // Fix BP date picker for sites that set HTML { font-size: 10px } if (get_option('recras_fix_react_datepicker')) { - wp_enqueue_style('fixreactdatepicker', $this->baseUrl . '/css/fixreactdatepicker.css', [], '6.1.0'); + // This version number is the react-datepicker version + wp_enqueue_style('fixreactdatepicker', $this->baseUrl . '/css/fixreactdatepicker.css', [], '6.2.0'); } // Book process script must be loaded as module