From a91a3db39927fa6bd5a31b89c6ae9d6340efdc51 Mon Sep 17 00:00:00 2001 From: mikeselander Date: Mon, 28 Nov 2016 21:27:49 +0100 Subject: [PATCH] 1.0.3 Release changes --- custom-meta-boxes.php | 2 +- readme.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/custom-meta-boxes.php b/custom-meta-boxes.php index 3ab68063..6ea768b4 100755 --- a/custom-meta-boxes.php +++ b/custom-meta-boxes.php @@ -3,7 +3,7 @@ Plugin Name: Custom Meta Boxes Plugin URI: https://github.com/humanmade/Custom-Meta-Boxes Description: Lets you easily create metaboxes with custom fields that will blow your mind. Originally a fork of https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress. -Version: 1.0.2 +Version: 1.0.3 License: GPL-2.0+ Author: Human Made Limited Author URI: http://hmn.md diff --git a/readme.md b/readme.md index 60014fdc..20cbdafe 100644 --- a/readme.md +++ b/readme.md @@ -56,6 +56,13 @@ See [CONTRIBUTING.md](https://github.com/humanmade/Custom-Meta-Boxes/blob/master ## Changelog ## +**1.0.3** +* Fix repeatable fields bugs (props @barryceelen ) +* Fix gmaps field bug where key doesn't pass in correctly (props: @shadyvb ) +* PHPUnit tests for repeatable fields +* Fix all minor WordPress VIP PHPCS errors/warnings +* Write and complete inline documentation/doc blocks + **1.0.2** * Add google maps field * Add hide_on field argument