Plugin Directory

Changeset 1316633


Ignore:
Timestamp:
12/26/2015 10:50:26 PM (10 years ago)
Author:
LinSoftware
Message:

tagging version 1.1.6

Location:
check-amazon-link/tags/1.1.6
Files:
14 copied

Legend:

Unmodified
Added
Removed
  • check-amazon-link/tags/1.1.6/AZLC_HTMLParser.php

    r1316631 r1316633  
    5555                // handle Amazon Short Links urls
    5656                // this is commented out due to concerns over violating Amazon's TOS
    57                 // it would be nice to be able to check shortcodes
     57                // it would be nice to be able to check short links
    5858                // so if you're reading this and have any thoughts, send them to the author's email
    5959                //if ( stripos( $url_parts['host'], "amzn.to" ) !== false && $this->supports_curl ) {
  • check-amazon-link/tags/1.1.6/amazon-link-checker.php

    r1309405 r1316633  
    44 * Plugin URI: http://www.linsoftware.com/amazon-link-checker/
    55 * 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.5
     6 * Version: 1.1.6
    77 * Author: Linnea Wilhelm, Lin Software
    88 * Author URI: http://www.linsoftware.com
     
    3434
    3535// keep track of plugin version
    36 define( 'AZLC_VERSION_NUM', '1.1.5' );
     36define( 'AZLC_VERSION_NUM', '1.1.6' );
    3737// add_option only adds the option if it does not already exist
    3838// when updating, run update code and then update_option
  • check-amazon-link/tags/1.1.6/readme.txt

    r1316631 r1316633  
    77Requires at least: 3.9
    88Tested up to: 4.4
    9 Stable tag: 1.1.5
     9Stable tag: 1.1.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
     103= 1.1.6 =
     104
     105* Removed support for Amazon short links (amzn.to).
     106
    103107= 1.1.5 =
    104108
     
    170174== Upgrade Notice ==
    171175
     176= 1.1.6 =
     177
     178* Removed support for Amazon short links (amzn.to).
     179
    172180= 1.1.5 =
    173181
Note: See TracChangeset for help on using the changeset viewer.