Skip to content

Commit

Permalink
Changelog for 3.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshangell committed Jul 3, 2018
1 parent beabd68 commit aedc0be
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
32 changes: 30 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ 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/).

## 3.0.0 - 2018-06-26

## 3.0.0-beta.4 - 2018-07-03
### Added
- Added more general information around the plugin and a banner

### Removed
- Removed support for third-party plugins to add their own contexts

### Fixed
- Fixed an issue with loading the configurator on Users
- Fixed loading issues with Drafts and Sites
- Fixed a PHP error that occurred if you tried to edit an entry that doesn’t exist


## 3.0.0-beta.3 - 2018-07-03
### Added
- Initial release
- Added roadmap and pricing notes.

### Fixed
- Fixed an error if the plugin wasn’t installed ([thanks nilsenpaul](https://github.com/angell-co/Spoon/commit/2b364750f081484377c89b9af38d34fa7055412d))
- Fixed a filename casing issue ([thanks nilsenpaul](https://github.com/angell-co/Spoon/commit/03d377cf99ad2e6f7c7250d4c7af401d502a2675))


## 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)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angellco/spoon",
"description": "A plugin for Craft to help enhance your Matrix fields with groups, tabs and more!",
"description": "A plugin for Craft to enhance your Matrix fields with groups, tabs and more!",
"type": "craft-plugin",
"keywords": [
"craft",
Expand Down

0 comments on commit aedc0be

Please sign in to comment.