Plugin Directory

Changeset 1309405


Ignore:
Timestamp:
12/15/2015 09:30:28 PM (10 years ago)
Author:
LinSoftware
Message:

tagging version 1.1.5

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

Legend:

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

    r1309402 r1309405  
    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.4
     6 * Version: 1.1.5
    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.4' );
     36define( 'AZLC_VERSION_NUM', '1.1.5' );
    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.5/readme.txt

    r1291735 r1309405  
    77Requires at least: 3.9
    88Tested up to: 4.4
    9 Stable tag: 1.1.4
     9Stable tag: 1.1.5
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 1.1.5 =
     105
     106* Minor change to options page.
     107
    104108= 1.1.4 =
    105109
     
    167171== Upgrade Notice ==
    168172
     173= 1.1.5 =
     174
     175* Minor change to options page.
     176
    169177= 1.1.4 =
    170178
  • check-amazon-link/trunk/amazon-link-checker.php

    r1309402 r1309405  
    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.4
     6 * Version: 1.1.5
    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.4' );
     36define( 'AZLC_VERSION_NUM', '1.1.5' );
    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

    r1291735 r1309405  
    77Requires at least: 3.9
    88Tested up to: 4.4
    9 Stable tag: 1.1.4
     9Stable tag: 1.1.5
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 1.1.5 =
     105
     106* Minor change to options page.
     107
    104108= 1.1.4 =
    105109
     
    167171== Upgrade Notice ==
    168172
     173= 1.1.5 =
     174
     175* Minor change to options page.
     176
    169177= 1.1.4 =
    170178
Note: See TracChangeset for help on using the changeset viewer.