This changelog references the relevant changes (bug and security fixes) done in 0.12 minor versions.
- __BC #295 : Coding standard class naming convention refactor in Abstract / Interface / Exception
- BC #177 [ClassContent] Changed
AContent::getParam
andAContent::setParam
API, we cannot anymore use them to set or get every parameters. To do so, use respectivelyAContent::setAllParams
andAContent::getAllParams
. - BC #177 [ClassContent] Renamed method of AbstractClassContent, from
getDefaultParameters
togetDefaultParams
. - BC #188 [Bundle] Renamed
AbstractBaseBundle
toAbstractBundle
and removed ABundle, every bundle must extendsAbstractBundle
to be compatible with BackBee REST API - feature #178 [Bundle] bundle's service identifier pattern and bundle's config service identifier pattern has changed (pattern changed from
bundle.commentbundle
tobundle.comment
, bundle's config service identifier still accessible by appending.config
to bundle service identifier, which result to `bundle.comment.config``)