Changeset 716339
- Timestamp:
- 05/22/2013 02:20:38 AM (13 years ago)
- Location:
- lazy-pinner
- Files:
-
- 1 added
- 2 edited
- 4 copied
-
tags/2.1.3 (added)
-
tags/2.1.3/images (copied) (copied from lazy-pinner/trunk/images)
-
tags/2.1.3/includes (copied) (copied from lazy-pinner/trunk/includes)
-
tags/2.1.3/lazypinner.php (copied) (copied from lazy-pinner/trunk/lazypinner.php) (2 diffs)
-
tags/2.1.3/readme.txt (copied) (copied from lazy-pinner/trunk/readme.txt) (2 diffs)
-
trunk/lazypinner.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazy-pinner/tags/2.1.3/lazypinner.php
r716338 r716339 4 4 Plugin URI: http://www.biofects.com 5 5 Description: This plugin automatically post your image and title to pineterst on Publish or Save 6 Version: 2.1. 26 Version: 2.1.3 7 7 Author: Lee Thompson and Nick Westerlund 8 8 Author URI: http://www.biofects.com … … 83 83 $sql1 = "DROP TABLE IF EXISTS $table1"; 84 84 $sql2 = "DROP TABLE IF EXISTS $table2"; 85 dbDelta($sql1);86 dbDelta($sql2);85 $wpdb->query($sql1); 86 $wpdb->query(($sql2); 87 87 } 88 88 register_uninstall_hook( __FILE__, 'LazyPinnerUninstall' ); -
lazy-pinner/tags/2.1.3/readme.txt
r716338 r716339 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 2.1. 27 Stable tag: 2.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 63 63 = 2.1.2 = 64 64 Added the new file I forgot 65 66 = 2.1.3 = 67 Fixed plugin delete -
lazy-pinner/trunk/lazypinner.php
r716338 r716339 4 4 Plugin URI: http://www.biofects.com 5 5 Description: This plugin automatically post your image and title to pineterst on Publish or Save 6 Version: 2.1. 26 Version: 2.1.3 7 7 Author: Lee Thompson and Nick Westerlund 8 8 Author URI: http://www.biofects.com … … 83 83 $sql1 = "DROP TABLE IF EXISTS $table1"; 84 84 $sql2 = "DROP TABLE IF EXISTS $table2"; 85 dbDelta($sql1);86 dbDelta($sql2);85 $wpdb->query($sql1); 86 $wpdb->query(($sql2); 87 87 } 88 88 register_uninstall_hook( __FILE__, 'LazyPinnerUninstall' ); -
lazy-pinner/trunk/readme.txt
r716338 r716339 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 2.1. 27 Stable tag: 2.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 63 63 = 2.1.2 = 64 64 Added the new file I forgot 65 66 = 2.1.3 = 67 Fixed plugin delete
Note: See TracChangeset
for help on using the changeset viewer.