Changeset 1316633
- Timestamp:
- 12/26/2015 10:50:26 PM (10 years ago)
- Location:
- check-amazon-link/tags/1.1.6
- Files:
-
- 14 copied
-
. (copied) (copied from check-amazon-link/trunk)
-
AZLC_HTMLParser.php (copied) (copied from check-amazon-link/trunk/AZLC_HTMLParser.php) (1 diff)
-
AZLC_LinkInstance.php (copied) (copied from check-amazon-link/trunk/AZLC_LinkInstance.php)
-
AZLC_Logger.php (copied) (copied from check-amazon-link/trunk/AZLC_Logger.php)
-
AZLC_Utility.php (copied) (copied from check-amazon-link/trunk/AZLC_Utility.php)
-
AmazonLinkCheckerDatabase.php (copied) (copied from check-amazon-link/trunk/AmazonLinkCheckerDatabase.php)
-
AzWorker.php (copied) (copied from check-amazon-link/trunk/AzWorker.php)
-
amazon-link-checker.php (copied) (copied from check-amazon-link/trunk/amazon-link-checker.php) (2 diffs)
-
aws_signed_request.php (copied) (copied from check-amazon-link/trunk/aws_signed_request.php)
-
js/azlc_bg.js (copied) (copied from check-amazon-link/trunk/js/azlc_bg.js)
-
linsoftware_quality_control.php (copied) (copied from check-amazon-link/trunk/linsoftware_quality_control.php)
-
linsqc.js (copied) (copied from check-amazon-link/trunk/linsqc.js)
-
readme.txt (copied) (copied from check-amazon-link/trunk/readme.txt) (3 diffs)
-
uninstall.php (copied) (copied from check-amazon-link/trunk/uninstall.php)
Legend:
- Unmodified
- Added
- Removed
-
check-amazon-link/tags/1.1.6/AZLC_HTMLParser.php
r1316631 r1316633 55 55 // handle Amazon Short Links urls 56 56 // this is commented out due to concerns over violating Amazon's TOS 57 // it would be nice to be able to check short codes57 // it would be nice to be able to check short links 58 58 // so if you're reading this and have any thoughts, send them to the author's email 59 59 //if ( stripos( $url_parts['host'], "amzn.to" ) !== false && $this->supports_curl ) { -
check-amazon-link/tags/1.1.6/amazon-link-checker.php
r1309405 r1316633 4 4 * Plugin URI: http://www.linsoftware.com/amazon-link-checker/ 5 5 * Description: Checks Amazon links to see if products are in stock. Displays a table of all your Amazon links. Notifies you by email about out-of-stock products. 6 * Version: 1.1. 56 * Version: 1.1.6 7 7 * Author: Linnea Wilhelm, Lin Software 8 8 * Author URI: http://www.linsoftware.com … … 34 34 35 35 // keep track of plugin version 36 define( 'AZLC_VERSION_NUM', '1.1. 5' );36 define( 'AZLC_VERSION_NUM', '1.1.6' ); 37 37 // add_option only adds the option if it does not already exist 38 38 // when updating, run update code and then update_option -
check-amazon-link/tags/1.1.6/readme.txt
r1316631 r1316633 7 7 Requires at least: 3.9 8 8 Tested up to: 4.4 9 Stable tag: 1.1. 59 Stable tag: 1.1.6 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 == Changelog == 102 102 103 = 1.1.6 = 104 105 * Removed support for Amazon short links (amzn.to). 106 103 107 = 1.1.5 = 104 108 … … 170 174 == Upgrade Notice == 171 175 176 = 1.1.6 = 177 178 * Removed support for Amazon short links (amzn.to). 179 172 180 = 1.1.5 = 173 181
Note: See TracChangeset
for help on using the changeset viewer.