Changeset 3012952
- Timestamp:
- 12/21/2023 01:02:02 PM (2 years ago)
- Location:
- recras/trunk
- Files:
-
- 6 edited
-
changelog.md (modified) (1 diff)
-
editor/form-bookprocess.php (modified) (1 diff)
-
package-lock.json (modified) (2 diffs)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
recras-wordpress-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recras/trunk/changelog.md
r3009963 r3012952 1 1 # Changelog 2 3 ## 6.0.3 (2023-12-21) 4 * Fix checkbox without explanation when adding book process shortcode 2 5 3 6 ## 6.0.2 (2023-12-14) -
recras/trunk/editor/form-bookprocess.php
r2871698 r3012952 35 35 <label for="hide_first_widget"><?php _e('Hide first widget?', \Recras\Plugin::TEXT_DOMAIN); ?></label> 36 36 <dd class="first-widget-only recras-hidden-input"> 37 < dd><input type="checkbox" id="hide_first_widget">37 <input type="checkbox" id="hide_first_widget"> 38 38 </dl> 39 39 <button class="button button-primary" id="bp_submit"><?php _e('Insert shortcode', \Recras\Plugin::TEXT_DOMAIN); ?></button> -
recras/trunk/package-lock.json
r3009963 r3012952 1 1 { 2 2 "name": "recras-wordpress-plugin", 3 "version": "6.0. 2",3 "version": "6.0.3", 4 4 "lockfileVersion": 2, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "recras-wordpress-plugin", 9 "version": "6.0. 2",9 "version": "6.0.3", 10 10 "license": "MIT", 11 11 "devDependencies": { -
recras/trunk/package.json
r3009963 r3012952 1 1 { 2 2 "name": "recras-wordpress-plugin", 3 "version": "6.0. 2",3 "version": "6.0.3", 4 4 "description": "Recras WordPress plugin", 5 5 "main": "index.js", -
recras/trunk/readme.txt
r3009963 r3012952 3 3 Tags: recras, recreation, reservation, booking, voucher 4 4 Tested up to: 6.4 5 Stable tag: 6.0. 25 Stable tag: 6.0.3 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 == Changelog == 82 82 83 = 6.0.3 = 84 * Fix checkbox without explanation when adding book process shortcode 85 83 86 = 6.0.2 = 84 87 * Add a few more German translations -
recras/trunk/recras-wordpress-plugin.php
r3009963 r3012952 3 3 Plugin Name: Recras WordPress Plugin 4 4 Plugin URI: https://www.recras.nl/ 5 Version: 6.0. 25 Version: 6.0.3 6 6 Description: Easily integrate your Recras data into your own site 7 7 Requires at least: 6.2
Note: See TracChangeset
for help on using the changeset viewer.