Version Description
Download this release
Release Info
Developer | dancameron |
Plugin | Search Everything |
Version | 6.0.1 |
Comparing to | |
See all releases |
Code changes from version 6 to 6.0.1
- readme.txt +1 -1
- screenshot-1.jpg +0 -0
- search-everything.php +1 -1
- views/options.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.amazon.com/wishlist/3EM84J7FVHE6S
|
|
4 |
Tags: search, tag search, category search, category exclusion, comment search, page search, admin, seo
|
5 |
Requires at least: 2.1
|
6 |
Tested up to: 2.8
|
7 |
-
Stable tag: 6
|
8 |
|
9 |
Increases Wordpress' default search functionality through an options panel. Options include searching pages, excerpts, attachments, drafts, comments and custom fields (metadata).
|
10 |
|
4 |
Tags: search, tag search, category search, category exclusion, comment search, page search, admin, seo
|
5 |
Requires at least: 2.1
|
6 |
Tested up to: 2.8
|
7 |
+
Stable tag: 6.0.1
|
8 |
|
9 |
Increases Wordpress' default search functionality through an options panel. Options include searching pages, excerpts, attachments, drafts, comments and custom fields (metadata).
|
10 |
|
screenshot-1.jpg
CHANGED
Binary file
|
search-everything.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Search Everything
|
4 |
Plugin URI: https://redmine.sproutventure.com/projects/show/search-everything
|
5 |
Description: Adds search functionality without modifying template pages: Activate, Configure and Search. Options Include: 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
|
7 |
Author: Dan Cameron of Sprout Venture
|
8 |
Author URI: http://sproutventure.com/
|
9 |
*/
|
3 |
Plugin Name: Search Everything
|
4 |
Plugin URI: https://redmine.sproutventure.com/projects/show/search-everything
|
5 |
Description: Adds search functionality without modifying template pages: Activate, Configure and Search. Options Include: 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.0.1
|
7 |
Author: Dan Cameron of Sprout Venture
|
8 |
Author URI: http://sproutventure.com/
|
9 |
*/
|
views/options.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
Class se_admin {
|
4 |
|
5 |
-
var $version = '6';
|
6 |
|
7 |
function se_admin() {
|
8 |
|
2 |
|
3 |
Class se_admin {
|
4 |
|
5 |
+
var $version = '6.0.1';
|
6 |
|
7 |
function se_admin() {
|
8 |
|