Plugin Directory

Changeset 797685


Ignore:
Timestamp:
11/02/2013 12:17:01 PM (12 years ago)
Author:
ppfeufer
Message:

Version 2.2
Tested up to WP 3.8-alpha

Location:
wp-list-plugins
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-list-plugins/tags/2.2/readme.txt

    r646965 r797685  
    44Tags: plugins, list
    55Requires at least: 3.1
    6 Tested up to: 3.5
    7 Stable tag: 2.1
     6Tested up to: 3.8-alpha
     7Stable tag: 2.2
    88
    99Provides a shortcode to list all installed Plugins in an article or page.
     
    3333
    3434== Changelog ==
     35= 2.2 =
     36* (02. November 2012)
     37* Tested up to WordPress 3.8-alpha
     38
    3539= 2.1 =
    3640* (02. 01. 2012)
  • wp-list-plugins/tags/2.2/wp-list-plugins.php

    r646965 r797685  
    66 * Author: H.-Peter Pfeufer
    77 * Author URI: http://ppfeufer.de
    8  * Version: 2.1
     8 * Version: 2.2
    99 */
    1010
    11 define('WPLISTPLUGINS_VERSION', '2.1');
     11define('WPLISTPLUGINS_VERSION', '2.2');
    1212
    1313
  • wp-list-plugins/trunk/readme.txt

    r646965 r797685  
    44Tags: plugins, list
    55Requires at least: 3.1
    6 Tested up to: 3.5
    7 Stable tag: 2.1
     6Tested up to: 3.8-alpha
     7Stable tag: 2.2
    88
    99Provides a shortcode to list all installed Plugins in an article or page.
     
    3333
    3434== Changelog ==
     35= 2.2 =
     36* (02. November 2012)
     37* Tested up to WordPress 3.8-alpha
     38
    3539= 2.1 =
    3640* (02. 01. 2012)
  • wp-list-plugins/trunk/wp-list-plugins.php

    r646965 r797685  
    66 * Author: H.-Peter Pfeufer
    77 * Author URI: http://ppfeufer.de
    8  * Version: 2.1
     8 * Version: 2.2
    99 */
    1010
    11 define('WPLISTPLUGINS_VERSION', '2.1');
     11define('WPLISTPLUGINS_VERSION', '2.2');
    1212
    1313
Note: See TracChangeset for help on using the changeset viewer.