Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

87 lines (53 loc) · 1.7 KB

Change Log

You can see the changes made via the commit log for the latest release.

[2.0.3] - 2024-10-13

Changed

  • Fix default template locations by making views path filterable using the path() helper function.

[2.0.2] - 2024-08-01

Changed

  • Improve view fallback templates
  • Add composer sort-packages configuration
  • Update copyright date
  • Update lint php

[2.0.1] - 2024-06-29

Changed

  • chore: update readme and changelog
  • fix typo

[2.0.0] - 2023-08-23

[2.0.0-beta.3] - 2023-08-05

Changed

  • lint php files & cleanup

[2.0.0-beta.2] - 2023-06-07

Changed

  • Inline template slugs, hierarchy
  • Filterable template slugs, hierarchy
  • Filterable fallback template(s)

[2.0.0-beta.1] - 2023-02-22

Changed

  • Bump Hybrid Core version to 7.0
  • Moved fallback templates logic into method \Hybrid\Theme\View\Factory::prepareFallbackTemplates()

Added

  • Template paths, parent & child theme(s) themes/parenttheme/views, themes/childtheme/views

[2.0.0-alpha.1] - 2023-02-04

Added

  • linting php files
  • replace http to https
  • change composer stability req to dev
  • package package docBlock rename HybridCore to HybridTheme
  • Fallback support for theme View
  • add legacy view (moved from hybrid-view)
  • add new view helpers

[1.0.2] - 2023-08-01

Changed

  • Update copyright year
  • Update copyright author
  • Bump php version from 5.6 -> 7.4
  • Update attributes link
  • Lint php files
  • Lint composer.json

[1.0.1] - 2021-08-18

Changed

  • refactor \Hybrid\Theme\Provider::boot() access level to match the parent class.

[1.0.0] - 2021-08-01

Added

  • Launch. Everything's new!