Ajax Search for WooCommerce - Version 1.1.5

Version Description

Download this release

Release Info

Developer damian-gora
Plugin Icon 128x128 Ajax Search for WooCommerce
Version 1.1.5
Comparing to
See all releases

Code changes from version 1.1.4 to 1.1.5

ajax-search-for-woocommerce.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: AJAX Search for WooCommerce
5
  * Plugin URI: https://wordpress.org/plugins/ajax-search-for-woocommerce/
6
  * Description: Allows your customers to search products easily and quickly. It will display the results instantly while typing in an inputbox.
7
- * Version: 1.1.4
8
  * Author: Damian Góra
9
  * Author URI: http://damiangora.com
10
  * Text Domain: ajax-search-for-woocommerce
4
  * Plugin Name: AJAX Search for WooCommerce
5
  * Plugin URI: https://wordpress.org/plugins/ajax-search-for-woocommerce/
6
  * Description: Allows your customers to search products easily and quickly. It will display the results instantly while typing in an inputbox.
7
+ * Version: 1.1.5
8
  * Author: Damian Góra
9
  * Author URI: http://damiangora.com
10
  * Text Domain: ajax-search-for-woocommerce
includes/install.php CHANGED
@@ -79,7 +79,9 @@ class DGWT_WCAS_Install {
79
  */
80
  private static function save_activation_date() {
81
 
82
- if ( empty( get_option( 'dgwt_wcas_activation_date' ) ) ) {
 
 
83
  update_option( 'dgwt_wcas_activation_date', time() );
84
  }
85
 
79
  */
80
  private static function save_activation_date() {
81
 
82
+ $date = get_option( 'dgwt_wcas_activation_date' );
83
+
84
+ if ( empty( $date ) ) {
85
  update_option( 'dgwt_wcas_activation_date', time() );
86
  }
87
 
languages/ajax-search-for-woocommerce-pl_PL.mo CHANGED
Binary file
languages/ajax-search-for-woocommerce-pl_PL.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Ajax Search for WooCommerce\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-09-02 23:59+0000\n"
6
- "PO-Revision-Date: 2017-09-03 01:09+0000\n"
7
  "Last-Translator: dev_nIXCkVKHG <admin@webtroter.pl>\n"
8
  "Language-Team: Polish\n"
9
  "Language: pl-PL\n"
@@ -112,7 +112,7 @@ msgstr "Wyszukiwarkę można wyświetlić na dwa sposoby"
112
  #: includes/admin/views/how-to-use.php:3
113
  #, php-format
114
  msgid "Use a shortcode %s"
115
- msgstr "Użyj shortcode"
116
 
117
  #: includes/admin/views/how-to-use.php:4
118
  #, php-format
3
  "Project-Id-Version: Ajax Search for WooCommerce\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-09-02 23:59+0000\n"
6
+ "PO-Revision-Date: 2017-09-03 12:16+0000\n"
7
  "Last-Translator: dev_nIXCkVKHG <admin@webtroter.pl>\n"
8
  "Language-Team: Polish\n"
9
  "Language: pl-PL\n"
112
  #: includes/admin/views/how-to-use.php:3
113
  #, php-format
114
  msgid "Use a shortcode %s"
115
+ msgstr "Użyj shortcode %s"
116
 
117
  #: includes/admin/views/how-to-use.php:4
118
  #, php-format
readme.txt CHANGED
@@ -4,7 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: AJAX, ajax search, autocomplete, category search, custom search, ecommerce, instant search, sive search, product search, products, search, search by sku, search highlight, search plugin, shop, woocommerce, woocommerce live search, WooCommerce Plugin, woocommerce product search, woocommerce search, wordpress search, wp ajax search, wp search, wp search plugin, wp tao
5
  Requires at least: 3.8
6
  Tested up to: 4.8.1
7
- Stable tag: 1.1.4
 
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -68,6 +69,10 @@ Any suggestions or comments are welcome. Feel free to contact me using this [con
68
 
69
  == Changelog ==
70
 
 
 
 
 
71
  = 1.1.4, September 03, 2017 =
72
  * ADD: Admin notice if there is no WooCommerce installed
73
  * ADD: Admin notice for better feedback from users
4
  Tags: AJAX, ajax search, autocomplete, category search, custom search, ecommerce, instant search, sive search, product search, products, search, search by sku, search highlight, search plugin, shop, woocommerce, woocommerce live search, WooCommerce Plugin, woocommerce product search, woocommerce search, wordpress search, wp ajax search, wp search, wp search plugin, wp tao
5
  Requires at least: 3.8
6
  Tested up to: 4.8.1
7
+ Requires PHP: 5.3
8
+ Stable tag: 1.1.5
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
69
 
70
  == Changelog ==
71
 
72
+ = 1.1.5, September 05, 2017 =
73
+ * ADD: Requires PHP tag in readme.txt
74
+ * FIX: PHP Fatal error for PHP < 5.3
75
+
76
  = 1.1.4, September 03, 2017 =
77
  * ADD: Admin notice if there is no WooCommerce installed
78
  * ADD: Admin notice for better feedback from users