Skip to content

Commit

Permalink
Release v2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pvldigital committed Jul 19, 2019
1 parent e6ca522 commit 6328cc1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.3.6 - 2019-07-19
### Update - Minor Patch for Craft 3.2
- implement BlockElementInterface
- update getOwner and correctly return ElementInterface
- update afterSave

## 2.3.5 - 2019-05-24
### Fixed
- Fix #210 - check if viewing a shared draft so it can retrieve the correct data
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spicyweb/craft-neo",
"description": "A Matrix-like field type that uses existing fields",
"version": "2.3.5",
"version": "2.3.6",
"type": "craft-plugin",
"keywords": [
"cms",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-neo",
"version": "2.3.5",
"version": "2.3.6",
"description": "A Matrix-like field type that uses existing fields",
"main": "webpack.config.js",
"scripts": {
Expand Down

0 comments on commit 6328cc1

Please sign in to comment.