Skip to content

Commit f5b9a75

Browse files
committed
Bump version to 2.6.7 and update changelog for compatibility with WordPress 6.7
1 parent 394f034 commit f5b9a75

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

docs/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
= 2.6.7 (2025-01-15) =
2+
* Fixed secured unserialized data handling to prevent potential vulnerabilities.
3+
* Verified compatibility with WordPress 6.7
4+
15
= 2.6.6 (2024-08-21) =
26
* Fixed missing URL input sanitization.
37
* Verified compatibility with WordPress 6.6

docs/readme.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Author URI: https://instawp.com/?utm_source=sl_plugin_author
44
Plugin URI: http://wordpress.org/plugins/string-locator/
55
Tags: text, search, find, syntax, highlight
66
Requires at least: 4.9
7-
Tested up to: 6.6
8-
Stable tag: 2.6.6
7+
Tested up to: 6.7
8+
Stable tag: 2.6.7
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -46,8 +46,9 @@ When writing your search string, make sure to wrap your search in forward slashe
4646

4747
== Changelog ==
4848

49-
= 2.6.7 ( beta) =
49+
= 2.6.7 (2025-01-15) =
5050
* Fixed secured unserialized data handling to prevent potential vulnerabilities.
51+
* Verified compatibility with WordPress 6.7
5152

5253
= 2.6.6 (2024-08-21) =
5354
* Fixed missing URL input sanitization.

string-locator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: String Locator
44
* Plugin URI: https://wordpress.org/plugins/string-locator/
55
* Description: Scan through theme and plugin files looking for text strings
6-
* Version: 2.6.6
6+
* Version: 2.6.7
77
* Author: InstaWP
88
* Author URI: https://instawp.com/
99
* Text Domain: string-locator

0 commit comments

Comments
 (0)