Skip to content

Commit

Permalink
Prepare 1.0.4 release
Browse files Browse the repository at this point in the history
Change version to 1.0.4 and tested up to to 5.7
  • Loading branch information
Zodiac1978 committed Apr 24, 2021
1 parent 68f574f commit 911073d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions child-theme-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 911073d

Please sign in to comment.