Version Description
- No functional change at all except the version number in the plugin php file and donation url.
Download this release
Release Info
Developer | tai |
Plugin | Show Current Template |
Version | 0.3.4 |
Comparing to | |
See all releases |
Code changes from version 0.3.3 to 0.3.4
- readme.txt +8 -2
- show-current-template.php +2 -2
readme.txt
CHANGED
@@ -4,13 +4,13 @@ Donate link: https://wp.tekapo.com/is-my-plugin-useful/
|
|
4 |
Tags: template, toolbar
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 5.3
|
7 |
-
Stable tag: 0.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
|
12 |
== Description ==
|
13 |
-
A WordPress plugin which shows the current template file name, the current theme name and included template files' name in the tool bar. If you like this plugin, <a href="
|
14 |
|
15 |
Inspired by (and big thanks to):
|
16 |
|
@@ -45,6 +45,12 @@ None so far.
|
|
45 |
|
46 |
== Changelog ==
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
= 0.3.2 =
|
49 |
* No change at all except the version number in the plugin php file.
|
50 |
|
4 |
Tags: template, toolbar
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 5.3
|
7 |
+
Stable tag: 0.3.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
|
12 |
== Description ==
|
13 |
+
A WordPress plugin which shows the current template file name, the current theme name and included template files' name in the tool bar. If you like this plugin, <a href="https://wp.tekapo.com/is-my-plugin-useful/">you can buy me a coffee! ;-)</a>
|
14 |
|
15 |
Inspired by (and big thanks to):
|
16 |
|
45 |
|
46 |
== Changelog ==
|
47 |
|
48 |
+
= 0.3.4 =
|
49 |
+
* No functional change at all except the version number in the plugin php file and donation url.
|
50 |
+
|
51 |
+
= 0.3.3 =
|
52 |
+
* No functional change at all except the version number in the plugin php file and donation url.
|
53 |
+
|
54 |
= 0.3.2 =
|
55 |
* No change at all except the version number in the plugin php file.
|
56 |
|
show-current-template.php
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
/*
|
4 |
Plugin Name: Show Current Template
|
5 |
Plugin URI: https://wp.tekapo.com/
|
6 |
-
Description: Show the current template file name in the tool bar. <a href="
|
7 |
Author: JOTAKI Taisuke
|
8 |
-
Version: 0.3.
|
9 |
Author URI: https://tekapo.com/
|
10 |
Text Domain: show-current-template
|
11 |
Domain Path: /languages/
|
3 |
/*
|
4 |
Plugin Name: Show Current Template
|
5 |
Plugin URI: https://wp.tekapo.com/
|
6 |
+
Description: Show the current template file name in the tool bar. <a href="https://wp.tekapo.com/is-my-plugin-useful/">Is this useful for you?</a>
|
7 |
Author: JOTAKI Taisuke
|
8 |
+
Version: 0.3.4
|
9 |
Author URI: https://tekapo.com/
|
10 |
Text Domain: show-current-template
|
11 |
Domain Path: /languages/
|