From 6da0db15d8147311da43d6ff8bf8a52fe0f64cda Mon Sep 17 00:00:00 2001 From: Josh Angell Date: Tue, 10 Jul 2018 13:58:33 +0100 Subject: [PATCH 1/3] Fixed a typo in the README --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c196e29..bc349b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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/). +## Unreleased +### Fixed +- Fixed a typo in the README + + ## 3.0.0 - 2018-07-10 ### Added - Added the `nestedSettings` config setting to allow a new, nested settings menu format ([#2](https://github.com/angell-co/Spoon/issues/2)) diff --git a/README.md b/README.md index 0105467..d63e7d0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Use Spoon to group Matrix blocks, hide blocks and / or fields, and organise your Spoon never touches your content, it is simply a layer on top of the core Matrix field type, so if you ever don’t want it you can just take the blue pill and uninstall it. -Or is the red pill. Which is the real illusion?! +Or is it the red pill. Which is the real illusion?! **Note:** The license fee for this plugin is $59 via the Craft Plugin Store. From f016b198ee62314711916af49d32ac822b8f7c65 Mon Sep 17 00:00:00 2001 From: Josh Angell Date: Tue, 10 Jul 2018 14:08:52 +0100 Subject: [PATCH 2/3] Added a note about supertable to the roadmap --- CHANGELOG.md | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc349b6..78485fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## Unreleased + +### Changed +- Updated the roadmap + ### Fixed - Fixed a typo in the README ## 3.0.0 - 2018-07-10 + ### Added - Added the `nestedSettings` config setting to allow a new, nested settings menu format ([#2](https://github.com/angell-co/Spoon/issues/2)) - Added the Craft 2 > 3 migration @@ -21,6 +26,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## 3.0.0-beta.4 - 2018-07-03 + ### Added - Added more general information around the plugin and a banner @@ -34,6 +40,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## 3.0.0-beta.3 - 2018-07-03 + ### Added - Added roadmap and pricing notes. @@ -43,10 +50,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## 3.0.0-beta.2 - 2018-07-02 + ### Fixed - Fixed a caching error in the BlockTypes Service ## 3.0.0-beta.1 - 2018-07-02 + ### Added - Initial port from [Pimp My Matrix](https://github.com/angell-co/Pimp-My-Matrix/tree/master/pimpmymatrix) diff --git a/README.md b/README.md index d63e7d0..03e3ab3 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Spoon supports the standard config.php multi-environment friendly config file fo * [x] Write the C2 > C3 migration * [x] Documentation * [x] Release 3.0.0 +* [ ] Make it work with SuperTable * [ ] Convert JS to use the new Garnish global events instead of polling, if possible * [ ] Support columns on flds * [ ] Vertical tab layout From 388a5b956d89e350d87369af8d2d15aecef83987 Mon Sep 17 00:00:00 2001 From: Josh Angell Date: Wed, 18 Jul 2018 10:52:21 +0100 Subject: [PATCH 3/3] Version 3.0.1 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e16f634..88c12f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,11 @@ 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/). -## Unreleased +## 3.0.1 - 2018-07-18 ### Changed -- Updated the README with the relevant [GitHub project](https://github.com/angell-co/Spoon/projects/2) and a note about support +- Updated the README with the relevant [GitHub project](https://github.com/angell-co/Spoon/projects/2) and a note about support +- Changed the required version of Craft to 3.0.16 which fixes an issue with Safari when configuring block type layouts ([#8](https://github.com/angell-co/Spoon/issues/8)) ### Fixed - Fixed a typo in the README