Plugin Directory

Changeset 2800642


Ignore:
Timestamp:
10/18/2022 02:06:03 PM (3 years ago)
Author:
dsky
Message:

onboarding update

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

Legend:

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

    r2797657 r2800642  
    675675                    if ($ss360_plugin_config_id != NULL && !empty($ss360_plugin_config_id)) {
    676676                    ?>
    677                         <!-- Site Search 360 WP v<?php $ss360_v = defined('SITESEARCH360_VERSION') ? SITESEARCH360_VERSION : '2.1.4'; echo $ss360_v; ?> -->
     677                        <!-- Site Search 360 WP v<?php $ss360_v = defined('SITESEARCH360_VERSION') ? SITESEARCH360_VERSION : '2.1.5'; echo $ss360_v; ?> -->
    678678                        <script src="https://js.sitesearch360.com/plugin/bundle/<?php echo get_option('ss360_pluginConfigId');?>.js?integration=wordpress&integrationMode=<?php echo get_option('ss360_sr_type');?>" async></script>
    679679                    <?php } else {
  • site-search-360/trunk/readme.txt

    r2797657 r2800642  
    66Requires at least: 4.0.0
    77Tested up to: 6.0.2
    8 Stable tag: 2.1.4
     8Stable tag: 2.1.5
    99Requires PHP: 5.2.4
    1010License: GPLv2
     
    7878
    7979== Changelog ==
     80= 2.1.5 =
     81* Updated onboarding.
     82
    8083= 2.1.4 =
    8184* Improved search designer integration.
  • site-search-360/trunk/sitesearch360.php

    r2797657 r2800642  
    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: 2.1.4
     8Version: 2.1.5
    99Author URI: https://sitesearch360.com
    1010Text Domain: site-search-360
     
    1212*/
    1313
    14 define( 'SITESEARCH360_VERSION', '2.1.4' );
     14define( 'SITESEARCH360_VERSION', '2.1.5' );
    1515
    1616require_once 'class-sitesearch360-widget.php';
  • site-search-360/trunk/views/sitesearch360-personalization.php

    r2263879 r2800642  
    1010        <?php wp_nonce_field(); ?>
    1111        <h3><?php esc_html_e('Let\'s customize your search interface!', 'site-search-360') ?></h3>
     12        <section class="flex a-c column--sm">
     13            <input id="hidden-color--ia" class="fake-hide" type="color" value="#3D8FFF" name="accentColor">
     14            <label class="label m-h-1 flex--1 m-b-05--sm" for="color--ia"><?php esc_html_e('Primary color', 'site-search-s360') ?></label>
     15            <div class="flex flex--3">
     16                <div id="color--pa" class="input input--inline" style="width:37px;height:37px;background:#3D8FFF;cursor:pointer;"></div>
     17                <input id="color--ia" class="input input--inline" type="text" value="#3D8FFF" placeholder="#3D8FFF" pattern="(^#[0-9A-Fa-f]{6}$)|(^#[0-9A-Fa-f]{3}$)">
     18            </div>
     19         </section>
    1220         <section class="flex a-c column--sm">
    1321            <input id="hidden-color--i" class="fake-hide" type="color" value="#4A4F62" name="themeColor">
    14             <label class="label m-h-1 flex--1 m-b-05--sm" for="color--i"><?php esc_html_e('Theme color', 'site-search-s360') ?></label>
     22            <label class="label m-h-1 flex--1 m-b-05--sm" for="color--i"><?php esc_html_e('Secondary color', 'site-search-s360') ?></label>
    1523            <div class="flex flex--3">
    1624                <div id="color--p" class="input input--inline" style="width:37px;height:37px;background:#4A4F62;cursor:pointer;"></div>
    1725                <input id="color--i" class="input input--inline" type="text" value="#4A4F62" placeholder="#4A4F62" pattern="(^#[0-9A-Fa-f]{6}$)|(^#[0-9A-Fa-f]{3}$)">
    18             </div>
    19          </section>
    20          <section class="flex a-c column--sm">
    21             <input id="hidden-color--ia" class="fake-hide" type="color" value="#3D8FFF" name="accentColor">
    22             <label class="label m-h-1 flex--1 m-b-05--sm" for="color--ia"><?php esc_html_e('Accent color', 'site-search-s360') ?></label>
    23             <div class="flex flex--3">
    24                 <div id="color--pa" class="input input--inline" style="width:37px;height:37px;background:#3D8FFF;cursor:pointer;"></div>
    25                 <input id="color--ia" class="input input--inline" type="text" value="#3D8FFF" placeholder="#3D8FFF" pattern="(^#[0-9A-Fa-f]{6}$)|(^#[0-9A-Fa-f]{3}$)">
    2626            </div>
    2727         </section>
Note: See TracChangeset for help on using the changeset viewer.