Changeset 587056
- Timestamp:
- 08/18/2012 04:44:00 AM (14 years ago)
- Location:
- dynamics-sidebars
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.5 (copied) (copied from dynamics-sidebars/trunk)
-
tags/1.0.5/dynamics-sidebars.php (modified) (1 diff)
-
tags/1.0.5/readme.txt (modified) (3 diffs)
-
tags/1.0.5/uninstall.php (modified) (1 diff)
-
trunk/dynamics-sidebars.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dynamics-sidebars/tags/1.0.5/dynamics-sidebars.php
r571522 r587056 7 7 * Author Name: Alysson Bortoli 8 8 * Author URI: http://twitter.com/akbortoli 9 * Version: 1.0. 49 * Version: 1.0.5 10 10 * License: GPLv2 or later 11 11 */ -
dynamics-sidebars/tags/1.0.5/readme.txt
r571522 r587056 5 5 Requires at least: 3.0 6 6 Tested up to: 3.4.1 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 137 137 138 138 == Changelog == 139 140 = 1.0.5 = 141 142 * Fixed issue when trying to uninstall the plugin. 139 143 140 144 = 1.0.4 = … … 206 210 == Upgrade Notice == 207 211 208 Fixed issue where sidebar is not registered212 Fixed bug where users could not uninstall the plugin. 209 213 210 214 == Internationalization (i18n) == -
dynamics-sidebars/tags/1.0.5/uninstall.php
r571073 r587056 5 5 wp_die(); 6 6 7 global $wpdb; 8 7 9 $query = $wpdb->prepare( "DELETE FROM $wpdb->postmeta WHERE meta_key = %s", 'dynamic_sidebar' ); 8 10 $wpdb->query( $query ); -
dynamics-sidebars/trunk/dynamics-sidebars.php
r571522 r587056 7 7 * Author Name: Alysson Bortoli 8 8 * Author URI: http://twitter.com/akbortoli 9 * Version: 1.0. 49 * Version: 1.0.5 10 10 * License: GPLv2 or later 11 11 */ -
dynamics-sidebars/trunk/readme.txt
r571522 r587056 5 5 Requires at least: 3.0 6 6 Tested up to: 3.4.1 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 137 137 138 138 == Changelog == 139 140 = 1.0.5 = 141 142 * Fixed issue when trying to uninstall the plugin. 139 143 140 144 = 1.0.4 = … … 206 210 == Upgrade Notice == 207 211 208 Fixed issue where sidebar is not registered212 Fixed bug where users could not uninstall the plugin. 209 213 210 214 == Internationalization (i18n) == -
dynamics-sidebars/trunk/uninstall.php
r571073 r587056 5 5 wp_die(); 6 6 7 global $wpdb; 8 7 9 $query = $wpdb->prepare( "DELETE FROM $wpdb->postmeta WHERE meta_key = %s", 'dynamic_sidebar' ); 8 10 $wpdb->query( $query );
Note: See TracChangeset
for help on using the changeset viewer.