Plugin Directory

Changeset 646965


Ignore:
Timestamp:
01/02/2013 02:07:34 PM (13 years ago)
Author:
ppfeufer
Message:

v2.1
Ready for WordPress 3.5

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

Legend:

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

    r553781 r646965  
    44Tags: plugins, list
    55Requires at least: 3.1
    6 Tested up to: 3.3
    7 Stable tag: 2.0.3
     6Tested up to: 3.5
     7Stable tag: 2.1
    88
    99Provides a shortcode to list all installed Plugins in an article or page.
     
    3333
    3434== Changelog ==
     35= 2.1 =
     36* (02. 01. 2012)
     37* Ready for WordPress 3.5
    3538
    36 = 2.0.3 (06.06.2012) =
     39= 2.0.3 =
     40* (06.06.2012)
    3741* Fixed CSS load. Now it will only be loaded on frontend view.
    3842
    39 = 2.0.2 (09.11.2011) =
     43= 2.0.2 =
     44* (09.11.2011)
    4045* Ready for WordPress 3.3
    4146
    42 = 2.0.1 (24.01.2011) =
     47= 2.0.1 =
     48* (24.01.2011)
    4349* Add: german translation
    4450
    45 = 2.0.0 (24.01.2011) =
     51= 2.0.0 =
     52* (24.01.2011)
    4653* New: Shortcode supports now options to seperate to show all, active or inactive plugins.
    4754
  • wp-list-plugins/tags/2.1/wp-list-plugins.php

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

    r553781 r646965  
    44Tags: plugins, list
    55Requires at least: 3.1
    6 Tested up to: 3.3
    7 Stable tag: 2.0.3
     6Tested up to: 3.5
     7Stable tag: 2.1
    88
    99Provides a shortcode to list all installed Plugins in an article or page.
     
    3333
    3434== Changelog ==
     35= 2.1 =
     36* (02. 01. 2012)
     37* Ready for WordPress 3.5
    3538
    36 = 2.0.3 (06.06.2012) =
     39= 2.0.3 =
     40* (06.06.2012)
    3741* Fixed CSS load. Now it will only be loaded on frontend view.
    3842
    39 = 2.0.2 (09.11.2011) =
     43= 2.0.2 =
     44* (09.11.2011)
    4045* Ready for WordPress 3.3
    4146
    42 = 2.0.1 (24.01.2011) =
     47= 2.0.1 =
     48* (24.01.2011)
    4349* Add: german translation
    4450
    45 = 2.0.0 (24.01.2011) =
     51= 2.0.0 =
     52* (24.01.2011)
    4653* New: Shortcode supports now options to seperate to show all, active or inactive plugins.
    4754
  • wp-list-plugins/trunk/wp-list-plugins.php

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