Changeset 2382784
- Timestamp:
- 09/16/2020 10:10:53 AM (5 years ago)
- Location:
- site-search-360/trunk
- Files:
-
- 5 edited
-
class-sitesearch360-plugin.php (modified) (1 diff)
-
class-sitesearch360-tracker.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sitesearch360.php (modified) (2 diffs)
-
views/sitesearch360-login-page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
site-search-360/trunk/class-sitesearch360-plugin.php
r2369413 r2382784 651 651 } 652 652 ?> 653 <!-- Site Search 360 WP v<?php $ss360_v = defined('SITESEARCH360_VERSION') ? SITESEARCH360_VERSION : '1.1.1 8'; echo $ss360_v; ?> -->653 <!-- Site Search 360 WP v<?php $ss360_v = defined('SITESEARCH360_VERSION') ? SITESEARCH360_VERSION : '1.1.19'; echo $ss360_v; ?> --> 654 654 <script type="text/javascript"> 655 655 var ss360Config = <?php echo json_encode($configuration); ?>; -
site-search-360/trunk/class-sitesearch360-tracker.php
r2369413 r2382784 83 83 } 84 84 85 $data['version'] = defined('SITESEARCH360_VERSION') ? SITESEARCH360_VERSION : '1.1.1 8';85 $data['version'] = defined('SITESEARCH360_VERSION') ? SITESEARCH360_VERSION : '1.1.19'; 86 86 87 87 $args = array( -
site-search-360/trunk/readme.txt
r2369413 r2382784 6 6 Requires at least: 4.0.0 7 7 Tested up to: 5.5 8 Stable tag: 1.1.1 88 Stable tag: 1.1.19 9 9 Requires PHP: 5.2.4 10 10 License: GPLv2 … … 78 78 79 79 == Changelog == 80 = 1.1.19 = 81 * Don't prefill email when signing up. 82 80 83 = 1.1.18 = 81 84 * WP 5.5 compatibility. -
site-search-360/trunk/sitesearch360.php
r2369413 r2382784 6 6 Description: Site Search 360 enhances and improves your standard WordPress search with search suggests, autocompletion, semantic search, and a whole lot of customization. Also, you'll be amazed of how much faster you get relevant search results. 7 7 Author: SEMKNOX GmbH 8 Version: 1.1.1 88 Version: 1.1.19 9 9 Author URI: https://sitesearch360.com 10 10 Text Domain: site-search-360 … … 12 12 */ 13 13 14 define( 'SITESEARCH360_VERSION', '1.1.1 8' );14 define( 'SITESEARCH360_VERSION', '1.1.19' ); 15 15 16 16 require_once 'class-sitesearch360-widget.php'; -
site-search-360/trunk/views/sitesearch360-login-page.php
r2263923 r2382784 28 28 <div class="flex flex--column"> 29 29 <label for="emailInput" class="label"><?php esc_html_e('Email', 'site-search-360') ?></label> 30 <input type="email" required id="emailInput" value="mail@<?php echo $_SERVER['SERVER_NAME']; ?>"placeholder="mail@<?php echo $_SERVER['SERVER_NAME']; ?>" name="email" class="input">30 <input type="email" required id="emailInput" placeholder="mail@<?php echo $_SERVER['SERVER_NAME']; ?>" name="email" class="input"> 31 31 </div> 32 32 <div class="flex flex--column">
Note: See TracChangeset
for help on using the changeset viewer.