Skip to content

Commit

Permalink
Release v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marcboquet committed Feb 17, 2016
1 parent 5db19f6 commit 6bacb00
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
Stable tag: 1.3.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -44,9 +44,12 @@ Yes, for it to work you must first have an account on ConvertKit.com

## Changelog

### 1.3.7
### 1.3.8

* Fix crash when API response is slow

### 1.3.7

* Avoid calling API endpoints when no forms need to be shown

### 1.3.6
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://convertkit.com
Tags: email, marketing, embed form, convertkit, capture
Requires at least: 3.6
Tested up to: 4.4
Stable tag: 1.3.7
Stable tag: 1.3.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -44,9 +44,12 @@ Yes, for it to work you must first have an account on ConvertKit.com

== Changelog ==

### 1.3.7
### 1.3.8

* Fix crash when API response is slow

### 1.3.7

* Avoid calling API endpoints when no forms need to be shown

### 1.3.6
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: WP ConvertKit
Plugin URI: http://convertkit.com/
Description: Quickly and easily integrate ConvertKit forms into your site.
Version: 1.3.6
Version: 1.3.8
Author: ConvertKit
Author URI: http://convertkit.com/
*/
Expand All @@ -15,7 +15,7 @@
class WP_ConvertKit {

// Plugin Version
const VERSION = '1.3.7';
const VERSION = '1.3.8';

// DB Keys
const POST_META_KEY = '_wp_convertkit_post_meta';
Expand Down

0 comments on commit 6bacb00

Please sign in to comment.