Plugin Directory

Changeset 1732357


Ignore:
Timestamp:
09/19/2017 04:25:29 PM (9 years ago)
Author:
DanHarrison
Message:

Updated system version

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

Legend:

Unmodified
Added
Removed
  • squeeze-page-toolkit/trunk/readme.txt

    r1721341 r1732357  
    44Requires at least: 4.0
    55Tested up to: 4.8.1
    6 Stable tag: 1.17
     6Stable tag: 1.18
    77License: Apache 2.0
    88License URI: http://www.apache.org/licenses/LICENSE-2.0
     
    7676== Changelog ==
    7777
     78= 1.18 =
     79* Switched server for loading pages.
     80
     81= 1.17 =
     82* Updated readme file to show current supported WP versions.
     83
    7884= 1.16 =
    7985* Verified code is compatible for WordPress 4.3 release.
  • squeeze-page-toolkit/trunk/squeeze-page-toolkit.php

    r1721341 r1732357  
    22/*
    33 * Plugin Name: Squeeze Page Toolkit
    4  * Version: 1.17
     4 * Version: 1.18
    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.17');
     12define('SPTK_DATABASE_VERSION',         '1.18');
    1313
    1414/** The current version of the database. */
     
    1919
    2020/** The base URL to use for the API requests. */
    21 define('SPTK_API_BASE',                 'http://app.squeezepagetoolkit.com/api/v1'); 
     21define('SPTK_API_BASE',                 'http://create.squeezepagetoolkit.com/api/v1'); 
    2222
    2323/** 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.