Changeset 1331597
- Timestamp:
- 01/19/2016 08:50:43 PM (10 years ago)
- Location:
- check-amazon-link
- Files:
-
- 2 edited
- 14 copied
-
tags/1.1.8 (copied) (copied from check-amazon-link/trunk)
-
tags/1.1.8/AZLC_HTMLParser.php (copied) (copied from check-amazon-link/trunk/AZLC_HTMLParser.php)
-
tags/1.1.8/AZLC_LinkInstance.php (copied) (copied from check-amazon-link/trunk/AZLC_LinkInstance.php)
-
tags/1.1.8/AZLC_Logger.php (copied) (copied from check-amazon-link/trunk/AZLC_Logger.php)
-
tags/1.1.8/AZLC_Utility.php (copied) (copied from check-amazon-link/trunk/AZLC_Utility.php)
-
tags/1.1.8/AmazonLinkCheckerDatabase.php (copied) (copied from check-amazon-link/trunk/AmazonLinkCheckerDatabase.php)
-
tags/1.1.8/AzWorker.php (copied) (copied from check-amazon-link/trunk/AzWorker.php)
-
tags/1.1.8/amazon-link-checker.php (copied) (copied from check-amazon-link/trunk/amazon-link-checker.php) (2 diffs)
-
tags/1.1.8/aws_signed_request.php (copied) (copied from check-amazon-link/trunk/aws_signed_request.php)
-
tags/1.1.8/js/azlc_bg.js (copied) (copied from check-amazon-link/trunk/js/azlc_bg.js)
-
tags/1.1.8/linsoftware_quality_control.php (copied) (copied from check-amazon-link/trunk/linsoftware_quality_control.php)
-
tags/1.1.8/linsqc.js (copied) (copied from check-amazon-link/trunk/linsqc.js)
-
tags/1.1.8/readme.txt (copied) (copied from check-amazon-link/trunk/readme.txt) (3 diffs)
-
tags/1.1.8/uninstall.php (copied) (copied from check-amazon-link/trunk/uninstall.php)
-
trunk/amazon-link-checker.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
check-amazon-link/tags/1.1.8/amazon-link-checker.php
r1330204 r1331597 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. 76 * Version: 1.1.8 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. 7' );36 define( 'AZLC_VERSION_NUM', '1.1.8' ); 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.8/readme.txt
r1330207 r1331597 7 7 Requires at least: 3.9 8 8 Tested up to: 4.4 9 Stable tag: 1.1. 79 Stable tag: 1.1.8 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.8 = 104 105 * Feature added: Support for single product links generated with the Wordpress Plugin EasyAzon. 106 * Feature added: Support for older style Amazon links (those using the obidos system). 107 * Bug Fix: Parser was finding Amazon links that don't point to a specific product. 108 103 109 = 1.1.7 = 104 110 … … 178 184 == Upgrade Notice == 179 185 186 = 1.1.8 = 187 188 * Feature added: Support for single product links generated with the Wordpress Plugin EasyAzon. 189 * Feature added: Support for older style Amazon links (those using the obidos system). 190 * Bug Fix: Parser was finding Amazon links that don't point to a specific product. 191 180 192 = 1.1.7 = 181 193 -
check-amazon-link/trunk/amazon-link-checker.php
r1330204 r1331597 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. 76 * Version: 1.1.8 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. 7' );36 define( 'AZLC_VERSION_NUM', '1.1.8' ); 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/trunk/readme.txt
r1330207 r1331597 7 7 Requires at least: 3.9 8 8 Tested up to: 4.4 9 Stable tag: 1.1. 79 Stable tag: 1.1.8 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.8 = 104 105 * Feature added: Support for single product links generated with the Wordpress Plugin EasyAzon. 106 * Feature added: Support for older style Amazon links (those using the obidos system). 107 * Bug Fix: Parser was finding Amazon links that don't point to a specific product. 108 103 109 = 1.1.7 = 104 110 … … 178 184 == Upgrade Notice == 179 185 186 = 1.1.8 = 187 188 * Feature added: Support for single product links generated with the Wordpress Plugin EasyAzon. 189 * Feature added: Support for older style Amazon links (those using the obidos system). 190 * Bug Fix: Parser was finding Amazon links that don't point to a specific product. 191 180 192 = 1.1.7 = 181 193
Note: See TracChangeset
for help on using the changeset viewer.