Skip to content

Commit 76309d9

Browse files
committed
Update to 1.0.9
1 parent f95f5c8 commit 76309d9

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ Thank you very much @WooThemes and @WooCommerce for using the GPL, so that I can
2424

2525
## Changelog
2626

27-
### 1.0.8
27+
### 1.0.9
2828
* Tested with WordPress 6.6
2929

30+
### 1.0.8
31+
* Upublished because of problems with SVN
32+
3033
### 1.0.7
3134
* Tested with WordPress 6.5
3235

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.8
5+
* Version: 1.0.9
66
* Plugin URI: https://github.com/Zodiac1978/tl-template-checker
77
* Author: Torsten Landsiedel
88
* Author URI: https://torstenlandsiedel.de
@@ -31,7 +31,7 @@ final class TLTemplateChecker {
3131
/**
3232
* @var string
3333
*/
34-
public $version = '1.0.8';
34+
public $version = '1.0.9';
3535

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

Diff for: readme.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: child, theme, check, child theme, child theme check
55
Requires at least: 3.6.0
66
Tested up to: 6.6
7-
Stable tag: 1.0.8
7+
Stable tag: 1.0.9
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -64,9 +64,12 @@ If this is the case you will see a warning if the version of the parent theme fi
6464

6565
== Changelog ==
6666

67-
= 1.0.8 =
67+
= 1.0.9 =
6868
* Tested with WordPress 6.6
6969

70+
= 1.0.8 =
71+
* Upublished because of problems with SVN
72+
7073
= 1.0.7 =
7174
* Tested with WordPress 6.5
7275

0 commit comments

Comments
 (0)