Plugin Directory

Changeset 504331


Ignore:
Timestamp:
02/13/2012 02:59:21 PM (14 years ago)
Author:
sivel
Message:

Bump to version 1.3.2 and tag for release

Location:
wordpress-reset
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wordpress-reset/tags/1.3.2/readme.txt

    r496816 r504331  
    55Requires at least: 2.8
    66Tested up to: 3.3
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88
    99Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database.
     
    5454== Upgrade Notice ==
    5555
     56= 1.3.2 =
     57Support PHP versions below 5.3.0, by not using lambda function creation in add_action for admin_notices
     58
    5659= 1.3.1 =
     60Fix sql query, so that _ isn't being used as a single character match
     61
     62= 1.3 =
    5763
    5864Fixes a deprecated notice in WordPress 3.3, removed the $auto_reactivate variable, and look for REACTIVATE_WP_RESET to be defined in wp-config.php, as well as the ability to activate additional plugins using a global $reactivate_wp_reset_additional array defined in wp-config.php
    5965
    6066== Changelog ==
     67
     68= 1.3.2 (2012-02-13): =
     69* Support PHP versions below 5.3.0, by not using lambda function creation in add_action for admin_notices
    6170
    6271= 1.3.1 (2012-01-29): =
  • wordpress-reset/tags/1.3.2/wordpress-reset.php

    r500283 r504331  
    55Description: Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database.
    66Author: Matt Martz
    7 Version: 1.3.1
     7Version: 1.3.2
    88Author URI: http://sivel.net/
    99
  • wordpress-reset/trunk/readme.txt

    r496816 r504331  
    55Requires at least: 2.8
    66Tested up to: 3.3
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88
    99Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database.
     
    5454== Upgrade Notice ==
    5555
     56= 1.3.2 =
     57Support PHP versions below 5.3.0, by not using lambda function creation in add_action for admin_notices
     58
    5659= 1.3.1 =
     60Fix sql query, so that _ isn't being used as a single character match
     61
     62= 1.3 =
    5763
    5864Fixes a deprecated notice in WordPress 3.3, removed the $auto_reactivate variable, and look for REACTIVATE_WP_RESET to be defined in wp-config.php, as well as the ability to activate additional plugins using a global $reactivate_wp_reset_additional array defined in wp-config.php
    5965
    6066== Changelog ==
     67
     68= 1.3.2 (2012-02-13): =
     69* Support PHP versions below 5.3.0, by not using lambda function creation in add_action for admin_notices
    6170
    6271= 1.3.1 (2012-01-29): =
  • wordpress-reset/trunk/wordpress-reset.php

    r500283 r504331  
    55Description: Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database.
    66Author: Matt Martz
    7 Version: 1.3.1
     7Version: 1.3.2
    88Author URI: http://sivel.net/
    99
Note: See TracChangeset for help on using the changeset viewer.