Version Description
- Routine maintenance. No signifigant changes.
Download this release
Release Info
| Developer | PriMoThemes |
| Plugin | |
| Version | 110709 |
| Comparing to | |
| See all releases | |
Code changes from version 110708 to 110709
- readme.txt +5 -2
- wp-show-ids.php +3 -3
readme.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
=== WP Show IDs ( simple, yet elegant ) ===
|
| 2 |
|
| 3 |
-
Version:
|
| 4 |
-
Stable tag:
|
| 5 |
Framework: WS-LP-110523
|
| 6 |
|
| 7 |
WordPress Compatible: yes
|
|
@@ -56,6 +56,9 @@ Yes, this plugin supports WordPress® 3.0+; even Custom Post Types & Custom
|
|
| 56 |
|
| 57 |
== Changelog ==
|
| 58 |
|
|
|
|
|
|
|
|
|
|
| 59 |
= 110708 =
|
| 60 |
* Routine maintenance. No signifigant changes.
|
| 61 |
* Compatibility with WordPress v3.2.
|
| 1 |
=== WP Show IDs ( simple, yet elegant ) ===
|
| 2 |
|
| 3 |
+
Version: 110709
|
| 4 |
+
Stable tag: 110709
|
| 5 |
Framework: WS-LP-110523
|
| 6 |
|
| 7 |
WordPress Compatible: yes
|
| 56 |
|
| 57 |
== Changelog ==
|
| 58 |
|
| 59 |
+
= 110709 =
|
| 60 |
+
* Routine maintenance. No signifigant changes.
|
| 61 |
+
|
| 62 |
= 110708 =
|
| 63 |
* Routine maintenance. No signifigant changes.
|
| 64 |
* Compatibility with WordPress v3.2.
|
wp-show-ids.php
CHANGED
|
@@ -9,8 +9,8 @@ along with this software. In the main directory, see: /licensing/
|
|
| 9 |
If not, see: <http://www.gnu.org/licenses/>.
|
| 10 |
*/
|
| 11 |
/*
|
| 12 |
-
Version:
|
| 13 |
-
Stable tag:
|
| 14 |
Framework: WS-LP-110523
|
| 15 |
|
| 16 |
WordPress Compatible: yes
|
|
@@ -40,7 +40,7 @@ if (realpath (__FILE__) === realpath ($_SERVER["SCRIPT_FILENAME"]))
|
|
| 40 |
/*
|
| 41 |
Define versions.
|
| 42 |
*/
|
| 43 |
-
@define ("WS_PLUGIN__WP_SHOW_IDS_VERSION", "
|
| 44 |
@define ("WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION", "5.2.3");
|
| 45 |
@define ("WS_PLUGIN__WP_SHOW_IDS_MIN_WP_VERSION", "3.1");
|
| 46 |
/*
|
| 9 |
If not, see: <http://www.gnu.org/licenses/>.
|
| 10 |
*/
|
| 11 |
/*
|
| 12 |
+
Version: 110709
|
| 13 |
+
Stable tag: 110709
|
| 14 |
Framework: WS-LP-110523
|
| 15 |
|
| 16 |
WordPress Compatible: yes
|
| 40 |
/*
|
| 41 |
Define versions.
|
| 42 |
*/
|
| 43 |
+
@define ("WS_PLUGIN__WP_SHOW_IDS_VERSION", "110709");
|
| 44 |
@define ("WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION", "5.2.3");
|
| 45 |
@define ("WS_PLUGIN__WP_SHOW_IDS_MIN_WP_VERSION", "3.1");
|
| 46 |
/*
|
