Plugin Directory

Changeset 2382784


Ignore:
Timestamp:
09/16/2020 10:10:53 AM (5 years ago)
Author:
dsky
Message:

don't prefill email

Location:
site-search-360/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • site-search-360/trunk/class-sitesearch360-plugin.php

    r2369413 r2382784  
    651651                    }
    652652                    ?>
    653                     <!-- Site Search 360 WP v<?php $ss360_v = defined('SITESEARCH360_VERSION') ? SITESEARCH360_VERSION : '1.1.18'; echo $ss360_v; ?> -->
     653                    <!-- Site Search 360 WP v<?php $ss360_v = defined('SITESEARCH360_VERSION') ? SITESEARCH360_VERSION : '1.1.19'; echo $ss360_v; ?> -->
    654654                    <script type="text/javascript">
    655655                        var ss360Config = <?php echo json_encode($configuration); ?>;
  • site-search-360/trunk/class-sitesearch360-tracker.php

    r2369413 r2382784  
    8383        }
    8484
    85         $data['version'] = defined('SITESEARCH360_VERSION') ? SITESEARCH360_VERSION : '1.1.18';
     85        $data['version'] = defined('SITESEARCH360_VERSION') ? SITESEARCH360_VERSION : '1.1.19';
    8686
    8787        $args = array(
  • site-search-360/trunk/readme.txt

    r2369413 r2382784  
    66Requires at least: 4.0.0
    77Tested up to: 5.5
    8 Stable tag: 1.1.18
     8Stable tag: 1.1.19
    99Requires PHP: 5.2.4
    1010License: GPLv2
     
    7878
    7979== Changelog ==
     80= 1.1.19 =
     81* Don't prefill email when signing up.
     82
    8083= 1.1.18 =
    8184* WP 5.5 compatibility.
  • site-search-360/trunk/sitesearch360.php

    r2369413 r2382784  
    66Description: 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.
    77Author: SEMKNOX GmbH
    8 Version: 1.1.18
     8Version: 1.1.19
    99Author URI: https://sitesearch360.com
    1010Text Domain: site-search-360
     
    1212*/
    1313
    14 define( 'SITESEARCH360_VERSION', '1.1.18' );
     14define( 'SITESEARCH360_VERSION', '1.1.19' );
    1515
    1616require_once 'class-sitesearch360-widget.php';
  • site-search-360/trunk/views/sitesearch360-login-page.php

    r2263923 r2382784  
    2828                <div class="flex flex--column">
    2929                  <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">
    3131                </div>
    3232                <div class="flex flex--column">
Note: See TracChangeset for help on using the changeset viewer.