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::getParamandAContent::setParamAPI, we cannot anymore use them to set or get every parameters. To do so, use respectivelyAContent::setAllParamsandAContent::getAllParams. - BC #177 [ClassContent] Renamed method of AbstractClassContent, from
getDefaultParameterstogetDefaultParams. - BC #188 [Bundle] Renamed
AbstractBaseBundletoAbstractBundleand removed ABundle, every bundle must extendsAbstractBundleto 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.commentbundletobundle.comment, bundle's config service identifier still accessible by appending.configto bundle service identifier, which result to `bundle.comment.config``)