Changeset 1274950
- Timestamp:
- 10/28/2015 11:19:52 PM (10 years ago)
- Location:
- check-amazon-link
- Files:
-
- 3 edited
- 14 copied
-
tags/1.1.2 (copied) (copied from check-amazon-link/trunk)
-
tags/1.1.2/AZLC_HTMLParser.php (copied) (copied from check-amazon-link/trunk/AZLC_HTMLParser.php)
-
tags/1.1.2/AZLC_LinkInstance.php (copied) (copied from check-amazon-link/trunk/AZLC_LinkInstance.php)
-
tags/1.1.2/AZLC_Logger.php (copied) (copied from check-amazon-link/trunk/AZLC_Logger.php)
-
tags/1.1.2/AZLC_Utility.php (copied) (copied from check-amazon-link/trunk/AZLC_Utility.php)
-
tags/1.1.2/AmazonLinkCheckerDatabase.php (copied) (copied from check-amazon-link/trunk/AmazonLinkCheckerDatabase.php)
-
tags/1.1.2/AzWorker.php (copied) (copied from check-amazon-link/trunk/AzWorker.php)
-
tags/1.1.2/amazon-link-checker.php (copied) (copied from check-amazon-link/trunk/amazon-link-checker.php) (2 diffs)
-
tags/1.1.2/aws_signed_request.php (copied) (copied from check-amazon-link/trunk/aws_signed_request.php)
-
tags/1.1.2/js/azlc_bg.js (copied) (copied from check-amazon-link/trunk/js/azlc_bg.js) (1 diff)
-
tags/1.1.2/linsoftware_quality_control.php (copied) (copied from check-amazon-link/trunk/linsoftware_quality_control.php)
-
tags/1.1.2/linsqc.js (copied) (copied from check-amazon-link/trunk/linsqc.js)
-
tags/1.1.2/readme.txt (copied) (copied from check-amazon-link/trunk/readme.txt) (3 diffs)
-
tags/1.1.2/uninstall.php (copied) (copied from check-amazon-link/trunk/uninstall.php)
-
trunk/amazon-link-checker.php (modified) (2 diffs)
-
trunk/js/azlc_bg.js (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
check-amazon-link/tags/1.1.2/amazon-link-checker.php
r1274943 r1274950 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. 16 * Version: 1.1.2 7 7 * Author: Linnea Wilhelm, Lin Software 8 8 * Author URI: http://www.linsoftware.com … … 1179 1179 <p>If you have already filled in <A href="options-general.php?page=amazon_link_checker_menu_settings">the 1180 1180 options</A>, then this plugin will automatically search your blog for links and check them in the 1181 background. This plugin is designed to use low resources. 1181 background. This plugin is designed to use low resources. 1182 1182 If you just installed this plugin, you may want to come back in a few hours to check its progress. 1183 1183 Also, the look-ups are limited to once per day per product to keep resources low. We are working on a -
check-amazon-link/tags/1.1.2/js/azlc_bg.js
r1259268 r1274950 1 // azlc version 1.1. 01 // azlc version 1.1.2 2 2 jQuery(document).ready(function () { 3 3 var -
check-amazon-link/tags/1.1.2/readme.txt
r1272405 r1274950 7 7 Requires at least: 3.9 8 8 Tested up to: 4.3 9 Stable tag: 1.1. 19 Stable tag: 1.1.2 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 102 102 == Changelog == 103 103 104 = 1.1.2 = 105 106 * Improved Lookup Speed by up to 10x 107 104 108 = 1.1.1 = 105 109 … … 155 159 == Upgrade Notice == 156 160 161 = 1.1.2 = 162 163 * Improved Lookup Speed by up to 10x 164 157 165 = 1.1.1 = 158 166 -
check-amazon-link/trunk/amazon-link-checker.php
r1274943 r1274950 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. 16 * Version: 1.1.2 7 7 * Author: Linnea Wilhelm, Lin Software 8 8 * Author URI: http://www.linsoftware.com … … 1179 1179 <p>If you have already filled in <A href="options-general.php?page=amazon_link_checker_menu_settings">the 1180 1180 options</A>, then this plugin will automatically search your blog for links and check them in the 1181 background. This plugin is designed to use low resources. 1181 background. This plugin is designed to use low resources. 1182 1182 If you just installed this plugin, you may want to come back in a few hours to check its progress. 1183 1183 Also, the look-ups are limited to once per day per product to keep resources low. We are working on a -
check-amazon-link/trunk/js/azlc_bg.js
r1259268 r1274950 1 // azlc version 1.1. 01 // azlc version 1.1.2 2 2 jQuery(document).ready(function () { 3 3 var -
check-amazon-link/trunk/readme.txt
r1272405 r1274950 7 7 Requires at least: 3.9 8 8 Tested up to: 4.3 9 Stable tag: 1.1. 19 Stable tag: 1.1.2 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 102 102 == Changelog == 103 103 104 = 1.1.2 = 105 106 * Improved Lookup Speed by up to 10x 107 104 108 = 1.1.1 = 105 109 … … 155 159 == Upgrade Notice == 156 160 161 = 1.1.2 = 162 163 * Improved Lookup Speed by up to 10x 164 157 165 = 1.1.1 = 158 166
Note: See TracChangeset
for help on using the changeset viewer.