Releases: locomotivemtl/charcoal-cms
Releases · locomotivemtl/charcoal-cms
charcoal-cms 0.8.6
Complete commits list: 0.8.5...0.8.6
Summary:
- Added
get
method prefix onObjectRoute
methods inGenericRoute
charcoal-cms 0.8.5
Complete commits list: 0.8.4.1...0.8.5
Summary:
- Updated locomotivemtl/charcoal-core dependency
- Updated locomotivemtl/charcoal-object dependency
- Updated locomotivemtl/charcoal-property dependency
- Changed property keys from
snake_case
tocamelCase
- Fixed inconsistent property definitions between
MetatagInterface
andMetatagTrait
- Fixed
ArrayAccess
syntax in unit tests - Fixed typos in README
charcoal-cms 0.8.4
Merge pull request #9 from locomotivemtl/feature-web-template Created an abstract template for web pages (display metatags, manage translations)
charcoal-cms 0.8.0
Key Features
New widget : MultiGroupWidget (comes with MultiGroupFormWidget as well)
BC Breaks
There shouldn't be any breaking changes
What's new in 0.8.0?
Changed
- Custom MultiGroupWidget and MultiGroupFormGroupWidget added :
- Custom widget that allow nesting form groups into another.
Usage
type a form group using charcoal/admin/widget/form-group/multi-group
then declare a groups
array, usable in the same way as a normal groups
array.
Merging with object level form_groups
is also working
Example
"parent-form-group": {
"title": "This is a form group",
"type": "charcoal/admin/widget/form-group/multi-group",
"groups": {
"nested-form-group.1": {
"title": "Nested form group 1"
},
"nested-form-group.2": {
"title": "Nested form group 2"
}
}
}
charcoal-cms 0.7.0
Key Features
Compatibility with Charcoal Redux changes in Charcoal Admin.
BC Breaks
Renamed SideMenu Option:
Before | After |
---|---|
"side_menu": "options" |
"secondary_menu": "options" |
charcoal-cms 0.6.0
Key Features
Upgraded to locomotivemtl/charcoal-core v0.4.x:
New Metadata Loader and Metadata Config classes
BC Breaks
Renamed Template Options Cache Pool Key:
Before | After |
---|---|
property/structure/… |
template/structure=… |
What's new in 0.6.0?
Dependencies
- locomotivemtl/charcoal-app v0.8.x
- locomotivemtl/charcoal-core v0.4.x
- locomotivemtl/charcoal-object v0.6.x
- locomotivemtl/charcoal-property v0.7.x
Changed
- Breaking: Rename metadata cache identifier from
property/structure/…
totemplate/structure=…
for Template Options - Breaking: Modify metadata cache identifier to serialize requested metadata collection for Template Options
TemplateableTrait::prepareTemplateOptions()
method to use newMetadataLoader::load()
functionality [charcoal‑[email protected]]TemplateableTrait::translateTemplateOptionsModel()
method to support newStructureModel
class [charcoal‑[email protected]]
charcoal-cms 0.5.0
Applying Charcoal Redux styles
charcoal-cms 0.4.2
- setDependencies is now protected (following changes in charcoal-core and charcoal-object)
- Updated dependencies version requirements
- PHPUnit 5.7
charcoal-cms 0.4.1.1
- Fix deprecated val to value with object filters
0.4.0.2
Bump branch-alias