Plugin Directory

Changeset 3025889


Ignore:
Timestamp:
01/23/2024 05:59:07 PM (2 years ago)
Author:
registerone
Message:

v3.7.1

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

Legend:

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

    r3025087 r3025889  
    1043410434                            }
    1043510435                            ?>
    10436                             v3.7.0
     10436                            v3.7.1
    1043710437                            : <a href="https://app.registerone.com/privacy-policy" target="_blank">Privacy Policy</a>
    1043810438                            <?php
  • registerone-event-forms/trunk/front-end/assets/css/form-custom.css

    r3025087 r3025889  
    7474    padding-bottom: 20px;
    7575    clear: both;
    76     width: 95%;
     76    width: 800px;
     77    /*width: 95%;*/
    7778    margin: auto;
    7879}
     
    128129    display: flex;
    129130    flex-direction: row;
    130     background-color: #b5b5b5;
     131    background-color: #dbdbdb;
    131132    flex-wrap: nowrap;
    132133}
    133134
    134135.block-content-flex > div {
    135     width: 48%;
     136    width: 100%;
    136137    margin: 1px;
    137138    background-color: #fbfbfb;
     
    21112112    }
    21122113    div.block {
    2113         width: 95%;
     2114        width: 88%;
    21142115    }
    21152116}
     
    21182119@media only screen and (min-width: 768px) and (max-width: 959px) {
    21192120    div.block {
    2120         width: 98%;
     2121        width: 90%;
    21212122    }
    21222123}
  • registerone-event-forms/trunk/readme.txt

    r3025087 r3025889  
    77Requires at least: 5
    88Tested up to: 6.4
    9 Version 3.7.0
    10 Stable tag: 3.7.0
     9Version 3.7.1
     10Stable tag: 3.7.1
    1111Requires PHP: 7.4
    1212License: GPLv2 or later
     
    136136== Changelog ==
    137137
     138= 3.7.1 =
     139* CSS mods for SSO login
     140
    138141= 3.7.0 =
    139142* Map areas now display booth number/label over area
     
    469472== Upgrade Notice ==
    470473
    471 = 3.7.0 =
     474= 3.7.1 =
    472475* Map areas now display booth number/label over area
    473476* Added ability to customize label size
  • registerone-event-forms/trunk/registerone-wordpress-client.php

    r3025087 r3025889  
    44Plugin URI: https://www.registerone.com
    55Description: RegisterONE – Exhibitor Registration, Advanced Booth Mapping, Ticketing
    6 Version: 3.7.0
     6Version: 3.7.1
    77Author: RegisterONE
    88Author URI: http://www.registerone.com
Note: See TracChangeset for help on using the changeset viewer.