Plugin Directory

Changeset 1331597


Ignore:
Timestamp:
01/19/2016 08:50:43 PM (10 years ago)
Author:
LinSoftware
Message:

tagging version 1.1.8

Location:
check-amazon-link
Files:
2 edited
14 copied

Legend:

Unmodified
Added
Removed
  • check-amazon-link/tags/1.1.8/amazon-link-checker.php

    r1330204 r1331597  
    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.7
     6 * Version: 1.1.8
    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.7' );
     36define( 'AZLC_VERSION_NUM', '1.1.8' );
    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.8/readme.txt

    r1330207 r1331597  
    77Requires at least: 3.9
    88Tested up to: 4.4
    9 Stable tag: 1.1.7
     9Stable tag: 1.1.8
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
     103= 1.1.8 =
     104
     105* Feature added: Support for single product links generated with the Wordpress Plugin EasyAzon.
     106* Feature added: Support for older style Amazon links (those using the obidos system).
     107* Bug Fix: Parser was finding Amazon links that don't point to a specific product.
     108
    103109= 1.1.7 =
    104110
     
    178184== Upgrade Notice ==
    179185
     186= 1.1.8 =
     187
     188* Feature added: Support for single product links generated with the Wordpress Plugin EasyAzon.
     189* Feature added: Support for older style Amazon links (those using the obidos system).
     190* Bug Fix: Parser was finding Amazon links that don't point to a specific product.
     191
    180192= 1.1.7 =
    181193
  • check-amazon-link/trunk/amazon-link-checker.php

    r1330204 r1331597  
    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.7
     6 * Version: 1.1.8
    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.7' );
     36define( 'AZLC_VERSION_NUM', '1.1.8' );
    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/trunk/readme.txt

    r1330207 r1331597  
    77Requires at least: 3.9
    88Tested up to: 4.4
    9 Stable tag: 1.1.7
     9Stable tag: 1.1.8
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
     103= 1.1.8 =
     104
     105* Feature added: Support for single product links generated with the Wordpress Plugin EasyAzon.
     106* Feature added: Support for older style Amazon links (those using the obidos system).
     107* Bug Fix: Parser was finding Amazon links that don't point to a specific product.
     108
    103109= 1.1.7 =
    104110
     
    178184== Upgrade Notice ==
    179185
     186= 1.1.8 =
     187
     188* Feature added: Support for single product links generated with the Wordpress Plugin EasyAzon.
     189* Feature added: Support for older style Amazon links (those using the obidos system).
     190* Bug Fix: Parser was finding Amazon links that don't point to a specific product.
     191
    180192= 1.1.7 =
    181193
Note: See TracChangeset for help on using the changeset viewer.