Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Feb 22, 2019
1 parent 79980d2 commit 58e1a28
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

### v1.5.1
- `Added` Changed developer to Spicy Web
- `Fixed` Fixed issue with blocks disappearing on elements with more than one Neo field
- `Fixed` Fixed issue with lightswitches not working on new blocks
- `Fixed` Fixed flickering Reasons modal when using Reasons v1.0.11
- `Fixed` Fixed disabled blocks showing in live preview
- `Fixed` Fixed issue where the handle of an existing block type was changing when editing the name
- `Fixed` Clean up block structures if duplicates exist, which could cause blocks either to disappear or to all nest within a newly-added block

### v1.5.0
- `Added` New icon 😎
- `Added` Copy and paste functionality for blocks (replaces the Duplicate block option)
Expand All @@ -11,7 +20,6 @@
- `Fixed` Fixed issue where field types like Matrix used within blocks could not clean up properly if that block was deleted, leading to stranded Matrix blocks left in the database
- `Fixed` Fixed issue with stacking block criteria model filters in Live Preview sometimes not showing the right results
- `Fixed` Fixed issue with translated relational fields (eg. Asset field) inside translated Neo fields not saving properly on newly added blocks
- `Fixed` Front-end Garnish library console warning no longer shows

#### v1.4.1
- `Added` Added configuration options to enable/disable certain optimisations
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.0';
return '1.5.1';
}

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.0",
"version": "1.5.1",
"description": "A Matrix-like field type that uses existing fields",
"main": "webpack.config.js",
"scripts": {
Expand Down
25 changes: 25 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
[
{
"version": "1.5.1",
"downloadUrl": "https://github.com/spicywebau/craft-neo/archive/1.5.1.zip",
"date": "2019-02-22T20:52:00+11:00",
"notes": [
"[Added] Changed developer to Spicy Web",
"[Fixed] Fixed issue with blocks disappearing on elements with more than one Neo field",
"[Fixed] Fixed issue with lightswitches not working on new blocks",
"[Fixed] Fixed flickering Reasons modal when using Reasons v1.0.11",
"[Fixed] Fixed disabled blocks showing in live preview",
"[Fixed] Fixed issue where the handle of an existing block type was changing when editing the name",
"[Fixed] Clean up block structures if duplicates exist, which could cause blocks either to disappear or to all nest within a newly-added block",
"# Changes from 1.5.0",
"[Added] New icon",
"[Added] Copy and paste functionality for blocks (replaces the Duplicate block option)",
"[Added] The [CpFieldLinks](https://github.com/mmikkel/CpFieldLinks-Craft) plugin is now supported in blocks",
"[Added] Added `craft.neo.blocks()` template query function to query for site-wide Neo blocks, much like entries and other elements (thanks @intoeetive)",
"[Improved] Saving new entries will now copy Neo contents to all other locales",
"[Improved] Added owner property to neoblock to use with dynamic assets path",
"[Fixed] Generating keywords for blocks now only iterates the fields of that block, fixing issues with generating keywords on old fields and third-party plugin conflicts",
"[Fixed] Fixed issue where field types like Matrix used within blocks could not clean up properly if that block was deleted, leading to stranded Matrix blocks left in the database",
"[Fixed] Fixed issue with stacking block criteria model filters in Live Preview sometimes not showing the right results",
"[Fixed] Fixed issue with translated relational fields (eg. Asset field) inside translated Neo fields not saving properly on newly added blocks"
]
},
{
"version": "1.4.1",
"downloadUrl": "https://github.com/benjamminf/craft-neo/archive/1.4.1.zip",
Expand Down

0 comments on commit 58e1a28

Please sign in to comment.