Skip to content

Commit

Permalink
Version 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
growdev committed Jul 12, 2018
1 parent a386b04 commit c48bd6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: nathanbarry, growdev
Donate link: https://convertkit.com
Tags: email, marketing, embed form, convertkit, capture
Requires at least: 3.6
Tested up to: 4.9.6
Stable tag: 1.6.1
Tested up to: 4.9.7
Stable tag: 1.6.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -46,6 +46,10 @@ Yes, for it to work you must first have an account on ConvertKit.com

== Changelog ==

### 1.6.2 2018-07-12
* Fix for this message when Landing Page is set to None: PHP Notice: Undefined offset: 0
* Fix for new form builder being used in shortcode with "form" attribute instead of "id"

### 1.6.1 2018-07-03
* Fix for landing pages not showing in the admin area drop down
* Fix for showing new landing pages on the front end of the site
Expand Down
4 changes: 2 additions & 2 deletions wp-convertkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: ConvertKit
* Plugin URI: https://convertkit.com/
* Description: Quickly and easily integrate ConvertKit forms into your site.
* Version: 1.6.1
* Version: 1.6.2
* Author: ConvertKit
* Author URI: https://convertkit.com/
* Text Domain: convertkit
Expand All @@ -16,7 +16,7 @@
define( 'CONVERTKIT_PLUGIN_FILE', plugin_basename( __FILE__ ) );
define( 'CONVERTKIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'CONVERTKIT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'CONVERTKIT_PLUGIN_VERSION', '1.6.1' );
define( 'CONVERTKIT_PLUGIN_VERSION', '1.6.2' );

require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit.php';
require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit-api.php';
Expand Down

0 comments on commit c48bd6a

Please sign in to comment.