File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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
Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments