Plugin Directory

Changeset 3036592


Ignore:
Timestamp:
02/15/2024 11:16:01 PM (2 years ago)
Author:
registerone
Message:

v3.7.4

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

Legend:

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

    r3032367 r3036592  
    24752475        return $responses;
    24762476    }
     2477
    24772478    /**
    24782479     * @param $data
     
    44544455            #map .leaflet-div-icon b {
    44554456                --transform-scale: 1;
    4456                 display:inline-block;
     4457                display: inline-block;
    44574458                font-size: <?php echo $label_size ?>; /*maps::label_size*/
    4458                 padding: 3px;
     4459                padding: 0 5px;
    44594460                border: 1px solid #666;
    44604461                border-radius: 3px;
    4461                 background:#fff;
    4462                 transform: translate(-50%, -50%) scale(var(--transform-scale));
     4462                background: #fff;
     4463                transform: translate(-45%, -55%) scale(var(--transform-scale));
    44634464                transition: transform 0.1s linear;
     4465                line-height: initial;
    44644466            }
    44654467            #map .leaflet-div-icon {
     
    51355137            #map .leaflet-div-icon b {
    51365138                --transform-scale: 1;
    5137                 display:inline-block;
     5139                display: inline-block;
    51385140                font-size: <?php echo $label_size ?>; /*maps::label_size*/
    5139                 padding: 3px;
     5141                padding: 0 5px;
    51405142                border: 1px solid #666;
    51415143                border-radius: 3px;
    5142                 background:#fff;
    5143                 transform: translate(-50%, -50%) scale(var(--transform-scale));
     5144                background: #fff;
     5145                transform: translate(-45%, -55%) scale(var(--transform-scale));
    51445146                transition: transform 0.1s linear;
     5147                line-height: initial;
    51455148            }
    51465149            #map .leaflet-div-icon {
     
    60816084                <?php if(!empty($formData['amenity_note'])): ?>
    60826085                    <div class="block_text well" style="margin-left:0px; margin-top:4px;"><?= $formData['amenity_note'] ?></div>
    6083                 <?php else: ?>
    6084                     <h4>Select the amenities you require.</h4>
    60856086                <?php endif; ?>
    60866087            </div>
     
    60896090
    60906091            <div class="col-lg-offset-2">
    6091                 <br><h4>No amenities to select for this event.</h4>
     6092                <br><h4>No add-ons to select for this event.</h4>
    60926093            </div>
    60936094
     
    62726273                            <?php endforeach; ?>
    62736274
     6275                            <?php if(isset($formData['amenity_comment_labels_a'][$val])): ?>
     6276                                <?php
     6277                                $comment = isset($formData['amenity_comments_a'][$val]) ? esc_textarea(stripslashes($formData['amenity_comments_a'][$val])) : '';
     6278                                $comment_label = isset($formData['amenity_comment_labels_a'][$val]) ? $formData['amenity_comment_labels_a'][$val] : '';
     6279                                ?>
     6280                                <div class = "amenity-comment-container">
     6281                                    <div class="control-desc" for="amenity-types" style="padding-left:6px;">
     6282                                        <?= $comment_label; ?>
     6283                                    </div>
     6284                                    <div class = "amenity-item-container" style="padding-left:2px;">
     6285                                        <?php echo "<textarea name='Clients[comment][{$val}]' id='amenity_type_{$val}' class='form-control' style='margin-left:4px;'>{$comment}</textarea>"; ?>
     6286                                    </div>
     6287                                </div>
     6288                            <?php endif; ?>
     6289
    62746290                        </div>
    62756291
     
    64786494                            <?php if(isset($formData['amenity_comment_labels_a'][$val])): ?>
    64796495                                <?php
    6480                                 $comment = isset($formData['amenity_comments_a'][$val]) ? esc_textarea($formData['amenity_comments_a'][$val]) : '';
     6496                                $comment = isset($formData['amenity_comments_a'][$val]) ? esc_textarea(stripslashes($formData['amenity_comments_a'][$val])) : '';
    64816497                                $comment_label = isset($formData['amenity_comment_labels_a'][$val]) ? $formData['amenity_comment_labels_a'][$val] : '';
    64826498                                ?>
     
    71247140                    $redirect_url = "//" . $_SERVER['HTTP_HOST'] . strtok($_SERVER["REQUEST_URI"], '?') . "?".$screen."&pk=".$_SESSION["pk"];
    71257141
    7126                 }else{
    7127                     $redirect_url = "//" . $_SERVER['HTTP_HOST'] . strtok($_SERVER["REQUEST_URI"], '?') . "?clearsession";
     7142                    wp_redirect($redirect_url);
     7143                    exit();
    71287144                }
    7129 
    7130                 wp_redirect($redirect_url);
    7131                 exit();
    71327145            }
    71337146
     
    1005110064                $attributes = is_array($this->event_attributes) ? $this->event_attributes : json_decode( $this->event_attributes, true);
    1005210065
    10053                 // print_r($attributes); die;
    10054 
    1005510066                if (isset($attributes['event_a']['logo_img_url']) && !empty($attributes['event_a']['logo_img_url'])) {
    1005610067                    $logo_image = "<img class='logo-image' src='{$attributes['event_a']['logo_img_url']}'>";
     
    1044510456                            }
    1044610457                            ?>
    10447                             v3.7.2
     10458                            v3.7.4
    1044810459                            : <a href="https://app.registerone.com/privacy-policy" target="_blank">Privacy Policy</a>
    1044910460                            <?php
  • registerone-event-forms/trunk/readme.txt

    r3032367 r3036592  
    1 === RegisterONE - Exhibitor Registration, Advanced Booth Mapping, Ticketing ===
     1=== RegisterONE - Exhibitor Registration, Advanced Floor Mapping, Ticketing ===
    22Contributors: registerone
    3 Plugin Name: RegisterONE – Event Registration, Booth Mapping, Ticketing
     3Plugin Name: RegisterONE – Event Registration, Floor Mapping, Ticketing
    44Plugin URI: https://www.registerone.com/wordpress-plugin/
    5 Tags: booth mapping, on-site, e-commerce, expo, ticketing, event, registration, resources, exhibitor, application, forms
     5Tags: floor mapping, on-site, e-commerce, expo, ticketing, event, registration, resources, exhibitor, application, forms
    66Author: RegisterONE
    77Requires at least: 5
    88Tested up to: 6.4
    9 Version 3.7.2
    10 Stable tag: 3.7.2
     9Version 3.7.4
     10Stable tag: 3.7.4
    1111Requires PHP: 7.4
    1212License: GPLv2 or later
     
    1717== Description ==
    1818
    19 This plugin allows event organizers & producers to build out event booth maps and application forms to field applications. Applicants can select booth locations, purchase assets, amenities and upgrades, upload documents and media files, provide e-signatures and pay for cart items. Create, deploy and manage multiple registration forms easily and efficiently from RegisterONE. Built in support for Stripe & Paypal payment gateways.
    20 
    21 Advanced booth mapping gives you the ability to plot booths with different sizes and pricing. Advanced features include dynamic pricing and selectable areas by applicant type. You can also start the registration process with booth selection from your forward facing map.
     19This plugin allows event organizers & producers to build out event floor maps and application forms to field applications. Applicants can select booth locations, purchase assets, amenities and upgrades, upload documents and media files, provide e-signatures and pay for cart items. Create, deploy and manage multiple registration forms easily and efficiently from RegisterONE. Built in support for Stripe & Paypal payment gateways.
     20
     21Advanced floor mapping gives you the ability to plot booths with different sizes and pricing. Advanced features include dynamic pricing and selectable areas by applicant type. You can also start the registration process with booth selection from your forward facing map.
    2222
    2323To use, simply create and customize your forms from RegisterONE. Once completed, your form shortcodes can be found in the **Wordpress > Plugins > RegisterONE > Settings** screen ready to add to a page to generate your forms. Data is securely captured and stored in the cloud, allowing for easy administration of applicant details, media uploads, asset orders and purchases.
     
    136136== Changelog ==
    137137
     138= 3.7.4 =
     139* Added support for comments to map area selector
     140
     141= 3.7.3 =
     142* Adjusted format of map area labels
     143
    138144= 3.7.2 =
    139145* Optimized ticketing screen flow
     
    294300
    295301= 3.3.19 =
    296 * FIX: Session for forward-facing booth map booking.
     302* FIX: Session for forward-facing floor map booking.
    297303
    298304= 3.3.18 =
     
    334340
    335341= 3.3.7 =
    336 * NEW: Set custom zoom level of front-facing booth map
    337 
    338 = 3.3.7 =
    339 * NEW: Set custom zoom level of front-facing booth map
     342* NEW: Set custom zoom level of front-facing floor map
    340343
    341344= 3.3.6 =
     
    362365= 3.3.0 =
    363366* UPDATE: ticketing forms changed for better order flow
    364 * UPDATE: UX improved for front-facing booth mapping
     367* UPDATE: UX improved for front-facing floor mapping
    365368* UPDATE: better UX feedback for SSO creation
    366369
     
    475478== Upgrade Notice ==
    476479
    477 = 3.7.2 =
    478 * Optimized ticketing screen flow
     480= 3.7.4 =
     481* Added support for comments to map area selector
  • registerone-event-forms/trunk/registerone-wordpress-client.php

    r3032367 r3036592  
    11<?php
    22/*
    3 Plugin Name: RegisterONE Event Mapping Solutions
     3Plugin Name: RegisterONE Event Registration Solutions
    44Plugin URI: https://www.registerone.com
    5 Description: RegisterONE – Exhibitor Registration, Advanced Booth Mapping, Ticketing
    6 Version: 3.7.2
     5Description: RegisterONE – Exhibitor Registration, Advanced Floor Mapping, Ticketing
     6Version: 3.7.4
    77Author: RegisterONE
    88Author URI: http://www.registerone.com
Note: See TracChangeset for help on using the changeset viewer.