From 81e70ed6e2945134cb76dc5c012ae8fa4ff06c82 Mon Sep 17 00:00:00 2001 From: Mats Mikkel Rummelhoff Date: Fri, 14 Feb 2020 19:06:44 +0100 Subject: [PATCH] Updates CHANGELOG. Bump to 1.1.2. --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c430f..a3d4e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.1.2 - 2020-02-14 +### Fixed +- Fixes some issues with static translations for edit source buttons + ## 1.1.0.1 - 2020-02-09 ### Fixed - Fixes a regression bug introduced in 1.1.0, where edit field links would not work diff --git a/composer.json b/composer.json index 062122d..971e283 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mmikkel/cp-field-inspect", "description": "Inspect field handles and easily edit field and element source settings", "type": "craft-plugin", - "version": "1.1.0.1", + "version": "1.1.2", "keywords": [ "craft", "cms",