Changeset 504331
- Timestamp:
- 02/13/2012 02:59:21 PM (14 years ago)
- Location:
- wordpress-reset
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from wordpress-reset/trunk)
-
tags/1.3.2/readme.txt (modified) (2 diffs)
-
tags/1.3.2/wordpress-reset.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wordpress-reset.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-reset/tags/1.3.2/readme.txt
r496816 r504331 5 5 Requires at least: 2.8 6 6 Tested up to: 3.3 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 9 9 Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database. … … 54 54 == Upgrade Notice == 55 55 56 = 1.3.2 = 57 Support PHP versions below 5.3.0, by not using lambda function creation in add_action for admin_notices 58 56 59 = 1.3.1 = 60 Fix sql query, so that _ isn't being used as a single character match 61 62 = 1.3 = 57 63 58 64 Fixes 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 59 65 60 66 == 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 61 70 62 71 = 1.3.1 (2012-01-29): = -
wordpress-reset/tags/1.3.2/wordpress-reset.php
r500283 r504331 5 5 Description: Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database. 6 6 Author: Matt Martz 7 Version: 1.3. 17 Version: 1.3.2 8 8 Author URI: http://sivel.net/ 9 9 -
wordpress-reset/trunk/readme.txt
r496816 r504331 5 5 Requires at least: 2.8 6 6 Tested up to: 3.3 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 9 9 Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database. … … 54 54 == Upgrade Notice == 55 55 56 = 1.3.2 = 57 Support PHP versions below 5.3.0, by not using lambda function creation in add_action for admin_notices 58 56 59 = 1.3.1 = 60 Fix sql query, so that _ isn't being used as a single character match 61 62 = 1.3 = 57 63 58 64 Fixes 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 59 65 60 66 == 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 61 70 62 71 = 1.3.1 (2012-01-29): = -
wordpress-reset/trunk/wordpress-reset.php
r500283 r504331 5 5 Description: Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database. 6 6 Author: Matt Martz 7 Version: 1.3. 17 Version: 1.3.2 8 8 Author URI: http://sivel.net/ 9 9
Note: See TracChangeset
for help on using the changeset viewer.