diff --git a/docs/changelog.txt b/docs/changelog.txt index 47849f9..c8034d5 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,3 +1,7 @@ += 2.6.7 (2025-01-15) = +* Fixed secured unserialized data handling to prevent potential vulnerabilities. +* Verified compatibility with WordPress 6.7 + = 2.6.6 (2024-08-21) = * Fixed missing URL input sanitization. * Verified compatibility with WordPress 6.6 diff --git a/docs/readme.txt b/docs/readme.txt index 03d080c..9073165 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -4,8 +4,8 @@ Author URI: https://instawp.com/?utm_source=sl_plugin_author Plugin URI: http://wordpress.org/plugins/string-locator/ Tags: text, search, find, syntax, highlight Requires at least: 4.9 -Tested up to: 6.6 -Stable tag: 2.6.6 +Tested up to: 6.7 +Stable tag: 2.6.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -46,8 +46,9 @@ When writing your search string, make sure to wrap your search in forward slashe == Changelog == -= 2.6.7 ( beta) = += 2.6.7 (2025-01-15) = * Fixed secured unserialized data handling to prevent potential vulnerabilities. +* Verified compatibility with WordPress 6.7 = 2.6.6 (2024-08-21) = * Fixed missing URL input sanitization. diff --git a/string-locator.php b/string-locator.php index 31955cb..2a0d2e3 100644 --- a/string-locator.php +++ b/string-locator.php @@ -3,7 +3,7 @@ * Plugin Name: String Locator * Plugin URI: https://wordpress.org/plugins/string-locator/ * Description: Scan through theme and plugin files looking for text strings - * Version: 2.6.6 + * Version: 2.6.7 * Author: InstaWP * Author URI: https://instawp.com/ * Text Domain: string-locator