Skip to content

Commit

Permalink
Fix checkbox without explanation when adding book process shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugoku committed Dec 21, 2023
1 parent 3b6c171 commit 8cf87ab
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 6.0.3 (2023-12-21)
* Fix checkbox without explanation when adding book process shortcode

## 6.0.2 (2023-12-14)
* Add a few more German translations

Expand Down
2 changes: 1 addition & 1 deletion editor/form-bookprocess.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dt class="first-widget-only recras-hidden-input">
<label for="hide_first_widget"><?php _e('Hide first widget?', \Recras\Plugin::TEXT_DOMAIN); ?></label>
<dd class="first-widget-only recras-hidden-input">
<dd><input type="checkbox" id="hide_first_widget">
<input type="checkbox" id="hide_first_widget">
</dl>
<button class="button button-primary" id="bp_submit"><?php _e('Insert shortcode', \Recras\Plugin::TEXT_DOMAIN); ?></button>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recras-wordpress-plugin",
"version": "6.0.2",
"version": "6.0.3",
"description": "Recras WordPress plugin",
"main": "index.js",
"directories": {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: zanderz
Tags: recras, recreation, reservation, booking, voucher
Tested up to: 6.4
Stable tag: 6.0.2
Stable tag: 6.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -80,6 +80,9 @@ No. "Must use" plugins don't appear in the update notifications nor show their u

== Changelog ==

= 6.0.3 =
* Fix checkbox without explanation when adding book process shortcode

= 6.0.2 =
* Add a few more German translations

Expand Down
2 changes: 1 addition & 1 deletion recras-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Recras WordPress Plugin
Plugin URI: https://www.recras.nl/
Version: 6.0.2
Version: 6.0.3
Description: Easily integrate your Recras data into your own site
Requires at least: 6.2
Requires PHP: 7.2.0
Expand Down

0 comments on commit 8cf87ab

Please sign in to comment.