Changeset 3025889
- Timestamp:
- 01/23/2024 05:59:07 PM (2 years ago)
- Location:
- registerone-event-forms/trunk
- Files:
-
- 4 edited
-
admin/classes/RegisteroneShortcodes.php (modified) (1 diff)
-
front-end/assets/css/form-custom.css (modified) (4 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
r3025087 r3025889 10434 10434 } 10435 10435 ?> 10436 v3.7. 010436 v3.7.1 10437 10437 : <a href="https://app.registerone.com/privacy-policy" target="_blank">Privacy Policy</a> 10438 10438 <?php -
registerone-event-forms/trunk/front-end/assets/css/form-custom.css
r3025087 r3025889 74 74 padding-bottom: 20px; 75 75 clear: both; 76 width: 95%; 76 width: 800px; 77 /*width: 95%;*/ 77 78 margin: auto; 78 79 } … … 128 129 display: flex; 129 130 flex-direction: row; 130 background-color: # b5b5b5;131 background-color: #dbdbdb; 131 132 flex-wrap: nowrap; 132 133 } 133 134 134 135 .block-content-flex > div { 135 width: 48%;136 width: 100%; 136 137 margin: 1px; 137 138 background-color: #fbfbfb; … … 2111 2112 } 2112 2113 div.block { 2113 width: 95%;2114 width: 88%; 2114 2115 } 2115 2116 } … … 2118 2119 @media only screen and (min-width: 768px) and (max-width: 959px) { 2119 2120 div.block { 2120 width: 9 8%;2121 width: 90%; 2121 2122 } 2122 2123 } -
registerone-event-forms/trunk/readme.txt
r3025087 r3025889 7 7 Requires at least: 5 8 8 Tested up to: 6.4 9 Version 3.7. 010 Stable tag: 3.7. 09 Version 3.7.1 10 Stable tag: 3.7.1 11 11 Requires PHP: 7.4 12 12 License: GPLv2 or later … … 136 136 == Changelog == 137 137 138 = 3.7.1 = 139 * CSS mods for SSO login 140 138 141 = 3.7.0 = 139 142 * Map areas now display booth number/label over area … … 469 472 == Upgrade Notice == 470 473 471 = 3.7. 0=474 = 3.7.1 = 472 475 * Map areas now display booth number/label over area 473 476 * Added ability to customize label size -
registerone-event-forms/trunk/registerone-wordpress-client.php
r3025087 r3025889 4 4 Plugin URI: https://www.registerone.com 5 5 Description: RegisterONE – Exhibitor Registration, Advanced Booth Mapping, Ticketing 6 Version: 3.7. 06 Version: 3.7.1 7 7 Author: RegisterONE 8 8 Author URI: http://www.registerone.com
Note: See TracChangeset
for help on using the changeset viewer.