Plugin Directory

Changeset 1339805


Ignore:
Timestamp:
01/30/2016 10:26:52 PM (10 years ago)
Author:
LinSoftware
Message:

tagging version 1.1.9

Location:
check-amazon-link
Files:
1 deleted
3 edited
2 copied

Legend:

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

    r1339801 r1339805  
    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.8
     6 * Version: 1.1.9
    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.8' );
     36define( 'AZLC_VERSION_NUM', '1.1.9' );
    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.9/readme.txt

    r1331597 r1339805  
    77Requires at least: 3.9
    88Tested up to: 4.4
    9 Stable tag: 1.1.8
     9Stable tag: 1.1.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
     103= 1.1.9 =
     104
     105* Fixed Error on Settings Page
     106
    103107= 1.1.8 =
    104108
     
    184188== Upgrade Notice ==
    185189
     190= 1.1.9 =
     191
     192* Fixed Error on Settings Page
     193
    186194= 1.1.8 =
    187195
  • check-amazon-link/trunk/amazon-link-checker.php

    r1339801 r1339805  
    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.8
     6 * Version: 1.1.9
    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.8' );
     36define( 'AZLC_VERSION_NUM', '1.1.9' );
    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

    r1331597 r1339805  
    77Requires at least: 3.9
    88Tested up to: 4.4
    9 Stable tag: 1.1.8
     9Stable tag: 1.1.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
     103= 1.1.9 =
     104
     105* Fixed Error on Settings Page
     106
    103107= 1.1.8 =
    104108
     
    184188== Upgrade Notice ==
    185189
     190= 1.1.9 =
     191
     192* Fixed Error on Settings Page
     193
    186194= 1.1.8 =
    187195
Note: See TracChangeset for help on using the changeset viewer.