Ajax Search Lite - Version 4.0

Version Description

  • Major Query optimizations
  • Scrolling calculation and experience fixes
  • CSS fixes for older IE browsers
  • Input elements changed to flex layout
  • Bugs fixed where input would resize to 0 pixels
  • Term exclusion is now possible by ID
  • Mobile search and type fix
  • WooCommerce product variation Title and URL fixes
Download this release

Release Info

Developer wpdreams
Plugin Icon 128x128 Ajax Search Lite
Version 4.0
Comparing to
See all releases

Code changes from version 3.5 to 4.0

Files changed (3) hide show
  1. ajax-search-lite.php +1 -1
  2. includes/widgets.php +2 -3
  3. readme.txt +9 -9
ajax-search-lite.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ajax Search Lite
4
  Plugin URI: http://wp-dreams.com
5
  Description: The lite version of the most powerful ajax powered search engine for WordPress.
6
- Version: 3.5
7
  Author: Ernest Marcinko
8
  Author URI: http://wp-dreams.com
9
  Text Domain: ajax-search-lite
3
  Plugin Name: Ajax Search Lite
4
  Plugin URI: http://wp-dreams.com
5
  Description: The lite version of the most powerful ajax powered search engine for WordPress.
6
+ Version: 4.0
7
  Author: Ernest Marcinko
8
  Author URI: http://wp-dreams.com
9
  Text Domain: ajax-search-lite
includes/widgets.php CHANGED
@@ -1,10 +1,9 @@
1
  <?php
2
  class AjaxSearchLiteWidget extends WP_Widget
3
  {
4
- function AjaxSearchLiteWidget()
5
- {
6
  $widget_ops = array('classname' => 'AjaxSearchLiteWidget', 'description' => 'Displays an Ajax Search Lite!' );
7
- $this->WP_Widget('AjaxSearchLiteWidget', 'Ajax Search Lite', $widget_ops);
8
  }
9
  function form($instance)
10
  {
1
  <?php
2
  class AjaxSearchLiteWidget extends WP_Widget
3
  {
4
+ function __construct() {
 
5
  $widget_ops = array('classname' => 'AjaxSearchLiteWidget', 'description' => 'Displays an Ajax Search Lite!' );
6
+ parent::__construct('AjaxSearchLiteWidget', 'Ajax Search Lite', $widget_ops);
7
  }
8
  function form($instance)
9
  {
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Ajax Search Lite ===
2
  Contributors: wpdreams
3
  Donate link: http://wp-dreams.com
4
  Tags: search, better wordpress search, search plugin, relevance search, better search plugin, ajax search, wp ajax search, custom fields search, better search, ajax search plugin, wp search, wp search plugin, relevant search plugin, search plugin, wordpress search, live search
5
  Requires at least: 3.5
6
- Tested up to: 4.2
7
- Stable tag: 3.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -42,7 +42,7 @@ Homepage: [wp-dreams.com](http://wp-dreams.com)
42
 
43
  Pro version Demo: [Ajax Search Pro](http://demo.wp-dreams.com/?product=ajax_search_pro)
44
 
45
- **New In pro version 3.1 (2014.09.19):**
46
 
47
  * Frontend Demo: [Ajax Search Pro](http://demo.wp-dreams.com/?product=ajax_search_pro)
48
  * The search now can affect the default WordPress search results
@@ -55,14 +55,14 @@ Pro version Demo: [Ajax Search Pro](http://demo.wp-dreams.com/?product=ajax_sea
55
  * Category selectors on the frontend – It’s now possible to filter the posts by categories
56
  * Post grouping by category or post type!
57
  * Search in comments
58
- * 65+ Themes - Fully configurable and editable - with theme customizer & preview window
59
  * 4 layouts: Vertical, Horizontal, Polaroid and Isotopic (with pagination)
60
- * 250+ Admin options
61
- * Google keyword suggestions and autofill
62
  * Compatibility options and features
63
  * Caching options & Search statistics
64
  * Keyword Highlighting & more...
65
- * Full features list: [Full Features List](http://wp-dreams.com/demo/wp-ajax-search-pro3/full-features-list/)
66
 
67
  == Installation ==
68
 
@@ -103,7 +103,7 @@ and will let you know what to do.
103
 
104
  == Changelog ==
105
 
106
- = 3.5 =
107
  * Major Query optimizations
108
  * Scrolling calculation and experience fixes
109
  * CSS fixes for older IE browsers
1
+ === Ajax Search Lite ===
2
  Contributors: wpdreams
3
  Donate link: http://wp-dreams.com
4
  Tags: search, better wordpress search, search plugin, relevance search, better search plugin, ajax search, wp ajax search, custom fields search, better search, ajax search plugin, wp search, wp search plugin, relevant search plugin, search plugin, wordpress search, live search
5
  Requires at least: 3.5
6
+ Tested up to: 4.3
7
+ Stable tag: 4.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
42
 
43
  Pro version Demo: [Ajax Search Pro](http://demo.wp-dreams.com/?product=ajax_search_pro)
44
 
45
+ **New In pro version 4.0 (2015.03.20):**
46
 
47
  * Frontend Demo: [Ajax Search Pro](http://demo.wp-dreams.com/?product=ajax_search_pro)
48
  * The search now can affect the default WordPress search results
55
  * Category selectors on the frontend – It’s now possible to filter the posts by categories
56
  * Post grouping by category or post type!
57
  * Search in comments
58
+ * 100+ Themes - Fully configurable and editable - with theme customizer & preview window
59
  * 4 layouts: Vertical, Horizontal, Polaroid and Isotopic (with pagination)
60
+ * 400+ Admin options
61
+ * Google keyword suggestions and autocomplete
62
  * Compatibility options and features
63
  * Caching options & Search statistics
64
  * Keyword Highlighting & more...
65
+ * Full features list: [Full Features List](http://wp-dreams.com/demo/wp-ajax-search-pro/full-features-list/)
66
 
67
  == Installation ==
68
 
103
 
104
  == Changelog ==
105
 
106
+ = 4.0 =
107
  * Major Query optimizations
108
  * Scrolling calculation and experience fixes
109
  * CSS fixes for older IE browsers