Changeset 2936751
- Timestamp:
- 07/10/2023 08:05:40 PM (3 years ago)
- Location:
- registerone-event-forms/trunk
- Files:
-
- 3 edited
-
admin/classes/RegisteroneShortcodes.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
registerone-wordpress-client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
registerone-event-forms/trunk/admin/classes/RegisteroneShortcodes.php
r2936723 r2936751 4639 4639 <?php 4640 4640 $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 4642 4644 $select_button_label = !empty($button_custom_labels[$button]) ? $button_custom_labels[$button] : false; 4643 4645 … … 10081 10083 } 10082 10084 ?> 10083 v3.6. 910085 v3.6.10 10084 10086 : <a href="https://app.registerone.com/privacy-policy" target="_blank">Privacy Policy</a> 10085 10087 <?php -
registerone-event-forms/trunk/readme.txt
r2936723 r2936751 6 6 Author: RegisterONE 7 7 Requires at least: 5 8 Tested up to: 6. 09 Version 3.6. 910 Stable tag: 3.6. 911 Requires PHP: 5.68 Tested up to: 6.2 9 Version 3.6.10 10 Stable tag: 3.6.10 11 Requires PHP: 7.4 12 12 License: GPLv2 or later 13 13 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 138 138 == Changelog == 139 139 140 = 3.6.10 = 141 * FIX: Correct json warning with mapping. 142 140 143 = 3.6.9 = 141 144 * UPDATE: Correct issues with last WP update and plugin. … … 909 912 == Upgrade Notice == 910 913 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 4 4 Plugin URI: https://www.registerone.com 5 5 Description: RegisterONE – Exhibitor & Speaker Registration, Advanced Booth Mapping, Ticketing 6 Version: 3.6. 96 Version: 3.6.10 7 7 Author: RegisterONE 8 8 Author URI: http://www.registerone.com
Note: See TracChangeset
for help on using the changeset viewer.