Changeset 2549383
- Timestamp:
- 06/17/2021 03:34:04 AM (5 years ago)
- Location:
- dsidxpress/trunk
- Files:
-
- 3 edited
-
admin.php (modified) (2 diffs)
-
dsidxpress.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dsidxpress/trunk/admin.php
r2538310 r2549383 1563 1563 $googleMapsAPIKey = esc_html($account_options->{'GoogleMapsAPIKey'}); 1564 1564 $sendNewVisitorEmails = esc_html($account_options->SendNewVisitorEmails); 1565 $deferJavaScriptCode = esc_html($account_options->DeferJavaScriptCode); 1565 1566 1566 1567 if (substr($urlBase, strlen($urlBase), 1) != "/") $urlBase .= "/"; … … 1718 1719 <input type="hidden" id="dsidxpress-SendNewVisitorEmails" name="<?php echo esc_attr(DSIDXPRESS_API_OPTIONS_NAME); ?>[SendNewVisitorEmails]" value="<?php echo $sendNewVisitorEmails;?>" /> 1719 1720 <span class="description"></span> 1721 </td> 1722 </tr> 1723 <tr> 1724 <th> 1725 <label for="dsidxpress-DeferJavaScriptCodeCB">Support Frontend Optimization:</label> 1726 </th> 1727 <td> 1728 <input type="checkbox" id="dsidxpress-DeferJavaScriptCodeCB" size="50" <?php checked('true', strtolower($deferJavaScriptCode)); ?> onclick="dsIDXpressOptions.OptionCheckBoxClick(this);" /><br /> 1729 <input type="hidden" id="dsidxpress-DeferJavaScriptCode" name="<?php echo esc_attr(DSIDXPRESS_API_OPTIONS_NAME); ?>[DeferJavaScriptCode]" value="<?php echo $deferJavaScriptCode;?>" /> 1730 <span class="description">It defers inline JavaScript code and executes it when the Combo-JS is ready</span> 1720 1731 </td> 1721 1732 </tr> -
dsidxpress/trunk/dsidxpress.php
r2538310 r2549383 7 7 Author: Diverse Solutions 8 8 Author URI: http://www.diversesolutions.com/ 9 Version: 3.14. 09 Version: 3.14.1 10 10 */ 11 11 -
dsidxpress/trunk/readme.txt
r2538310 r2549383 4 4 Requires at least: 4.5.0 5 5 Tested up to: 5.7 6 Stable tag: 3.14. 06 Stable tag: 3.14.1 7 7 Requires PHP: 5.4.0 8 8 … … 120 120 121 121 == Changelog == 122 123 = 3.14.1 = 124 * Support Frontend Optimization 122 125 123 126 = 3.14.0 =
Note: See TracChangeset
for help on using the changeset viewer.