Changeset 942200
- Timestamp:
- 07/02/2014 02:13:53 PM (12 years ago)
- Location:
- squeeze-page-toolkit/trunk
- Files:
-
- 3 edited
-
lib/common.inc.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
squeeze-page-toolkit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
squeeze-page-toolkit/trunk/lib/common.inc.php
r942197 r942200 51 51 52 52 $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 54 55 ); 55 56 -
squeeze-page-toolkit/trunk/readme.txt
r942197 r942200 4 4 Requires at least: 3.7 5 5 Tested up to: 3.9.1 6 Stable tag: 1.1 26 Stable tag: 1.13 7 7 License: Apache 2.0 8 8 License URI: http://www.apache.org/licenses/LICENSE-2.0 … … 76 76 == Changelog == 77 77 78 = 1.13 = 79 * Increased page fetch timeout to 15 seconds. 80 78 81 = 1.12 = 79 82 * 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 2 2 /* 3 3 * Plugin Name: Squeeze Page Toolkit 4 * Version: 1.1 24 * Version: 1.13 5 5 * Plugin URI: http://wordpress.org/plugins/squeeze-page-toolkit/ 6 6 * Description: The official plugin for the Squeeze Page Toolkit for WordPress, allowing you to show your squeeze pages on your WordPress website. … … 10 10 11 11 /** The current version of the database. */ 12 define('SPTK_DATABASE_VERSION', '1.1 211');12 define('SPTK_DATABASE_VERSION', '1.13'); 13 13 14 14 /** The current version of the database. */
Note: See TracChangeset
for help on using the changeset viewer.