Changeset 1275809
- Timestamp:
- 10/29/2015 09:36:57 PM (10 years ago)
- Location:
- check-amazon-link
- Files:
-
- 2 edited
- 14 copied
-
tags/1.1.3 (copied) (copied from check-amazon-link/trunk)
-
tags/1.1.3/AZLC_HTMLParser.php (copied) (copied from check-amazon-link/trunk/AZLC_HTMLParser.php)
-
tags/1.1.3/AZLC_LinkInstance.php (copied) (copied from check-amazon-link/trunk/AZLC_LinkInstance.php)
-
tags/1.1.3/AZLC_Logger.php (copied) (copied from check-amazon-link/trunk/AZLC_Logger.php)
-
tags/1.1.3/AZLC_Utility.php (copied) (copied from check-amazon-link/trunk/AZLC_Utility.php)
-
tags/1.1.3/AmazonLinkCheckerDatabase.php (copied) (copied from check-amazon-link/trunk/AmazonLinkCheckerDatabase.php)
-
tags/1.1.3/AzWorker.php (copied) (copied from check-amazon-link/trunk/AzWorker.php)
-
tags/1.1.3/amazon-link-checker.php (copied) (copied from check-amazon-link/trunk/amazon-link-checker.php) (2 diffs)
-
tags/1.1.3/aws_signed_request.php (copied) (copied from check-amazon-link/trunk/aws_signed_request.php)
-
tags/1.1.3/js/azlc_bg.js (copied) (copied from check-amazon-link/trunk/js/azlc_bg.js)
-
tags/1.1.3/linsoftware_quality_control.php (copied) (copied from check-amazon-link/trunk/linsoftware_quality_control.php)
-
tags/1.1.3/linsqc.js (copied) (copied from check-amazon-link/trunk/linsqc.js)
-
tags/1.1.3/readme.txt (copied) (copied from check-amazon-link/trunk/readme.txt) (3 diffs)
-
tags/1.1.3/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.3/amazon-link-checker.php
r1275804 r1275809 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. 26 * Version: 1.1.3 7 7 * Author: Linnea Wilhelm, Lin Software 8 8 * Author URI: http://www.linsoftware.com … … 35 35 36 36 // keep track of plugin version 37 define( 'AZLC_VERSION_NUM', '1.1. 0' );37 define( 'AZLC_VERSION_NUM', '1.1.3' ); 38 38 // add_option only adds the option if it does not already exist 39 39 // when updating, run update code and then update_option -
check-amazon-link/tags/1.1.3/readme.txt
r1274950 r1275809 7 7 Requires at least: 3.9 8 8 Tested up to: 4.3 9 Stable tag: 1.1. 29 Stable tag: 1.1.3 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.3 = 105 106 * Improved Loading Speed of the Amazon Links Table 107 104 108 = 1.1.2 = 105 109 … … 159 163 == Upgrade Notice == 160 164 165 = 1.1.3 = 166 167 * Improved Loading Speed of the Amazon Links Table 168 161 169 = 1.1.2 = 162 170 -
check-amazon-link/trunk/amazon-link-checker.php
r1275804 r1275809 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. 26 * Version: 1.1.3 7 7 * Author: Linnea Wilhelm, Lin Software 8 8 * Author URI: http://www.linsoftware.com … … 35 35 36 36 // keep track of plugin version 37 define( 'AZLC_VERSION_NUM', '1.1. 0' );37 define( 'AZLC_VERSION_NUM', '1.1.3' ); 38 38 // add_option only adds the option if it does not already exist 39 39 // when updating, run update code and then update_option -
check-amazon-link/trunk/readme.txt
r1274950 r1275809 7 7 Requires at least: 3.9 8 8 Tested up to: 4.3 9 Stable tag: 1.1. 29 Stable tag: 1.1.3 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.3 = 105 106 * Improved Loading Speed of the Amazon Links Table 107 104 108 = 1.1.2 = 105 109 … … 159 163 == Upgrade Notice == 160 164 165 = 1.1.3 = 166 167 * Improved Loading Speed of the Amazon Links Table 168 161 169 = 1.1.2 = 162 170
Note: See TracChangeset
for help on using the changeset viewer.