File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 66- Added the ` callback ` endpoint config setting, which enables JSONP output. ([ #96 ] ( https://github.com/craftcms/element-api/issues/96 ) )
77
88### Changed
9+ - The ` defaults ` setting can now be set to a callable. ([ #98 ] ( https://github.com/craftcms/element-api/pull/98 ) )
910- Updated Fractal to 0.18. ([ #109 ] ( https://github.com/craftcms/element-api/issues/109 ) )
1011
1112### Fixed
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ class Settings extends Model
3232 * Returns the default endpoint configuration.
3333 *
3434 * @return array The default endpoint configuration.
35+ * @since 2.6.0
3536 */
3637 public function getDefaults ()
3738 {
You can’t perform that action at this time.
0 commit comments