From 5db19f63b965efcec9111b92d6249ab0485ee56f Mon Sep 17 00:00:00 2001 From: Marc Boquet Date: Wed, 17 Feb 2016 16:42:08 +0100 Subject: [PATCH] version bump --- README.md | 5 +++++ readme.txt | 9 +++++++-- wp-convertkit.php | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d847ba5b..32f99344d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ Yes, for it to work you must first have an account on ConvertKit.com ## Changelog +### 1.3.7 + +* Fix crash when API response is slow +* Avoid calling API endpoints when no forms need to be shown + ### 1.3.6 * Fixes issue with illegal offset showing warning message diff --git a/readme.txt b/readme.txt index 1ffa687f0..15e471dd7 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: nickohrn, davidlamarwheeler, nathanbarry Donate link: https://convertkit.com Tags: email, marketing, embed form, convertkit, capture Requires at least: 3.6 -Tested up to: 4.3 -Stable tag: 1.3.6 +Tested up to: 4.4 +Stable tag: 1.3.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -44,6 +44,11 @@ Yes, for it to work you must first have an account on ConvertKit.com == Changelog == +### 1.3.7 + +* Fix crash when API response is slow +* Avoid calling API endpoints when no forms need to be shown + ### 1.3.6 * Fixes issue with illegal offset showing warning message diff --git a/wp-convertkit.php b/wp-convertkit.php index 15c89c545..e56cc2983 100644 --- a/wp-convertkit.php +++ b/wp-convertkit.php @@ -15,7 +15,7 @@ class WP_ConvertKit { // Plugin Version - const VERSION = '1.3.6'; + const VERSION = '1.3.7'; // DB Keys const POST_META_KEY = '_wp_convertkit_post_meta';