Changeset 1732357
- Timestamp:
- 09/19/2017 04:25:29 PM (9 years ago)
- Location:
- squeeze-page-toolkit/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
squeeze-page-toolkit.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
squeeze-page-toolkit/trunk/readme.txt
r1721341 r1732357 4 4 Requires at least: 4.0 5 5 Tested up to: 4.8.1 6 Stable tag: 1.1 76 Stable tag: 1.18 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.18 = 79 * Switched server for loading pages. 80 81 = 1.17 = 82 * Updated readme file to show current supported WP versions. 83 78 84 = 1.16 = 79 85 * Verified code is compatible for WordPress 4.3 release. -
squeeze-page-toolkit/trunk/squeeze-page-toolkit.php
r1721341 r1732357 2 2 /* 3 3 * Plugin Name: Squeeze Page Toolkit 4 * Version: 1.1 74 * Version: 1.18 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 7');12 define('SPTK_DATABASE_VERSION', '1.18'); 13 13 14 14 /** The current version of the database. */ … … 19 19 20 20 /** The base URL to use for the API requests. */ 21 define('SPTK_API_BASE', 'http:// app.squeezepagetoolkit.com/api/v1');21 define('SPTK_API_BASE', 'http://create.squeezepagetoolkit.com/api/v1'); 22 22 23 23 /** The ID of the plugin for update purposes, must be the file path and file name. */
Note: See TracChangeset
for help on using the changeset viewer.