Changeset 1339805
- Timestamp:
- 01/30/2016 10:26:52 PM (10 years ago)
- Location:
- check-amazon-link
- Files:
-
- 1 deleted
- 3 edited
- 2 copied
-
tags/1.1.9 (copied) (copied from check-amazon-link/trunk)
-
tags/1.1.9/AzWorker.php~ (deleted)
-
tags/1.1.9/amazon-link-checker.php (copied) (copied from check-amazon-link/trunk/amazon-link-checker.php) (2 diffs)
-
tags/1.1.9/readme.txt (modified) (3 diffs)
-
trunk/amazon-link-checker.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
check-amazon-link/tags/1.1.9/amazon-link-checker.php
r1339801 r1339805 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. 86 * Version: 1.1.9 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. 8' );36 define( 'AZLC_VERSION_NUM', '1.1.9' ); 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.9/readme.txt
r1331597 r1339805 7 7 Requires at least: 3.9 8 8 Tested up to: 4.4 9 Stable tag: 1.1. 89 Stable tag: 1.1.9 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.9 = 104 105 * Fixed Error on Settings Page 106 103 107 = 1.1.8 = 104 108 … … 184 188 == Upgrade Notice == 185 189 190 = 1.1.9 = 191 192 * Fixed Error on Settings Page 193 186 194 = 1.1.8 = 187 195 -
check-amazon-link/trunk/amazon-link-checker.php
r1339801 r1339805 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. 86 * Version: 1.1.9 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. 8' );36 define( 'AZLC_VERSION_NUM', '1.1.9' ); 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
r1331597 r1339805 7 7 Requires at least: 3.9 8 8 Tested up to: 4.4 9 Stable tag: 1.1. 89 Stable tag: 1.1.9 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.9 = 104 105 * Fixed Error on Settings Page 106 103 107 = 1.1.8 = 104 108 … … 184 188 == Upgrade Notice == 185 189 190 = 1.1.9 = 191 192 * Fixed Error on Settings Page 193 186 194 = 1.1.8 = 187 195
Note: See TracChangeset
for help on using the changeset viewer.