Search Everything - Version 6.9.3

Version Description

Download this release

Release Info

Developer dancameron
Plugin Icon wp plugin Search Everything
Version 6.9.3
Comparing to
See all releases

Code changes from version 6.9.2 to 6.9.3

Files changed (2) hide show
  1. readme.txt +1 -1
  2. search-everything.php +2 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bit.ly/plugin-donations
4
  Tags: search, search highlight, tag search, category search, category exclusion, comment search, page search, admin, seo, post filter
5
  Requires at least: 3
6
  Tested up to: 3.3
7
- Stable tag: 6.9.2
8
 
9
  Increases Wordpress' default search functionality in three easy steps.
10
 
4
  Tags: search, search highlight, tag search, category search, category exclusion, comment search, page search, admin, seo, post filter
5
  Requires at least: 3
6
  Tested up to: 3.3
7
+ Stable tag: 6.9.3
8
 
9
  Increases Wordpress' default search functionality in three easy steps.
10
 
search-everything.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Search Everything
4
  Plugin URI: https://github.com/sproutventure/search-everything-wordpress-plugin/
5
  Description: Adds search functionality without modifying any template pages: Activate, Configure and Search. Options Include: search highlight, search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata). Also offers the ability to exclude specific pages and posts. Does not search password-protected content.
6
- Version: 6.9.2
7
  Author: Dan Cameron of Sprout Venture
8
  Author URI: http://sproutventure.com/
9
  */
@@ -13,7 +13,7 @@ Author URI: http://sproutventure.com/
13
 
14
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
  */
16
- error_reporting(E_ALL);
17
  if ( !defined('WP_CONTENT_DIR') )
18
  define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
19
 
3
  Plugin Name: Search Everything
4
  Plugin URI: https://github.com/sproutventure/search-everything-wordpress-plugin/
5
  Description: Adds search functionality without modifying any template pages: Activate, Configure and Search. Options Include: search highlight, search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata). Also offers the ability to exclude specific pages and posts. Does not search password-protected content.
6
+ Version: 6.9.3
7
  Author: Dan Cameron of Sprout Venture
8
  Author URI: http://sproutventure.com/
9
  */
13
 
14
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
  */
16
+
17
  if ( !defined('WP_CONTENT_DIR') )
18
  define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
19