Skip to content

v3.1.4

Choose a tag to compare

@charcoal-butler charcoal-butler released this 08 Sep 20:45
· 168 commits to main since this release

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)