From 40f4d1b70ef7a7f1bc4cb40226045512868bb0bd Mon Sep 17 00:00:00 2001 From: Miika Arponen Date: Thu, 12 Apr 2018 12:28:53 +0300 Subject: [PATCH] Fixed a bug on Image field that would cause an error on JavaScript. --- CHANGELOG.md | 5 +++++ plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc503c..23a125a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.9.1] - 2018-04-12 + +### Fixed +- A bug on Image field that would cause an error on JavaScript. + ## [1.9.0] - 2018-04-12 ### Added diff --git a/plugin.php b/plugin.php index 336b115..a763c3b 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ Plugin Name: ACF Codifier Plugin URI: https://github.com/devgeniem/acf-codifier Description: A helper class to make defining ACF field groups and fields easier in the code. -Version: 1.9.0 +Version: 1.9.1 Author: Miika Arponen / Geniem Oy Author URI: https://geniem.fi License: GPL-3.0