Changeset 716328
- Timestamp:
- 05/22/2013 02:01:38 AM (13 years ago)
- Location:
- lazy-pinner
- Files:
-
- 1 added
- 3 edited
- 8 copied
-
tags/2.1.1 (added)
-
tags/2.1.1/images (copied) (copied from lazy-pinner/trunk/images)
-
tags/2.1.1/images/url.png (copied) (copied from lazy-pinner/trunk/images/url.png)
-
tags/2.1.1/includes (copied) (copied from lazy-pinner/trunk/includes)
-
tags/2.1.1/includes/admin.php (copied) (copied from lazy-pinner/trunk/includes/admin.php) (1 diff)
-
tags/2.1.1/includes/log.php (copied) (copied from lazy-pinner/trunk/includes/log.php)
-
tags/2.1.1/includes/pinit.php (copied) (copied from lazy-pinner/trunk/includes/pinit.php)
-
tags/2.1.1/lazypinner.php (copied) (copied from lazy-pinner/trunk/lazypinner.php) (2 diffs)
-
tags/2.1.1/readme.txt (copied) (copied from lazy-pinner/trunk/readme.txt) (2 diffs)
-
trunk/includes/admin.php (modified) (1 diff)
-
trunk/lazypinner.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazy-pinner/tags/2.1.1/includes/admin.php
r714191 r716328 225 225 draw_form(); 226 226 }else{ 227 $wpdb->show_errors();228 227 $table = $wpdb->prefix . 'lazy_pinner_user'; 229 228 $sql = $wpdb->query("UPDATE $table set email = '$lzemailvar', password = '$lzpassvar', passkey = '$lzpasskeyvar', board = '$lzboardvar', board_user = '$lzboarduservar', board_id = $lzboardidvar"); -
lazy-pinner/tags/2.1.1/lazypinner.php
r715246 r716328 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 6 Version: 2.1.1 7 7 Author: Lee Thompson and Nick Westerlund 8 8 Author URI: http://www.biofects.com … … 46 46 47 47 $sql2 = "CREATE TABLE " . $table2 ." ( 48 pinner_date TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,48 pinner_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, 49 49 pinner_postid int(11) NOT NULL, 50 50 pinner_comment varchar(255) NOT NULL DEFAULT '' -
lazy-pinner/tags/2.1.1/readme.txt
r715246 r716328 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 2.1 7 Stable tag: 2.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 = 2.1 = 58 58 I have made the pinner find the first image attached if no featured image is set, this removes the need to posts to have featured image. 59 60 = 2.1.1 = 61 Added uninstall function to remove tables and options this plugin creates -
lazy-pinner/trunk/includes/admin.php
r714191 r716328 225 225 draw_form(); 226 226 }else{ 227 $wpdb->show_errors();228 227 $table = $wpdb->prefix . 'lazy_pinner_user'; 229 228 $sql = $wpdb->query("UPDATE $table set email = '$lzemailvar', password = '$lzpassvar', passkey = '$lzpasskeyvar', board = '$lzboardvar', board_user = '$lzboarduservar', board_id = $lzboardidvar"); -
lazy-pinner/trunk/lazypinner.php
r715246 r716328 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 6 Version: 2.1.1 7 7 Author: Lee Thompson and Nick Westerlund 8 8 Author URI: http://www.biofects.com … … 46 46 47 47 $sql2 = "CREATE TABLE " . $table2 ." ( 48 pinner_date TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,48 pinner_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, 49 49 pinner_postid int(11) NOT NULL, 50 50 pinner_comment varchar(255) NOT NULL DEFAULT '' -
lazy-pinner/trunk/readme.txt
r715246 r716328 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 2.1 7 Stable tag: 2.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 = 2.1 = 58 58 I have made the pinner find the first image attached if no featured image is set, this removes the need to posts to have featured image. 59 60 = 2.1.1 = 61 Added uninstall function to remove tables and options this plugin creates
Note: See TracChangeset
for help on using the changeset viewer.