Skip to content

Releases: charcoalphp/charcoal

v4.0.0

21 Sep 20:45
Compare
Choose a tag to compare

4.0.0 (2022-09-21)

⚠ BREAKING CHANGES

  • elfinder: removed default base_path and public_path. These config keys should be defined in the AppConfig initialization. new AppConfig(['base_path' => '...']);

Bug Fixes

v3.1.7

15 Sep 16:13
Compare
Choose a tag to compare

3.1.7 (2022-09-15)

Bug Fixes

  • view twig helper: fix the debug and isDebug Twig functions helpers using the debug container (8ccf37b)

v3.1.6

13 Sep 18:44
Compare
Choose a tag to compare

3.1.6 (2022-09-13)

Bug Fixes

  • bin: Improve logic, comments, fix coding style (894261a)

v3.1.5

09 Sep 16:13
Compare
Choose a tag to compare

3.1.5 (2022-09-09)

Bug Fixes

  • monorepo: implement a custom UpdateReplace release worker to prevent overwriting the whole composer.json 'replace' section (1c8c66b)

v3.1.4

08 Sep 20:45
Compare
Choose a tag to compare

3.1.4 (2022-09-08)

Bug Fixes

  • app: fix deleted method visibility (7383b5f)
  • cache: fix composer dev requirement for slim (a7a44fb)
  • charcoal: fix bad find and replace (577e414)
  • charcoal: fix bad find and replace (2db7a17)
  • cms: fix missing property type (fc8d6bf)
  • cms: fix TemplateableTrait.php templateIdent property to be defaulted to an empty string like in ViewableTrait.php (01b8e5a)
  • composer: fix some composer conflicting packages (3f94314)
  • composer: move composer.json replace section for locomotivemtl packages to monorepo-builder.php to prevent overwriting (0d48576)
  • core: add exception thrown when metadata file cannot be loaded (6fadceb)
  • core: add exception thrown when source ident is not defined (5f76cec)
  • core: revert loadfile() changes because it caused unexpected issues (04a0391)
  • image: fix radial blur effect renamed to rotational blur (8293e99)
  • php: add redis extension to php github action (49e755f)
  • phpcs: exit execution after -l option (e6ad662)
  • phpunit.xml.dist: add xsi:noNamespaceSchemaLocation (e13e43e)
  • template-ident: uniformize template-ident return types (819f5a0)
  • view: the view prop and method should be allowed to be null (c97c2e3)

Reverts

  • Revert "refactor(view): fix templateIdent return type" (02ef2be)
  • Revert "refactor(templateable-trait): remove default value for templateIdent" (314e1c9)

v3.1.3

08 Sep 13:39
Compare
Choose a tag to compare

3.1.3 (2022-09-08)

Bug Fixes

  • fix use of renderTemplate and render view functions (3f06541)

v3.1.2

11 Aug 18:28
Compare
Choose a tag to compare

3.1.2 (2022-08-11)

Bug Fixes

  • migrate-project: fix the charcoal project migration script (2770ef7)

v3.1.1

10 Aug 18:24
Compare
Choose a tag to compare

3.1.1 (2022-08-10)

Bug Fixes

  • app: fix an issue with the filesystem path tokens parsing (5b7a2a3)

v3.1.0

08 Aug 18:24
Compare
Choose a tag to compare

3.1.0 (2022-08-08)

Features

  • script: add a pull request script using the github api (5ad068d)
  • script: rename and move create-pull-request script and add a success message (d77cb1b)

Bug Fixes

  • create-pr: fix success message url (2125186)
  • create-pr: fix success message url was pointing to the api response (1bd59a4)
  • create-pr: update relative path to create-release-notes script (11c54f5)

v3.0.16

02 Aug 19:39
Compare
Choose a tag to compare

3.0.16 (2022-08-02)

Bug Fixes

  • action: try to fix split-monorepo.yaml (1e976b5)