v1.5.0 - 2024-02-13
What's Changed
- Add media extensions option to default config by @caendesilva in #592
- Deprecate
BuildService::transferMediaAssets()
by @caendesilva in #593 - Improve config file documentation by @caendesilva in #596
- Add configuration options to add HTML to the head and scripts sections by @caendesilva in #597
- Refactor includes facade to use trait instead of repeated logic by @caendesilva in #595
- Add a new
Includes::html()
helper by @caendesilva in #599 - Support using HTML includes to set head and script HTML by @caendesilva in #600
- Clean up code by @caendesilva in #602
- Rename snake case test methods to be camel case by @caendesilva in #601
- Update Markdown to plaintext formatter to trim whitespace by @caendesilva in #603
- Format and normalize files by @caendesilva in #594
- HydePHP v1.5.0 - 2024-02-13 by @caendesilva in #604
Please see the full release notes in the development monorepo https://github.com/hydephp/develop/releases/tag/v1.5.0
Full Changelog: v1.4.3...v1.5.0