From 176a55728ae7925e152bb75e8613bf9035a95295 Mon Sep 17 00:00:00 2001 From: Mats Mikkel Rummelhoff Date: Sun, 29 Sep 2019 12:46:41 +0200 Subject: [PATCH] Bump to 1.2.2. Updates CHANGELOG --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12faf8d..c24e32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.2.2 - 2019-09-29 +### Fixed +- Fixes an issue where MatrixMate could fail to apply the correct field config context in element editor modals. Fixes #10. +- Fixes an issue where MatrixMate would hide block content when viewing entry revisions in Craft 3.2+. Fixes #11. +- Fixes an issue where MatrixMate could fail to apply the correct field config context if the URL had a `typeId` query parameter. + ## 1.2.1 - 2019-09-04 ### Fixed - Fixes an issue where MatrixMate could make Craft trigger the "Leave site?" confirm dialog, even if no fields in the entry form had been altered diff --git a/composer.json b/composer.json index d5df17a..5453694 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "vaersaagod/matrixmate", "description": "Welding Matrix into shape, mate!", "type": "craft-plugin", - "version": "1.2.1", + "version": "1.2.2", "keywords": [ "craft", "cms",