Plugin Directory

Changeset 3012952


Ignore:
Timestamp:
12/21/2023 01:02:02 PM (2 years ago)
Author:
ZanderZ
Message:

Preparing for 6.0.3 release

Location:
recras/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • recras/trunk/changelog.md

    r3009963 r3012952  
    11# Changelog
     2
     3## 6.0.3 (2023-12-21)
     4* Fix checkbox without explanation when adding book process shortcode
    25
    36## 6.0.2 (2023-12-14)
  • recras/trunk/editor/form-bookprocess.php

    r2871698 r3012952  
    3535        <label for="hide_first_widget"><?php _e('Hide first widget?', \Recras\Plugin::TEXT_DOMAIN); ?></label>
    3636        <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">
    3838</dl>
    3939<button class="button button-primary" id="bp_submit"><?php _e('Insert shortcode', \Recras\Plugin::TEXT_DOMAIN); ?></button>
  • recras/trunk/package-lock.json

    r3009963 r3012952  
    11{
    22  "name": "recras-wordpress-plugin",
    3   "version": "6.0.2",
     3  "version": "6.0.3",
    44  "lockfileVersion": 2,
    55  "requires": true,
     
    77    "": {
    88      "name": "recras-wordpress-plugin",
    9       "version": "6.0.2",
     9      "version": "6.0.3",
    1010      "license": "MIT",
    1111      "devDependencies": {
  • recras/trunk/package.json

    r3009963 r3012952  
    11{
    22  "name": "recras-wordpress-plugin",
    3   "version": "6.0.2",
     3  "version": "6.0.3",
    44  "description": "Recras WordPress plugin",
    55  "main": "index.js",
  • recras/trunk/readme.txt

    r3009963 r3012952  
    33Tags: recras, recreation, reservation, booking, voucher
    44Tested up to: 6.4
    5 Stable tag: 6.0.2
     5Stable tag: 6.0.3
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181== Changelog ==
    8282
     83= 6.0.3 =
     84* Fix checkbox without explanation when adding book process shortcode
     85
    8386= 6.0.2 =
    8487* Add a few more German translations
  • recras/trunk/recras-wordpress-plugin.php

    r3009963 r3012952  
    33Plugin Name: Recras WordPress Plugin
    44Plugin URI: https://www.recras.nl/
    5 Version: 6.0.2
     5Version: 6.0.3
    66Description: Easily integrate your Recras data into your own site
    77Requires at least: 6.2
Note: See TracChangeset for help on using the changeset viewer.