diff --git a/child-theme-check.php b/child-theme-check.php index 924384e..b6c9cd4 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.3 + * Version: 1.0.4 * Plugin URI: https://github.com/Zodiac1978/tl-template-checker * Author: Torsten Landsiedel * Author URI: http://torstenlandsiedel.de @@ -31,7 +31,7 @@ final class TLTemplateChecker { /** * @var string */ - public $version = '1.0.3'; + public $version = '1.0.4'; /** * @var TLTemplateChecker The single instance of the class diff --git a/readme.txt b/readme.txt index 2887714..5091ace 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: 5.4 -Stable tag: 1.0.3 +Tested up to: 5.7 +Stable tag: 1.0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html