We are happy to announce the immediate availability of BEdita 3.8.0 corylus*.
We encourage all 3.7 users to upgrade to 3.8.0
Main changes are:
/files
endpoint used for upload files - API reference is here (#918, #976)ApiFormatter
and ApiValidator
components #919GET /objects?filter[categories]=one,two,three
401 Unauthorized
also for /auth
endpointnow you can configure what relations are not loaded in a frontend app (#897) loading an object - using a configuration like
$config['excludeRelationsFrontend'] = array('attach', 'seealso');
object types extending streams can decide how to be embedded defining a Model::embedAs()
method #960, for example defining
class Avatar extends BeditaStreamModel { public function embedAs($obj) { return 'Image'; }; }
when BeEmbedMediaHelper
is used on Avatar
object it will be embedded as an Image
object
See also the changelog for all changes.
(*) “corylus” is a genus of deciduous trees and large shrubs native to the temperate Northern Hemisphere.