WP Show IDs ( simple, yet elegant ) - Version 1.2.2

Version Description

  • Routine maintenance. No signifigant changes.
Download this release

Release Info

Developer PriMoThemes
Plugin Icon wp plugin WP Show IDs ( simple, yet elegant )
Version 1.2.2
Comparing to
See all releases

Code changes from version 1.2.1 to 1.2.2

Files changed (3) hide show
  1. licensing/license.txt +4 -0
  2. readme.txt +7 -4
  3. wp-show-ids.php +7 -7
licensing/license.txt CHANGED
@@ -22,6 +22,10 @@ Credits / Additional Acknowledgments:
22
  - LGPL License <http://www.everaldo.com/crystal/?action=license>
23
  - Everaldo <http://www.everaldo.com/crystal/?action=downloads>
24
 
 
 
 
 
25
  * PayPal® and its associated buttons & services have been integrated into this software via external hyperlinks.
26
  The files/services provided by PayPal® are not distributed with this software. They have their own terms & conditions.
27
  - PayPal®, a 3rd party service, is powered by eBay, Inc. <http://www.paypal.com/>
22
  - LGPL License <http://www.everaldo.com/crystal/?action=license>
23
  - Everaldo <http://www.everaldo.com/crystal/?action=downloads>
24
 
25
+ * Administration panel (videos icon) was provided by David Vignoni.
26
+ - LGPL License <http://www.iconfinder.com/search/?q=iconset%3Anuvola2>
27
+ - David Vignoni <http://www.icon-king.com/>
28
+
29
  * PayPal® and its associated buttons & services have been integrated into this software via external hyperlinks.
30
  The files/services provided by PayPal® are not distributed with this software. They have their own terms & conditions.
31
  - PayPal®, a 3rd party service, is powered by eBay, Inc. <http://www.paypal.com/>
readme.txt CHANGED
@@ -1,16 +1,16 @@
1
  === WP Show IDs ( simple, yet elegant ) ===
2
 
3
- Version: 1.2.1
4
- Stable tag: 1.2.1
5
  Framework: WS-LP-3.5
6
 
7
  WordPress Compatible: yes
8
  WP Multisite Compatible: yes
9
  Multisite Blog Farm Compatible: yes
10
 
11
- Tested up to: 3.1
12
  Requires at least: 3.0
13
- Requires: WordPress® 3.0+, PHP 5.2+
14
 
15
  Copyright: © 2009 WebSharks, Inc.
16
  License: GNU General Public License
@@ -55,6 +55,9 @@ Yes, this plugin supports WordPress® 3.0+; even Custom Post Types &amp; Custom
55
 
56
  == Changelog ==
57
 
 
 
 
58
  = 1.2.1 =
59
  * Routine maintenance. No signifigant changes.
60
 
1
  === WP Show IDs ( simple, yet elegant ) ===
2
 
3
+ Version: 1.2.2
4
+ Stable tag: 1.2.2
5
  Framework: WS-LP-3.5
6
 
7
  WordPress Compatible: yes
8
  WP Multisite Compatible: yes
9
  Multisite Blog Farm Compatible: yes
10
 
11
+ Tested up to: 3.1.1
12
  Requires at least: 3.0
13
+ Requires: WordPress® 3.0+, PHP 5.2.3+
14
 
15
  Copyright: © 2009 WebSharks, Inc.
16
  License: GNU General Public License
55
 
56
  == Changelog ==
57
 
58
+ = 1.2.2 =
59
+ * Routine maintenance. No signifigant changes.
60
+
61
  = 1.2.1 =
62
  * Routine maintenance. No signifigant changes.
63
 
wp-show-ids.php CHANGED
@@ -9,17 +9,17 @@ along with this software. In the main directory, see: /licensing/
9
  If not, see: <http://www.gnu.org/licenses/>.
10
  */
11
  /*
12
- Version: 1.2.1
13
- Stable tag: 1.2.1
14
  Framework: WS-LP-3.5
15
 
16
  WordPress Compatible: yes
17
  WP Multisite Compatible: yes
18
  Multisite Blog Farm Compatible: yes
19
 
20
- Tested up to: 3.1
21
  Requires at least: 3.0
22
- Requires: WordPress® 3.0+, PHP 5.2+
23
 
24
  Copyright: © 2009 WebSharks, Inc.
25
  License: GNU General Public License
@@ -42,9 +42,9 @@ if (realpath (__FILE__) === realpath ($_SERVER["SCRIPT_FILENAME"]))
42
  /*
43
  Define versions.
44
  */
45
- define ("WS_PLUGIN__WP_SHOW_IDS_VERSION", "1.2.1");
46
- define ("WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION", "5.2");
47
- define ("WS_PLUGIN__WP_SHOW_IDS_MIN_WP_VERSION", "3.0");
48
  /*
49
  Compatibility checks.
50
  */
9
  If not, see: <http://www.gnu.org/licenses/>.
10
  */
11
  /*
12
+ Version: 1.2.2
13
+ Stable tag: 1.2.2
14
  Framework: WS-LP-3.5
15
 
16
  WordPress Compatible: yes
17
  WP Multisite Compatible: yes
18
  Multisite Blog Farm Compatible: yes
19
 
20
+ Tested up to: 3.1.1
21
  Requires at least: 3.0
22
+ Requires: WordPress® 3.0+, PHP 5.2.3+
23
 
24
  Copyright: © 2009 WebSharks, Inc.
25
  License: GNU General Public License
42
  /*
43
  Define versions.
44
  */
45
+ @define ("WS_PLUGIN__WP_SHOW_IDS_VERSION", "1.2.2");
46
+ @define ("WS_PLUGIN__WP_SHOW_IDS_MIN_PHP_VERSION", "5.2.3");
47
+ @define ("WS_PLUGIN__WP_SHOW_IDS_MIN_WP_VERSION", "3.0");
48
  /*
49
  Compatibility checks.
50
  */