Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcboquet committed Feb 17, 2016
1 parent caaed6c commit 5db19f6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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: 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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wp-convertkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 5db19f6

Please sign in to comment.