From 3fdc514898124db53c8d67c7f67ac8e0adabe09d Mon Sep 17 00:00:00 2001 From: Aitor <93147185+Aitor-Corrales@users.noreply.github.com> Date: Fri, 13 Jan 2023 10:50:52 +0100 Subject: [PATCH] Upgrade version (#52) --- doofinder/doofinder.php | 4 ++-- doofinder/readme.txt | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doofinder/doofinder.php b/doofinder/doofinder.php index c036761..9417100 100644 --- a/doofinder/doofinder.php +++ b/doofinder/doofinder.php @@ -3,7 +3,7 @@ * Plugin Name: Doofinder * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html - * Version: 0.5.1 + * Version: 0.5.2 * Author: Doofinder * Description: Integrate Doofinder Search in your WordPress website. * @@ -30,7 +30,7 @@ class Doofinder_For_WordPress { * * @var string */ - public static $version = '0.5.1'; + public static $version = '0.5.2'; /** * The only instance of Doofinder_For_WordPress diff --git a/doofinder/readme.txt b/doofinder/readme.txt index 1e38120..6ce69e0 100644 --- a/doofinder/readme.txt +++ b/doofinder/readme.txt @@ -1,7 +1,7 @@ === Doofinder === Contributors: doofinder, chopchoporg Tags: search, autocomplete -Version: 0.5.1 +Version: 0.5.2 Requires at least: 4.1 Tested up to: 6.1 Stable tag: trunk @@ -114,8 +114,11 @@ Just send your questions to and we will try to an == Changelog == += 0.5.2 = +- Fix post id not restoring index after failure + = 0.5.1 = -Added release automation +- Added release automation = 0.5.0 = - Minor bugfixes.