Skip to content

Releases: locomotivemtl/charcoal-cms

charcoal-cms 0.8.6

02 Mar 23:23
1fd619f
Compare
Choose a tag to compare

Complete commits list: 0.8.5...0.8.6

Summary:

  • Added get method prefix on ObjectRoute methods in GenericRoute

charcoal-cms 0.8.5

02 Mar 23:23
Compare
Choose a tag to compare

Complete commits list: 0.8.4.1...0.8.5

Summary:

charcoal-cms 0.8.4

16 Sep 20:37
6ad7fd5
Compare
Choose a tag to compare
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

25 Jul 20:19
Compare
Choose a tag to compare

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

08 Jun 18:54
Compare
Choose a tag to compare

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

05 Jun 15:25
Compare
Choose a tag to compare

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

Changed

  • Breaking: Rename metadata cache identifier from property/structure/… to template/structure=… for Template Options
  • Breaking: Modify metadata cache identifier to serialize requested metadata collection for Template Options
  • TemplateableTrait::prepareTemplateOptions() method to use new MetadataLoader::load() functionality [charcoal‑[email protected]]
  • TemplateableTrait::translateTemplateOptionsModel() method to support new StructureModel class [charcoal‑[email protected]]

charcoal-cms 0.5.0

02 May 15:09
Compare
Choose a tag to compare

Applying Charcoal Redux styles

charcoal-cms 0.4.2

04 Dec 15:58
Compare
Choose a tag to compare
  • 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

22 Nov 21:23
Compare
Choose a tag to compare
  • Fix deprecated val to value with object filters

0.4.0.2

17 Oct 18:55
Compare
Choose a tag to compare
Bump branch-alias