Plugin Directory

Changeset 2936751


Ignore:
Timestamp:
07/10/2023 08:05:40 PM (3 years ago)
Author:
registerone
Message:

v3.6.10

Location:
registerone-event-forms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • registerone-event-forms/trunk/admin/classes/RegisteroneShortcodes.php

    r2936723 r2936751  
    46394639                            <?php
    46404640                            $button = 'booth_select_button';
    4641                             $button_custom_labels = json_decode($attributes['event_a']['button_labels'], true);
     4641
     4642                            $button_custom_labels = $attributes['event_a']['button_labels'];
     4643
    46424644                            $select_button_label = !empty($button_custom_labels[$button]) ? $button_custom_labels[$button] : false;
    46434645
     
    1008110083                            }
    1008210084                            ?>
    10083                             v3.6.9
     10085                            v3.6.10
    1008410086                            : <a href="https://app.registerone.com/privacy-policy" target="_blank">Privacy Policy</a>
    1008510087                            <?php
  • registerone-event-forms/trunk/readme.txt

    r2936723 r2936751  
    66Author: RegisterONE
    77Requires at least: 5
    8 Tested up to: 6.0
    9 Version 3.6.9
    10 Stable tag: 3.6.9
    11 Requires PHP: 5.6
     8Tested up to: 6.2
     9Version 3.6.10
     10Stable tag: 3.6.10
     11Requires PHP: 7.4
    1212License: GPLv2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 3.6.10 =
     141* FIX: Correct json warning with mapping.
     142
    140143= 3.6.9 =
    141144* UPDATE: Correct issues with last WP update and plugin.
     
    909912== Upgrade Notice ==
    910913
    911 = 3.6.9 =
    912 * UPDATE: Correct issues with last WP update and plugin.
     914= 3.6.10 =
     915* FIX: Correct json warning with mapping.
  • registerone-event-forms/trunk/registerone-wordpress-client.php

    r2936723 r2936751  
    44Plugin URI: https://www.registerone.com
    55Description: RegisterONE – Exhibitor & Speaker Registration, Advanced Booth Mapping, Ticketing
    6 Version: 3.6.9
     6Version: 3.6.10
    77Author: RegisterONE
    88Author URI: http://www.registerone.com
Note: See TracChangeset for help on using the changeset viewer.