From 4573e5385c978c935554642ccf87115af05035b4 Mon Sep 17 00:00:00 2001 From: Takashi Matsuyama <41813720+takashi-matsuyama@users.noreply.github.com> Date: Sat, 11 Jun 2022 22:41:47 +0900 Subject: [PATCH] Tested on WordPress 6.0. --- README.md | 7 +++++-- posts-search.php | 2 +- readme.txt | 7 +++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e989729..ea8bcda 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Contributors: takashimatsuyama Donate link: Tags: posts search, search, taxonomy, term Requires at least: 4.8 -Tested up to: 5.8 +Tested up to: 6.0 Requires PHP: 5.4.0 -Stable tag: 1.2.1 +Stable tag: 1.2.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -40,6 +40,9 @@ Detailed usage is under preparation. ## Changelog +### 1.2.2 +Tested on WordPress 6.0. + ### 1.2.1 Fixed a bug related to "data_set" on line 28 - 46 of found_posts.js. diff --git a/posts-search.php b/posts-search.php index 4594979..561805b 100644 --- a/posts-search.php +++ b/posts-search.php @@ -4,7 +4,7 @@ * Plugin Name: Posts Search * Plugin URI: https://wordpress.org/plugins/posts-search/ * Description: Search posts by taxonomy terms and post type with Ajax. - * Version: 1.2.1 + * Version: 1.2.2 * Requires at least: 4.8 * Requires PHP: 5.4.0 * Author: Takashi Matsuyama diff --git a/readme.txt b/readme.txt index 5cf6d89..81e127a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: takashimatsuyama Donate link: Tags: posts search, search, taxonomy, term Requires at least: 4.8 -Tested up to: 5.8 +Tested up to: 6.0 Requires PHP: 5.4.0 -Stable tag: 1.2.1 +Stable tag: 1.2.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -41,4 +41,7 @@ This plugin is [developed on GitHub](https://github.com/takashi-matsuyama/posts- == Changelog == += 1.2.2 = +Tested on WordPress 6.0. + See the [release notes on GitHub](https://github.com/takashi-matsuyama/posts-search/releases).