Changeset 716341
- Timestamp:
- 05/22/2013 02:28:37 AM (13 years ago)
- Location:
- lazy-pinner
- Files:
-
- 1 added
- 2 edited
- 4 copied
-
tags/2.1.4 (added)
-
tags/2.1.4/images (copied) (copied from lazy-pinner/trunk/images)
-
tags/2.1.4/includes (copied) (copied from lazy-pinner/trunk/includes)
-
tags/2.1.4/lazypinner.php (copied) (copied from lazy-pinner/trunk/lazypinner.php) (2 diffs)
-
tags/2.1.4/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.4/lazypinner.php
r716339 r716341 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. 36 Version: 2.1.4 7 7 Author: Lee Thompson and Nick Westerlund 8 8 Author URI: http://www.biofects.com … … 84 84 $sql2 = "DROP TABLE IF EXISTS $table2"; 85 85 $wpdb->query($sql1); 86 $wpdb->query( ($sql2);86 $wpdb->query($sql2); 87 87 } 88 88 register_uninstall_hook( __FILE__, 'LazyPinnerUninstall' ); -
lazy-pinner/tags/2.1.4/readme.txt
r716339 r716341 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 2.1. 37 Stable tag: 2.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 66 66 = 2.1.3 = 67 67 Fixed plugin delete 68 69 = 2.1.4 = 70 Forgot to save new file -
lazy-pinner/trunk/lazypinner.php
r716339 r716341 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. 36 Version: 2.1.4 7 7 Author: Lee Thompson and Nick Westerlund 8 8 Author URI: http://www.biofects.com … … 84 84 $sql2 = "DROP TABLE IF EXISTS $table2"; 85 85 $wpdb->query($sql1); 86 $wpdb->query( ($sql2);86 $wpdb->query($sql2); 87 87 } 88 88 register_uninstall_hook( __FILE__, 'LazyPinnerUninstall' ); -
lazy-pinner/trunk/readme.txt
r716339 r716341 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 2.1. 37 Stable tag: 2.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 66 66 = 2.1.3 = 67 67 Fixed plugin delete 68 69 = 2.1.4 = 70 Forgot to save new file
Note: See TracChangeset
for help on using the changeset viewer.