This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Releases: vdhicts/menu-builder
Releases · vdhicts/menu-builder
Update to PHP 8+
This release was all about the upgrade to PHP 8+ and cleaning up the repo. That resulted in some breaking changes, so I suggest you to read the changelog below.
Added
- Add support for PHP 8+.
- Add GitHub actions.
- Add several typehints.
- Add static analysis.
Changed
- breaking change: moved to new namespace:
Vdhicts\Menu
. - Moved tests to a namespace:
Vdhicts\Menu\Tests
. - Upgrade PHPUnit to version 9.
- breaking change: updated to latest version of the
HtmlElement
package, which has some breaking changes. Please see the package release notes. This might affect your custom renders.
Removed
- Removed obsolete PHPDoc.
Update namespace
Merge pull request #1 from vdhicts/feature/update-namespace Update namespace
1.1.0
Initial release
1.0.0 Fully tested the package, improved renderers and extended documentation