Skip to content

3.4.0 - PHP 8 Support / Unshift Sections

Compare
Choose a tag to compare
@ragboyjr ragboyjr released this 25 Dec 05:28
· 15 commits to v3 since this release

Added

  • Added new unshift method in templates to support prepending content to sections (thanks @kozubsky)
  • Added support for PHP8 (thanks @roxblnfk)

Changed

  • Dropped explicit support for php 5. PHP 7/8 is allowed in composer, and only php 7.3-8.0 are tested in CI pipeline.

Internal Changes

  • Minor modifications to repo workflow for CI with GitHub Actions instead of Travis
  • Migrated docs from Jekyll to Hugo