Skip to content

Releases: 8fold/php-amos

BC: Required PHP 8.2 + update dependencies

19 May 13:18
72b6f08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.1...0.11.0

0.10.1

22 Jan 22:29
7c6bcd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

BC introduced in earlier version

22 Jan 00:06
0778210
Compare
Choose a tag to compare

What's Changed

Updated the Site interface by adding titles(), breadcrumbs(), and linkStack() to the list of required methods.

Full Changelog: 0.9.4...0.10.0

0.9.4

21 Jan 23:59
fe3272f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.3...0.9.4

0.9.3

21 Jan 23:46
78e2df3
Compare
Choose a tag to compare

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

21 Jan 22:40
97309e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

21 Jan 21:20
a6d5549
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

20 Jan 23:21
85fa3b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.8...0.9.0

0.8.8

20 Jan 21:25
129a33b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.7...0.8.8

0.8.7

19 Dec 22:43
6e8927b
Compare
Choose a tag to compare

Added

  1. Site->linkStack() is used to return an associative array with file paths as keys and page titles as values based on the path given. #36
  2. Site->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

  1. Site->titles() to use Site->linkStack() #36

What's Changed

Full Changelog: 0.8.6...0.8.7