🔥 HOT: Changeset/ - High Quality

Changeset 2033550


Ignore:
Timestamp:
02/18/2019 06:50:16 PM (7 years ago)
Author:
travisnorthcutt
Message:

Version 1.7.2

Location:
convertkit
Files:
70 added
2 edited

Legend:

Unmodified
Added
Removed
  • convertkit/trunk/readme.txt

    r2033542 r2033550  
    55Requires at least: 3.6
    66Tested up to: 5.0.3
    7 Stable tag: 1.7.1
     7Stable tag: 1.7.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
    49 ### 1.7.0 2019-02-18
     49### 1.7.2 2019-02-18
     50* Fix bug that caused fatal error on upgrade
     51
     52### 1.7.1 2019-02-18
    5053* Fix bug that caused fatal error on upgrade
    5154
  • convertkit/trunk/wp-convertkit.php

    r2033542 r2033550  
    44 * Plugin URI: https://convertkit.com/
    55 * Description: Quickly and easily integrate ConvertKit forms into your site.
    6  * Version: 1.7.1
     6 * Version: 1.7.2
    77 * Author: ConvertKit
    88 * Author URI: https://convertkit.com/
     
    1717define( 'CONVERTKIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    1818define( 'CONVERTKIT_PLUGIN_PATH', __DIR__ );
    19 define( 'CONVERTKIT_PLUGIN_VERSION', '1.7.1' );
     19define( 'CONVERTKIT_PLUGIN_VERSION', '1.7.2' );
    2020
    2121require_once CONVERTKIT_PLUGIN_PATH . '/vendor/autoload.php';
Note: See TracChangeset for help on using the changeset viewer.