Changeset 797685
- Timestamp:
- 11/02/2013 12:17:01 PM (12 years ago)
- Location:
- wp-list-plugins
- Files:
-
- 4 edited
- 1 copied
-
tags/2.2 (copied) (copied from wp-list-plugins/trunk)
-
tags/2.2/readme.txt (modified) (2 diffs)
-
tags/2.2/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.2/readme.txt
r646965 r797685 4 4 Tags: plugins, list 5 5 Requires at least: 3.1 6 Tested up to: 3. 57 Stable tag: 2. 16 Tested up to: 3.8-alpha 7 Stable tag: 2.2 8 8 9 9 Provides a shortcode to list all installed Plugins in an article or page. … … 33 33 34 34 == Changelog == 35 = 2.2 = 36 * (02. November 2012) 37 * Tested up to WordPress 3.8-alpha 38 35 39 = 2.1 = 36 40 * (02. 01. 2012) -
wp-list-plugins/tags/2.2/wp-list-plugins.php
r646965 r797685 6 6 * Author: H.-Peter Pfeufer 7 7 * Author URI: http://ppfeufer.de 8 * Version: 2. 18 * Version: 2.2 9 9 */ 10 10 11 define('WPLISTPLUGINS_VERSION', '2. 1');11 define('WPLISTPLUGINS_VERSION', '2.2'); 12 12 13 13 -
wp-list-plugins/trunk/readme.txt
r646965 r797685 4 4 Tags: plugins, list 5 5 Requires at least: 3.1 6 Tested up to: 3. 57 Stable tag: 2. 16 Tested up to: 3.8-alpha 7 Stable tag: 2.2 8 8 9 9 Provides a shortcode to list all installed Plugins in an article or page. … … 33 33 34 34 == Changelog == 35 = 2.2 = 36 * (02. November 2012) 37 * Tested up to WordPress 3.8-alpha 38 35 39 = 2.1 = 36 40 * (02. 01. 2012) -
wp-list-plugins/trunk/wp-list-plugins.php
r646965 r797685 6 6 * Author: H.-Peter Pfeufer 7 7 * Author URI: http://ppfeufer.de 8 * Version: 2. 18 * Version: 2.2 9 9 */ 10 10 11 define('WPLISTPLUGINS_VERSION', '2. 1');11 define('WPLISTPLUGINS_VERSION', '2.2'); 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.