Changeset 1309405
- Timestamp:
- 12/15/2015 09:30:28 PM (10 years ago)
- Location:
- check-amazon-link
- Files:
-
- 2 edited
- 14 copied
-
tags/1.1.5 (copied) (copied from check-amazon-link/trunk)
-
tags/1.1.5/AZLC_HTMLParser.php (copied) (copied from check-amazon-link/trunk/AZLC_HTMLParser.php)
-
tags/1.1.5/AZLC_LinkInstance.php (copied) (copied from check-amazon-link/trunk/AZLC_LinkInstance.php)
-
tags/1.1.5/AZLC_Logger.php (copied) (copied from check-amazon-link/trunk/AZLC_Logger.php)
-
tags/1.1.5/AZLC_Utility.php (copied) (copied from check-amazon-link/trunk/AZLC_Utility.php)
-
tags/1.1.5/AmazonLinkCheckerDatabase.php (copied) (copied from check-amazon-link/trunk/AmazonLinkCheckerDatabase.php)
-
tags/1.1.5/AzWorker.php (copied) (copied from check-amazon-link/trunk/AzWorker.php)
-
tags/1.1.5/amazon-link-checker.php (copied) (copied from check-amazon-link/trunk/amazon-link-checker.php) (2 diffs)
-
tags/1.1.5/aws_signed_request.php (copied) (copied from check-amazon-link/trunk/aws_signed_request.php)
-
tags/1.1.5/js/azlc_bg.js (copied) (copied from check-amazon-link/trunk/js/azlc_bg.js)
-
tags/1.1.5/linsoftware_quality_control.php (copied) (copied from check-amazon-link/trunk/linsoftware_quality_control.php)
-
tags/1.1.5/linsqc.js (copied) (copied from check-amazon-link/trunk/linsqc.js)
-
tags/1.1.5/readme.txt (copied) (copied from check-amazon-link/trunk/readme.txt) (3 diffs)
-
tags/1.1.5/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.5/amazon-link-checker.php
r1309402 r1309405 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. 46 * Version: 1.1.5 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. 4' );36 define( 'AZLC_VERSION_NUM', '1.1.5' ); 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.5/readme.txt
r1291735 r1309405 7 7 Requires at least: 3.9 8 8 Tested up to: 4.4 9 Stable tag: 1.1. 49 Stable tag: 1.1.5 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.5 = 105 106 * Minor change to options page. 107 104 108 = 1.1.4 = 105 109 … … 167 171 == Upgrade Notice == 168 172 173 = 1.1.5 = 174 175 * Minor change to options page. 176 169 177 = 1.1.4 = 170 178 -
check-amazon-link/trunk/amazon-link-checker.php
r1309402 r1309405 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. 46 * Version: 1.1.5 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. 4' );36 define( 'AZLC_VERSION_NUM', '1.1.5' ); 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
r1291735 r1309405 7 7 Requires at least: 3.9 8 8 Tested up to: 4.4 9 Stable tag: 1.1. 49 Stable tag: 1.1.5 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.5 = 105 106 * Minor change to options page. 107 104 108 = 1.1.4 = 105 109 … … 167 171 == Upgrade Notice == 168 172 173 = 1.1.5 = 174 175 * Minor change to options page. 176 169 177 = 1.1.4 = 170 178
Note: See TracChangeset
for help on using the changeset viewer.