Changeset 646965
- Timestamp:
- 01/02/2013 02:07:34 PM (13 years ago)
- Location:
- wp-list-plugins
- Files:
-
- 4 edited
- 1 copied
-
tags/2.1 (copied) (copied from wp-list-plugins/trunk)
-
tags/2.1/readme.txt (modified) (2 diffs)
-
tags/2.1/wp-list-plugins.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-list-plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-list-plugins/tags/2.1/readme.txt
r553781 r646965 4 4 Tags: plugins, list 5 5 Requires at least: 3.1 6 Tested up to: 3. 37 Stable tag: 2. 0.36 Tested up to: 3.5 7 Stable tag: 2.1 8 8 9 9 Provides a shortcode to list all installed Plugins in an article or page. … … 33 33 34 34 == Changelog == 35 = 2.1 = 36 * (02. 01. 2012) 37 * Ready for WordPress 3.5 35 38 36 = 2.0.3 (06.06.2012) = 39 = 2.0.3 = 40 * (06.06.2012) 37 41 * Fixed CSS load. Now it will only be loaded on frontend view. 38 42 39 = 2.0.2 (09.11.2011) = 43 = 2.0.2 = 44 * (09.11.2011) 40 45 * Ready for WordPress 3.3 41 46 42 = 2.0.1 (24.01.2011) = 47 = 2.0.1 = 48 * (24.01.2011) 43 49 * Add: german translation 44 50 45 = 2.0.0 (24.01.2011) = 51 = 2.0.0 = 52 * (24.01.2011) 46 53 * New: Shortcode supports now options to seperate to show all, active or inactive plugins. 47 54 -
wp-list-plugins/tags/2.1/wp-list-plugins.php
r553781 r646965 6 6 * Author: H.-Peter Pfeufer 7 7 * Author URI: http://ppfeufer.de 8 * Version: 2. 0.38 * Version: 2.1 9 9 */ 10 10 11 define('WPLISTPLUGINS_VERSION', '2. 0.3');11 define('WPLISTPLUGINS_VERSION', '2.1'); 12 12 13 13 -
wp-list-plugins/trunk/readme.txt
r553781 r646965 4 4 Tags: plugins, list 5 5 Requires at least: 3.1 6 Tested up to: 3. 37 Stable tag: 2. 0.36 Tested up to: 3.5 7 Stable tag: 2.1 8 8 9 9 Provides a shortcode to list all installed Plugins in an article or page. … … 33 33 34 34 == Changelog == 35 = 2.1 = 36 * (02. 01. 2012) 37 * Ready for WordPress 3.5 35 38 36 = 2.0.3 (06.06.2012) = 39 = 2.0.3 = 40 * (06.06.2012) 37 41 * Fixed CSS load. Now it will only be loaded on frontend view. 38 42 39 = 2.0.2 (09.11.2011) = 43 = 2.0.2 = 44 * (09.11.2011) 40 45 * Ready for WordPress 3.3 41 46 42 = 2.0.1 (24.01.2011) = 47 = 2.0.1 = 48 * (24.01.2011) 43 49 * Add: german translation 44 50 45 = 2.0.0 (24.01.2011) = 51 = 2.0.0 = 52 * (24.01.2011) 46 53 * New: Shortcode supports now options to seperate to show all, active or inactive plugins. 47 54 -
wp-list-plugins/trunk/wp-list-plugins.php
r553781 r646965 6 6 * Author: H.-Peter Pfeufer 7 7 * Author URI: http://ppfeufer.de 8 * Version: 2. 0.38 * Version: 2.1 9 9 */ 10 10 11 define('WPLISTPLUGINS_VERSION', '2. 0.3');11 define('WPLISTPLUGINS_VERSION', '2.1'); 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.