Search Everything - Version 8.1.8

Version Description

  • Fixed a migration/update issue
Download this release

Release Info

Developer sovrn
Plugin Icon wp plugin Search Everything
Version 8.1.8
Comparing to
See all releases

Code changes from version 8.1.7 to 8.1.8

Files changed (3) hide show
  1. config.php +13 -1
  2. readme.txt +10 -7
  3. search-everything.php +4 -2
config.php CHANGED
@@ -109,6 +109,18 @@ function se_upgrade() {
109
  }
110
  }
111
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  function se_migrate_8_1_5() {
113
  $se_meta = get_option('se_meta', false);
114
  $se_meta['version'] = '8.1.6';
@@ -161,7 +173,7 @@ function se_migrate_8_0() {
161
  'notice_visible' => true,
162
  );
163
  }
164
- update_option('se_options',$se_options);
165
 
166
  se_set_global_notice();
167
  }
109
  }
110
  }
111
 
112
+ function se_migrate_8_1_7() {
113
+ $se_meta = get_option('se_meta', false);
114
+ $se_meta['version'] = '8.1.8';
115
+ update_option('se_meta', $se_meta);
116
+ }
117
+
118
+ function se_migrate_8_1_6() {
119
+ $se_meta = get_option('se_meta', false);
120
+ $se_meta['version'] = '8.1.7';
121
+ update_option('se_meta', $se_meta);
122
+ }
123
+
124
  function se_migrate_8_1_5() {
125
  $se_meta = get_option('se_meta', false);
126
  $se_meta['version'] = '8.1.6';
173
  'notice_visible' => true,
174
  );
175
  }
176
+ update_option('se_options',$se_options);
177
 
178
  se_set_global_notice();
179
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: sovrn, zemanta
3
  Tags: search, search highlight, tag search, category search, category exclusion, comment search, page search, admin, seo, post filter, research
4
  Requires at least: 3.6
5
  Tested up to: 4.7.3
6
- Stable tag: 8.1.7
7
 
8
  Search Everything increases WordPress' default search functionality in three easy steps.
9
 
@@ -15,7 +15,7 @@ From Jan 24, 2014 Search Everything originaly developed by dancameron, sproutven
15
 
16
  Search Everything improves WordPress default search functionality without modifying any of the template pages. You can configure it to search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata) and you can specify your own search highlight style. It also offers the ability to exclude specific pages and posts. It does not search password-protected content. Simply install, configure... and search.
17
 
18
- Search Everything plugin now includes a writing helper called Research Everything that lets you search for your posts and link to them while writing. You can also enable Power Search to research posts from the wider web (for WP3.7 and above).
19
 
20
  = Better WordPress search in three steps =
21
 
@@ -51,12 +51,12 @@ Installation Instructions:
51
  3. Go to the Plugins page in your WordPress Administration area and click 'Activate' next to Search Everything.
52
  4. Go to the Settings > Search Everything and configure it.
53
  5. That's it. Enjoy searching.
54
-
55
  == Terms of Service ==
56
 
57
  The plugin source code is released under GPLv2. Usage of our service is governed by [Zemanta Terms of Service](http://www.zemanta.com/legal/terms-of-service/) and [Zemanta Privacy Policy](http://www.zemanta.com/legal/privacy/).
58
 
59
-
60
  == Frequently Asked Questions ==
61
 
62
  = It doesn't search in my PDF/Word/Excel attachments =
@@ -66,7 +66,7 @@ Anyway, if there's a will, there's a way. Just ask us for a workaround and we'll
66
 
67
  = It doesn't work =
68
 
69
- Read the installation guide.
70
 
71
  = It *still* doesn't work =
72
 
@@ -74,7 +74,7 @@ Please open a new support topic at our [Support page](http://wordpress.org/suppo
74
 
75
  = I don't get any results in research tool =
76
 
77
- Are you using WordPress 3.6? Sorry, but research tool requires at least version 3.7.
78
 
79
 
80
  = What Translations are included? =
@@ -115,7 +115,10 @@ Before using the plugin please read the full version of [Zemanta Terms of Servic
115
 
116
 
117
  == Changelog ==
118
- = 8.1.7 =
 
 
 
119
  * Compatibility with WordPress 4.7
120
  * Security update: resolve SQL injection vunerability related to WP 4.7
121
 
3
  Tags: search, search highlight, tag search, category search, category exclusion, comment search, page search, admin, seo, post filter, research
4
  Requires at least: 3.6
5
  Tested up to: 4.7.3
6
+ Stable tag: 8.1.8
7
 
8
  Search Everything increases WordPress' default search functionality in three easy steps.
9
 
15
 
16
  Search Everything improves WordPress default search functionality without modifying any of the template pages. You can configure it to search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata) and you can specify your own search highlight style. It also offers the ability to exclude specific pages and posts. It does not search password-protected content. Simply install, configure... and search.
17
 
18
+ Search Everything plugin now includes a writing helper called Research Everything that lets you search for your posts and link to them while writing. You can also enable Power Search to research posts from the wider web (for WP3.7 and above).
19
 
20
  = Better WordPress search in three steps =
21
 
51
  3. Go to the Plugins page in your WordPress Administration area and click 'Activate' next to Search Everything.
52
  4. Go to the Settings > Search Everything and configure it.
53
  5. That's it. Enjoy searching.
54
+
55
  == Terms of Service ==
56
 
57
  The plugin source code is released under GPLv2. Usage of our service is governed by [Zemanta Terms of Service](http://www.zemanta.com/legal/terms-of-service/) and [Zemanta Privacy Policy](http://www.zemanta.com/legal/privacy/).
58
 
59
+
60
  == Frequently Asked Questions ==
61
 
62
  = It doesn't search in my PDF/Word/Excel attachments =
66
 
67
  = It doesn't work =
68
 
69
+ Read the installation guide.
70
 
71
  = It *still* doesn't work =
72
 
74
 
75
  = I don't get any results in research tool =
76
 
77
+ Are you using WordPress 3.6? Sorry, but research tool requires at least version 3.7.
78
 
79
 
80
  = What Translations are included? =
115
 
116
 
117
  == Changelog ==
118
+ = 8.1.8 =
119
+ * Fixed a migration/update issue
120
+
121
+ = 8.1.7 =
122
  * Compatibility with WordPress 4.7
123
  * Security update: resolve SQL injection vunerability related to WP 4.7
124
 
search-everything.php CHANGED
@@ -3,12 +3,14 @@
3
  Plugin Name: Search Everything
4
  Plugin URI: http://wordpress.org/plugins/search-everything/
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: 8.1.7
7
  Author: Sovrn, zemanta
8
  Author URI: http://www.sovrn.com
 
 
9
  */
10
 
11
- define('SE_VERSION', '8.1.7');
12
 
13
  if (!defined('SE_PLUGIN_FILE'))
14
  define('SE_PLUGIN_FILE', plugin_basename(__FILE__));
3
  Plugin Name: Search Everything
4
  Plugin URI: http://wordpress.org/plugins/search-everything/
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: 8.1.8
7
  Author: Sovrn, zemanta
8
  Author URI: http://www.sovrn.com
9
+ GitHub Plugin URI: https://github.com/afragen/github-updater
10
+ GitHub Branch: master
11
  */
12
 
13
+ define('SE_VERSION', '8.1.8');
14
 
15
  if (!defined('SE_PLUGIN_FILE'))
16
  define('SE_PLUGIN_FILE', plugin_basename(__FILE__));