Plugin Directory

Changeset 3023928


Ignore:
Timestamp:
01/19/2024 09:00:36 AM (2 years ago)
Author:
ZanderZ
Message:

Update to version 6.0.5 from GitHub

Location:
recras
Files:
4 added
72 deleted
17 edited
1 copied

Legend:

Unmodified
Added
Removed
  • recras/assets/arrangement.svg

    • Property svn:mime-type set to image/svg+xml
  • recras/assets/banner-772x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • recras/assets/contact.svg

    • Property svn:mime-type set to image/svg+xml
  • recras/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • recras/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • recras/assets/loading.gif

    • Property svn:mime-type changed from application/octet-stream to image/gif
  • recras/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • recras/assets/screenshot-2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • recras/assets/screenshot-3.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • recras/tags/6.0.5/changelog.md

    r3022287 r3023928  
    11# Changelog
     2
     3## 6.0.5 (2024-01-19)
     4* Fixed not being able to add a contact form in classic editor
    25
    36## 6.0.4 (2024-01-16)
  • recras/tags/6.0.5/editor/form-contact.php

    r2724556 r3023928  
    1919        <?php } elseif(is_array($forms)) { ?>
    2020            <select id="contactform_id" required>
    21                 <?php foreach ($forms as $ID => $formName) { ?>
    22                 <option value="<?= $ID; ?>"><?= $formName; ?>
     21                <?php foreach ($forms as $ID => $form) { ?>
     22                <option value="<?= $ID; ?>"><?= $form->naam; ?>
    2323                <?php } ?>
    2424            </select>
  • recras/tags/6.0.5/readme.txt

    r3022287 r3023928  
    33Tags: recras, recreation, reservation, booking, voucher
    44Tested up to: 6.4
    5 Stable tag: 6.0.4
     5Stable tag: 6.0.5
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181== Changelog ==
    8282
     83= 6.0.5 =
     84* Fixed not being able to add a contact form in classic editor
     85
    8386= 6.0.4 =
    8487* Remove confusing circle around today's date in a book process
  • recras/tags/6.0.5/recras-wordpress-plugin.php

    r3022287 r3023928  
    33Plugin Name: Recras WordPress Plugin
    44Plugin URI: https://www.recras.nl/
    5 Version: 6.0.4
     5Version: 6.0.5
    66Description: Easily integrate your Recras data into your own site
    77Requires at least: 6.2
  • recras/trunk/changelog.md

    r3022287 r3023928  
    11# Changelog
     2
     3## 6.0.5 (2024-01-19)
     4* Fixed not being able to add a contact form in classic editor
    25
    36## 6.0.4 (2024-01-16)
  • recras/trunk/editor/form-contact.php

    r2724556 r3023928  
    1919        <?php } elseif(is_array($forms)) { ?>
    2020            <select id="contactform_id" required>
    21                 <?php foreach ($forms as $ID => $formName) { ?>
    22                 <option value="<?= $ID; ?>"><?= $formName; ?>
     21                <?php foreach ($forms as $ID => $form) { ?>
     22                <option value="<?= $ID; ?>"><?= $form->naam; ?>
    2323                <?php } ?>
    2424            </select>
  • recras/trunk/readme.txt

    r3022287 r3023928  
    33Tags: recras, recreation, reservation, booking, voucher
    44Tested up to: 6.4
    5 Stable tag: 6.0.4
     5Stable tag: 6.0.5
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181== Changelog ==
    8282
     83= 6.0.5 =
     84* Fixed not being able to add a contact form in classic editor
     85
    8386= 6.0.4 =
    8487* Remove confusing circle around today's date in a book process
  • recras/trunk/recras-wordpress-plugin.php

    r3022287 r3023928  
    33Plugin Name: Recras WordPress Plugin
    44Plugin URI: https://www.recras.nl/
    5 Version: 6.0.4
     5Version: 6.0.5
    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.