Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Releases: Marketo/SilverStripe-Performable-Sitemaps

Improvements for SEO

10 Jan 20:26
359dcc0
Compare
Choose a tag to compare

Removing error pages from sitemap, and adding the last modified date for each page

Reverting SiteMapPage to Use Original Method

09 Nov 22:01
4f4aed9
Compare
Choose a tag to compare

Release 2.0.3 utilized the SiteTree::get() which in turn broke the human friendly version of site tree. This release reinstates the old method call.

Updating Queued Jobs

25 Jun 16:36
d3ee804
Compare
Choose a tag to compare

Adding Missing Fields

06 Apr 19:17
bdb4246
Compare
Choose a tag to compare

Adding missing fields so that they are no longer required in the project.yml file.

Observe ShowInMenus and ShowInSearch

13 Dec 22:04
549449e
Compare
Choose a tag to compare

Add option to filter sitemap byShowInMenus and/or ShowInSearch page setting.

Child fix and reformatting

08 Nov 01:39
9c13ef7
Compare
Choose a tag to compare

Refactored get children to utilize SiteTree::get and reformatted all php files to psr2 standard.