Plugin Directory

Changeset 1275809


Ignore:
Timestamp:
10/29/2015 09:36:57 PM (10 years ago)
Author:
LinSoftware
Message:

tagging version 1.1.3

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

Legend:

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

    r1275804 r1275809  
    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.2
     6 * Version: 1.1.3
    77 * Author: Linnea Wilhelm, Lin Software
    88 * Author URI: http://www.linsoftware.com
     
    3535
    3636// keep track of plugin version
    37 define( 'AZLC_VERSION_NUM', '1.1.0' );
     37define( 'AZLC_VERSION_NUM', '1.1.3' );
    3838// add_option only adds the option if it does not already exist
    3939// when updating, run update code and then update_option
  • check-amazon-link/tags/1.1.3/readme.txt

    r1274950 r1275809  
    77Requires at least: 3.9
    88Tested up to: 4.3
    9 Stable tag: 1.1.2
     9Stable tag: 1.1.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 1.1.3 =
     105
     106* Improved Loading Speed of the Amazon Links Table
     107
    104108= 1.1.2 =
    105109
     
    159163== Upgrade Notice ==
    160164
     165= 1.1.3 =
     166
     167* Improved Loading Speed of the Amazon Links Table
     168
    161169= 1.1.2 =
    162170
  • check-amazon-link/trunk/amazon-link-checker.php

    r1275804 r1275809  
    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.2
     6 * Version: 1.1.3
    77 * Author: Linnea Wilhelm, Lin Software
    88 * Author URI: http://www.linsoftware.com
     
    3535
    3636// keep track of plugin version
    37 define( 'AZLC_VERSION_NUM', '1.1.0' );
     37define( 'AZLC_VERSION_NUM', '1.1.3' );
    3838// add_option only adds the option if it does not already exist
    3939// when updating, run update code and then update_option
  • check-amazon-link/trunk/readme.txt

    r1274950 r1275809  
    77Requires at least: 3.9
    88Tested up to: 4.3
    9 Stable tag: 1.1.2
     9Stable tag: 1.1.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 1.1.3 =
     105
     106* Improved Loading Speed of the Amazon Links Table
     107
    104108= 1.1.2 =
    105109
     
    159163== Upgrade Notice ==
    160164
     165= 1.1.3 =
     166
     167* Improved Loading Speed of the Amazon Links Table
     168
    161169= 1.1.2 =
    162170
Note: See TracChangeset for help on using the changeset viewer.