diff --git a/README.md b/README.md index b7cdabc..f0126c1 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Thank you very much @WooThemes and @WooCommerce for using the GPL, so that I can ## Changelog +### 1.0.7 +* Tested with WordPress 6.5 + ### 1.0.6 * Fix CSS diff --git a/child-theme-check.php b/child-theme-check.php index ca06355..66490fd 100755 --- a/child-theme-check.php +++ b/child-theme-check.php @@ -2,7 +2,7 @@ /** * Plugin Name: Child Theme Check * Description: This plugin can warn you about old template files in your child theme - * Version: 1.0.6 + * Version: 1.0.7 * Plugin URI: https://github.com/Zodiac1978/tl-template-checker * Author: Torsten Landsiedel * Author URI: https://torstenlandsiedel.de @@ -31,7 +31,7 @@ final class TLTemplateChecker { /** * @var string */ - public $version = '1.0.6'; + public $version = '1.0.7'; /** * @var TLTemplateChecker The single instance of the class diff --git a/readme.txt b/readme.txt index 6bf357b..501b188 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: zodiac1978, drivingralle, fstaude, glueckpress, hinnerk, rkoller Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LCH9UVV7RKDFY Tags: child, theme, check, child theme, child theme check Requires at least: 3.6.0 -Tested up to: 6.3 -Stable tag: 1.0.5 +Tested up to: 6.5 +Stable tag: 1.0.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -64,6 +64,9 @@ If this is the case you will see a warning if the version of the parent theme fi == Changelog == += 1.0.7 = +* Tested with WordPress 6.5 + = 1.0.6 = * Fix CSS