Skip to content

Commit 336ef9f

Browse files
committed
Finish 1.6.0
1 parent 486de4e commit 336ef9f

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
## 1.6.0 - 2017-05-25
5+
6+
### Added
7+
- Added the `include` and `exclude` endpoint config settings. ([#41](https://github.com/craftcms/element-api/pull/41))
8+
49
## 1.5.0 - 2017-05-24
510

611
### Added

elementapi/ElementApiPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function getName()
1616
*/
1717
public function getVersion()
1818
{
19-
return '1.5.0';
19+
return '1.6.0';
2020
}
2121

2222
/**

releases.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,13 @@
5959
"[Added] Added the `cache` endpoint config setting.",
6060
"[Fixed] Fixed a bug where endpoint were sending JSON headers even if an exception occurred and the HTML error view was returned."
6161
]
62+
},
63+
{
64+
"version": "1.6.0",
65+
"downloadUrl": "https://github.com/craftcms/element-api/archive/1.6.0.zip",
66+
"date": "2017-05-25T06:00:00-08:00",
67+
"notes": [
68+
"Added the `include` and `exclude` endpoint config settings."
69+
]
6270
}
6371
]

0 commit comments

Comments
 (0)