Version Description
- No change at all except the version number in the plugin php file.
Download this release
Release Info
Developer | tai |
Plugin | Show Current Template |
Version | 0.3.2 |
Comparing to | |
See all releases |
Code changes from version 0.3.1 to 0.3.2
- readme.txt +7 -4
- show-current-template.php +3 -3
readme.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
=== Show Current Template ===
|
2 |
Contributors: tai
|
3 |
-
Donate link: https://
|
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.
|
14 |
|
15 |
Inspired by (and big thanks to):
|
16 |
|
17 |
* https://gist.github.com/gatespace/4482529
|
18 |
-
*
|
19 |
|
20 |
|
21 |
== Installation ==
|
@@ -45,6 +45,9 @@ None so far.
|
|
45 |
|
46 |
== Changelog ==
|
47 |
|
|
|
|
|
|
|
48 |
= 0.3.1 =
|
49 |
* Just add a donate link.
|
50 |
|
1 |
=== Show Current Template ===
|
2 |
Contributors: tai
|
3 |
+
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.2
|
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="hhttps://wp.tekapo.com/is-my-plugin-useful/">you can buy me a coffer! ;-)</a>
|
14 |
|
15 |
Inspired by (and big thanks to):
|
16 |
|
17 |
* https://gist.github.com/gatespace/4482529
|
18 |
+
* https://wordpress.org/plugins/reveal-template/
|
19 |
|
20 |
|
21 |
== Installation ==
|
45 |
|
46 |
== Changelog ==
|
47 |
|
48 |
+
= 0.3.2 =
|
49 |
+
* No change at all except the version number in the plugin php file.
|
50 |
+
|
51 |
= 0.3.1 =
|
52 |
* Just add a donate link.
|
53 |
|
show-current-template.php
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
|
3 |
/*
|
4 |
Plugin Name: Show Current Template
|
5 |
-
Plugin URI:
|
6 |
Description: Show the current template file name in the tool bar.
|
7 |
Author: JOTAKI Taisuke
|
8 |
-
Version: 0.3.
|
9 |
-
Author URI:
|
10 |
Text Domain: show-current-template
|
11 |
Domain Path: /languages/
|
12 |
|
2 |
|
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.
|
7 |
Author: JOTAKI Taisuke
|
8 |
+
Version: 0.3.2
|
9 |
+
Author URI: https://tekapo.com/
|
10 |
Text Domain: show-current-template
|
11 |
Domain Path: /languages/
|
12 |
|