Changeset 1330204
- Timestamp:
- 01/18/2016 01:04:23 AM (10 years ago)
- Location:
- check-amazon-link/trunk
- Files:
-
- 3 edited
-
amazon-link-checker.php (modified) (2 diffs)
-
linsoftware_quality_control.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
check-amazon-link/trunk/amazon-link-checker.php
r1309405 r1330204 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. 56 * Version: 1.1.7 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. 5' );36 define( 'AZLC_VERSION_NUM', '1.1.7' ); 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/linsoftware_quality_control.php
r1258421 r1330204 232 232 233 233 echo "Browser Info:" . PHP_EOL; 234 echo $_SERVER['HTTP_USER_AGENT']. PHP_EOL;234 echo filter_var($_SERVER['HTTP_USER_AGENT'], FILTER_SANITIZE_STRING) . PHP_EOL; 235 235 $browser = get_browser(null, true); 236 236 print_r($browser); -
check-amazon-link/trunk/readme.txt
r1316634 r1330204 7 7 Requires at least: 3.9 8 8 Tested up to: 4.4 9 Stable tag: 1.1. 69 Stable tag: 1.1.7 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.