From 91906f72dae70f4d454d577ed485bd8d66e56bb1 Mon Sep 17 00:00:00 2001 From: Roman Pronskiy Date: Wed, 4 Jun 2014 23:35:54 +0300 Subject: [PATCH] Fixed links on settings page with list of excluded items --- README.md | 4 ++++ options.php | 3 +-- readme.txt | 8 ++++++-- search-exclude.php | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 28f4942..2b9792e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ You can also view the list of all the items that are excluded from search on the ### Changelog +#### 1.0.4 +* Fixed links on settings page with list of excluded items +* Tested up to WP 3.9 + #### 1.0.3 * Added support for excluding attachments from search results * Tested up to WP 3.8 diff --git a/options.php b/options.php index a9ffaab..f497b60 100644 --- a/options.php +++ b/options.php @@ -1,5 +1,4 @@
-

Search Exclude

No items excluded from the search results yet.

@@ -17,7 +16,7 @@ have_posts() ) : $query->the_post();?> - + diff --git a/readme.txt b/readme.txt index 05541f8..1b7b94d 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: pronskiy Tags: admin, plugin, search Requires at least: 3.3 -Tested up to: 3.8 -Stable tag: 1.0.3 +Tested up to: 3.9 +Stable tag: 1.0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -28,6 +28,10 @@ You can also view the list of all the items that are excluded from search on the == Changelog == += 1.0.4 = +* Fixed links on settings page with list of excluded items +* Tested up to WP 3.9 + = 1.0.3 = * Added support for excluding attachments from search results * Tested up to WP 3.8 diff --git a/search-exclude.php b/search-exclude.php index 86f9140..49a52f7 100644 --- a/search-exclude.php +++ b/search-exclude.php @@ -2,7 +2,7 @@ /* Plugin Name: Search Exclude Description: Exclude any page or post from the WordPress search results by checking off the checkbox. -Version: 1.0.3 +Version: 1.0.4 Author: Roman Pronskiy Author URI: http://pronskiy.com */