Skip to content

Commit

Permalink
Merge pull request #226 from ConvertKit/release/1.9.0
Browse files Browse the repository at this point in the history
Bump version to 1.9.0
  • Loading branch information
Travis Northcutt authored Dec 17, 2019
2 parents 14c318e + f88f38d commit 37c14b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "ConvertKit",
"author": "ConvertKit",
"license": "GPL-2.0",
"version": "1.8.1",
"version": "1.9.0",
"description": "",
"homepage": "https://github.com/convertkit/ConvertKit-WordPress",
"main": "Gruntfile.js",
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: nathanbarry, growdev, travisnorthcutt
Donate link: https://convertkit.com
Tags: email, marketing, embed form, convertkit, capture
Requires at least: 3.6
Tested up to: 5.2.2
Stable tag: 1.8.1
Tested up to: 5.3.1
Stable tag: 1.9.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -45,6 +45,11 @@ Yes, for it to work you must first have an account on ConvertKit.com
2. Add stunning landing pages

== Changelog ==
### 1.9.0 2019-12-17
* Allow appending forms to WooCommerce products
* Fix bug that prevented setting "none" for form on a post from overriding category setting
* Add account name to settings page

### 1.8.1 2019-05-30
* Fix bug that could result in fatal error with certain other plugins active
* Add additional server debug info for tech support
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.8.1
* Version: 1.9.0
* 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', __DIR__ );
define( 'CONVERTKIT_PLUGIN_VERSION', '1.8.1' );
define( 'CONVERTKIT_PLUGIN_VERSION', '1.9.0' );

require_once CONVERTKIT_PLUGIN_PATH . '/vendor/autoload.php';

Expand Down

0 comments on commit 37c14b2

Please sign in to comment.