Skip to content

Commit

Permalink
Fix update bug (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcp90 authored Jul 28, 2023
1 parent d66fa8e commit 4df969b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions doofinder-for-woocommerce/doofinder-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Doofinder WP & WooCommerce Search
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Version: 2.0.2
* Version: 2.0.3
* Author: Doofinder
* Description: Integrate Doofinder Search in your WordPress site or WooCommerce shop.
*
Expand Down Expand Up @@ -34,7 +34,7 @@ class Doofinder_For_WordPress
*
* @var string
*/
public static $version = '2.0.2';
public static $version = '2.0.3';

/**
* The only instance of Doofinder_For_WordPress
Expand Down
5 changes: 3 additions & 2 deletions doofinder-for-woocommerce/includes/class-update-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,12 @@ public static function update_020000()
}

/**
* Update: 2.0.2
* Update: 2.0.3
* Remove the indexing failed notice to solve any existing problem
*/
public static function update_020002()
public static function update_020003()
{
Admin_Notices::remove_notice("indexing-status-failed");
return true;
}
}
5 changes: 4 additions & 1 deletion doofinder-for-woocommerce/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Doofinder WP & WooCommerce Search ===
Contributors: Doofinder
Tags: search, autocomplete
Version: 2.0.2
Version: 2.0.3
Requires at least: 4.1
Tested up to: 6.1
Requires PHP: 5.6
Expand Down Expand Up @@ -82,6 +82,9 @@ Just send your questions to <mailto:[email protected]> and we will try to an

== Changelog ==

= 2.0.3 =
Fixed update bug

= 2.0.2 =
Fix a bug while showing the indexation failed message

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doofinder-woocommerce",
"version": "2.0.2",
"version": "2.0.3",
"description": "Integrate Doofinder in your WooCommerce site with (almost) no effort.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4df969b

Please sign in to comment.