Plugin Directory

Changeset 942200


Ignore:
Timestamp:
07/02/2014 02:13:53 PM (12 years ago)
Author:
DanHarrison
Message:

Added better timeout.

Location:
squeeze-page-toolkit/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • squeeze-page-toolkit/trunk/lib/common.inc.php

    r942197 r942200  
    5151   
    5252    $httpArgs = array(
    53         'body'  => array('apiKey' => TidySettings_getSettingSingle(SPTK_DATABASE_SETTINGS_KEY, 'remote_api_key')),
     53        'body'      => array('apiKey' => TidySettings_getSettingSingle(SPTK_DATABASE_SETTINGS_KEY, 'remote_api_key')),
     54        'timeout'   => 15, // 15 seconds
    5455    );
    5556   
  • squeeze-page-toolkit/trunk/readme.txt

    r942197 r942200  
    44Requires at least: 3.7
    55Tested up to: 3.9.1
    6 Stable tag: 1.12
     6Stable tag: 1.13
    77License: Apache 2.0
    88License URI: http://www.apache.org/licenses/LICENSE-2.0
     
    7676== Changelog ==
    7777
     78= 1.13 =
     79* Increased page fetch timeout to 15 seconds.
     80
    7881= 1.12 =
    7982* Improved page finding ability to remove a small bug that occurs in very rare situations.
  • squeeze-page-toolkit/trunk/squeeze-page-toolkit.php

    r942197 r942200  
    22/*
    33 * Plugin Name: Squeeze Page Toolkit
    4  * Version: 1.12
     4 * Version: 1.13
    55 * Plugin URI: http://wordpress.org/plugins/squeeze-page-toolkit/
    66 * Description: The official plugin for the Squeeze Page Toolkit for WordPress, allowing you to show your squeeze pages on your WordPress website.
     
    1010
    1111/** The current version of the database. */
    12 define('SPTK_DATABASE_VERSION',         '1.1211');
     12define('SPTK_DATABASE_VERSION',         '1.13');
    1313
    1414/** The current version of the database. */
Note: See TracChangeset for help on using the changeset viewer.