Releases: 8fold/php-amos
Releases · 8fold/php-amos
BC: Required PHP 8.2 + update dependencies
0.10.1
BC introduced in earlier version
What's Changed
Updated the Site interface by adding titles(), breadcrumbs(), and linkStack() to the list of required methods.
- add: breadcrumbs and linkStack by @joshbruce in #44
Full Changelog: 0.9.4...0.10.0
0.9.4
0.9.3
What's Changed
- fix: Sitemap to use SiteInterface instead of specific class by @joshbruce in #42
Full Changelog: 0.9.2...0.9.3
0.9.2
0.9.1
0.9.0
What's Changed
- BC: Require Path and Filename instances by @joshbruce in #39
Full Changelog: 0.8.8...0.9.0
0.8.8
0.8.7
Added
Site->linkStack()
is used to return an associative array with file paths as keys and page titles as values based on the path given. #36Site->breadcrumbs()
is used to return an associative array with file paths as keys and page titles as values based on the path given. You can also pass in an offset and length to leave out certain levels of the folder stack. #36
Refactored
Site->titles()
to useSite->linkStack()
#36
What's Changed
- update: Dependencies by @joshbruce in #34
- Go deeper with content by @joshbruce in #35
- Go deeper with content by @joshbruce in #36
Full Changelog: 0.8.6...0.8.7