Skip to content

Commit

Permalink
Release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Apr 2, 2019
1 parent c5ac286 commit be5bae7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### v1.5.2
- `Fixed` Fixed issue where queries for elements with empty Neo Fields would always return no elements

### v1.5.1
- `Added` Changed developer to Spicy Web
- `Fixed` Fixed issue with blocks disappearing on elements with more than one Neo field
Expand Down
2 changes: 1 addition & 1 deletion neo/NeoPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function getDescription()

public function getVersion()
{
return '1.5.1';
return '1.5.2';
}

public function getCraftMinimumVersion()
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": "1.5.1",
"version": "1.5.2",
"description": "A Matrix-like field type that uses existing fields",
"main": "webpack.config.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "1.5.2",
"downloadUrl": "https://github.com/spicywebau/craft-neo/archive/1.5.2.zip",
"date": "2019-04-02T22:15:00+11:00",
"notes": [
"[Fixed] Fixed issue where queries for elements with empty Neo Fields would always return no elements"
]
},
{
"version": "1.5.1",
"downloadUrl": "https://github.com/spicywebau/craft-neo/archive/1.5.1.zip",
Expand Down

0 comments on commit be5bae7

Please sign in to comment.