Skip to content

Releases: hydephp/framework

v0.4.2-alpha Adds new meta tags and more data rich HTML

23 Mar 15:45
660810e
Compare
Choose a tag to compare

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

22 Mar 21:28
d7a346f
Compare
Choose a tag to compare
Pre-release

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

Full Changelog: v0.4.0-alpha...v0.4.1-alpha

v0.4.0-alpha

22 Mar 18:54
Compare
Choose a tag to compare
v0.4.0-alpha Pre-release
Pre-release

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

22 Mar 12:15
Compare
Choose a tag to compare

This update moves the Hyde commands into the Framework

Full Changelog: v0.3.0-alpha...v0.3.1-alpha

Prerelease v0.3.0-alpha

21 Mar 23:36
Compare
Choose a tag to compare
Pre-release

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.