Releases: hydephp/framework
Releases · hydephp/framework
v0.4.2-alpha Adds new meta tags and more data rich HTML
What's Changed
- v0.4.2-alpha Adds new meta tags and more data rich HTML by @caendesilva in #8
Full Changelog: v0.4.1-alpha...v0.4.2-alpha
Upgrade guide:
Make sure to update your config using php hyde publish:config [--force]
v0.4.1-alpha - Console UX Improvements
What's Changed
- Add new options to the build command to improve the user experience by @caendesilva in #3
- Add the Hyde::getLatestPosts() shorthand to get the latest posts collection by @caendesilva in #4
New Contributors
- @caendesilva made their first contribution in #3
Full Changelog: v0.4.0-alpha...v0.4.1-alpha
v0.4.0-alpha
Major update which moves all views into the framework package. It also adds publishing options to publish the views.
Full Changelog: v0.3.1-alpha...v0.4.0-alpha
v0.3.1-alpha - Move commands to Framework
This update moves the Hyde commands into the Framework
Full Changelog: v0.3.0-alpha...v0.3.1-alpha
Prerelease v0.3.0-alpha
The first release in this repository. The code up until now has been in the main repo https://github.com/hydephp/hyde.
The version is set to v0.3.x to stay in sync with the main.
The core has been ported, but the auxiliary code (commands, tests, etc) has not, thus the pre-release.