From 48fa61fa21a372d25e4def3715c8a34ebc157a66 Mon Sep 17 00:00:00 2001 From: Carlos Escribano Rey Date: Mon, 18 May 2020 12:39:53 +0200 Subject: [PATCH] New Release: v0.3.4 --- doofinder/doofinder.php | 4 ++-- doofinder/readme.txt | 7 +++++-- package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/doofinder/doofinder.php b/doofinder/doofinder.php index 88dd298..a44cbcd 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.3.3 + * Version: 0.3.4 * Author: Doofinder * Description: Integrate Doofinder Search in your WordPress website. * @@ -30,7 +30,7 @@ class Doofinder_For_WordPress { * * @var string */ - public static $version = '0.3.3'; + public static $version = '0.3.4'; /** * The only instance of Doofinder_For_WordPress diff --git a/doofinder/readme.txt b/doofinder/readme.txt index 35f8042..3373d73 100644 --- a/doofinder/readme.txt +++ b/doofinder/readme.txt @@ -1,9 +1,9 @@ === Doofinder === Contributors: doofinder, chopchoporg Tags: search, autocomplete -Version: 0.3.3 +Version: 0.3.4 Requires at least: 4.1 -Tested up to: 5.2.3 +Tested up to: 5.4.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -112,6 +112,9 @@ Just send your questions to and we will try to an == Changelog == += 0.3.4 = +- Reset if processing is in progress and there are errors in configuration. + = 0.3.3 = - Prevent deleting all types from Doofinder when indexing, delete only those managed by the module. diff --git a/package.json b/package.json index 7af01e8..e9264f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doofinder-wordpress", - "version": "0.3.3", + "version": "0.3.4", "description": "Integrate Doofinder in your WordPress site with (almost) no effort.", "main": "index.js", "scripts": {