Skip to content

Commit 911073d

Browse files
committed
Prepare 1.0.4 release
Change version to 1.0.4 and tested up to to 5.7
1 parent 68f574f commit 911073d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: child-theme-check.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Child Theme Check
44
* Description: This plugin can warn you about old template files in your child theme
5-
* Version: 1.0.3
5+
* Version: 1.0.4
66
* Plugin URI: https://github.com/Zodiac1978/tl-template-checker
77
* Author: Torsten Landsiedel
88
* Author URI: http://torstenlandsiedel.de
@@ -31,7 +31,7 @@ final class TLTemplateChecker {
3131
/**
3232
* @var string
3333
*/
34-
public $version = '1.0.3';
34+
public $version = '1.0.4';
3535

3636
/**
3737
* @var TLTemplateChecker The single instance of the class

Diff for: readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: zodiac1978, drivingralle, fstaude, glueckpress, hinnerk, rkoller
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LCH9UVV7RKDFY
44
Tags: child, theme, check, child theme, child theme check
55
Requires at least: 3.6.0
6-
Tested up to: 5.4
7-
Stable tag: 1.0.3
6+
Tested up to: 5.7
7+
Stable tag: 1.0.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)