Plugin Directory

Changeset 1274950


Ignore:
Timestamp:
10/28/2015 11:19:52 PM (10 years ago)
Author:
LinSoftware
Message:

tagging version 1.1.2

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

Legend:

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

    r1274943 r1274950  
    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.1
     6 * Version: 1.1.2
    77 * Author: Linnea Wilhelm, Lin Software
    88 * Author URI: http://www.linsoftware.com
     
    11791179            <p>If you have already filled in <A href="options-general.php?page=amazon_link_checker_menu_settings">the
    11801180                    options</A>, then this plugin will automatically search your blog for links and check them in the
    1181                 background. This plugin is designed to use low resources. 
     1181                background. This plugin is designed to use low resources.
    11821182                If you just installed this plugin, you may want to come back in a few hours to check its progress.
    11831183                Also, the look-ups are limited to once per day per product to keep resources low. We are working on a
  • check-amazon-link/tags/1.1.2/js/azlc_bg.js

    r1259268 r1274950  
    1 // azlc version 1.1.0
     1// azlc version 1.1.2
    22jQuery(document).ready(function () {
    33            var
  • check-amazon-link/tags/1.1.2/readme.txt

    r1272405 r1274950  
    77Requires at least: 3.9
    88Tested up to: 4.3
    9 Stable tag: 1.1.1
     9Stable tag: 1.1.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 1.1.2 =
     105
     106* Improved Lookup Speed by up to 10x
     107
    104108= 1.1.1 =
    105109
     
    155159== Upgrade Notice ==
    156160
     161= 1.1.2 =
     162
     163* Improved Lookup Speed by up to 10x
     164
    157165= 1.1.1 =
    158166
  • check-amazon-link/trunk/amazon-link-checker.php

    r1274943 r1274950  
    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.1
     6 * Version: 1.1.2
    77 * Author: Linnea Wilhelm, Lin Software
    88 * Author URI: http://www.linsoftware.com
     
    11791179            <p>If you have already filled in <A href="options-general.php?page=amazon_link_checker_menu_settings">the
    11801180                    options</A>, then this plugin will automatically search your blog for links and check them in the
    1181                 background. This plugin is designed to use low resources. 
     1181                background. This plugin is designed to use low resources.
    11821182                If you just installed this plugin, you may want to come back in a few hours to check its progress.
    11831183                Also, the look-ups are limited to once per day per product to keep resources low. We are working on a
  • check-amazon-link/trunk/js/azlc_bg.js

    r1259268 r1274950  
    1 // azlc version 1.1.0
     1// azlc version 1.1.2
    22jQuery(document).ready(function () {
    33            var
  • check-amazon-link/trunk/readme.txt

    r1272405 r1274950  
    77Requires at least: 3.9
    88Tested up to: 4.3
    9 Stable tag: 1.1.1
     9Stable tag: 1.1.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 1.1.2 =
     105
     106* Improved Lookup Speed by up to 10x
     107
    104108= 1.1.1 =
    105109
     
    155159== Upgrade Notice ==
    156160
     161= 1.1.2 =
     162
     163* Improved Lookup Speed by up to 10x
     164
    157165= 1.1.1 =
    158166
Note: See TracChangeset for help on using the changeset viewer.