Changeset 2800642
- Timestamp:
- 10/18/2022 02:06:03 PM (3 years ago)
- Location:
- site-search-360/trunk
- Files:
-
- 4 edited
-
class-sitesearch360-plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sitesearch360.php (modified) (2 diffs)
-
views/sitesearch360-personalization.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
site-search-360/trunk/class-sitesearch360-plugin.php
r2797657 r2800642 675 675 if ($ss360_plugin_config_id != NULL && !empty($ss360_plugin_config_id)) { 676 676 ?> 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; ?> --> 678 678 <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> 679 679 <?php } else { -
site-search-360/trunk/readme.txt
r2797657 r2800642 6 6 Requires at least: 4.0.0 7 7 Tested up to: 6.0.2 8 Stable tag: 2.1. 48 Stable tag: 2.1.5 9 9 Requires PHP: 5.2.4 10 10 License: GPLv2 … … 78 78 79 79 == Changelog == 80 = 2.1.5 = 81 * Updated onboarding. 82 80 83 = 2.1.4 = 81 84 * Improved search designer integration. -
site-search-360/trunk/sitesearch360.php
r2797657 r2800642 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: 2.1. 48 Version: 2.1.5 9 9 Author URI: https://sitesearch360.com 10 10 Text Domain: site-search-360 … … 12 12 */ 13 13 14 define( 'SITESEARCH360_VERSION', '2.1. 4' );14 define( 'SITESEARCH360_VERSION', '2.1.5' ); 15 15 16 16 require_once 'class-sitesearch360-widget.php'; -
site-search-360/trunk/views/sitesearch360-personalization.php
r2263879 r2800642 10 10 <?php wp_nonce_field(); ?> 11 11 <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> 12 20 <section class="flex a-c column--sm"> 13 21 <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(' Themecolor', '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> 15 23 <div class="flex flex--3"> 16 24 <div id="color--p" class="input input--inline" style="width:37px;height:37px;background:#4A4F62;cursor:pointer;"></div> 17 25 <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}$)">26 26 </div> 27 27 </section>
Note: See TracChangeset
for help on using the changeset viewer.