Releases: Automattic/msm-sitemap
Releases · Automattic/msm-sitemap
1.5-beta
What's Changed
- Disables WordPress 5.5 Sitemaps by @kraftbj in #160
- Temporary workaround for sitemaps returning 404 by @vaurdan in #161
- Convert boolean options to bool before strict comparison by @rickhurst in #164
- setup github actions by @trepmal in #166
- Migrating plugin instructions from old VIP Docs site to plugin's README.md by @yolih in #172
- Update plugins, update tests by @mchanDev in #173
- Bugfix/issues 171 php 8.1 date error by @mchanDev in #174
- Adding hook for custom post status with tests by @elysium001 in #176
- adding custom hook for generated xml properties by @elysium001 in #177
- Add msm_pre_get_last_modified_posts filter by @rbcorrales in #178
New Contributors
- @vaurdan made their first contribution in #161
- @rickhurst made their first contribution in #164
- @trepmal made their first contribution in #166
- @yolih made their first contribution in #172
- @mchanDev made their first contribution in #173
- @elysium001 made their first contribution in #176
- @rbcorrales made their first contribution in #178
Full Changelog: 1.4.2...1.5-beta
1.4.2
Filter Sitemap Index
Introduce the msm_sitemap_index
filter which allows removing daily sitemaps from the root sitemap index.
Cron improvements
This release fixes a problem with too many cron jobs being created in certain circumstances. #134
It also contains some PHPCS code cleanup as well as fixes for errors on PHP > 7.1
Adding the ability to index sitemaps by year
1.3 Version bump to 1.3
1.2.1
Fix for poor performing date query.
Performance improvements
Query performance improvements and other fixes
1.1: Merge pull request #80 from Automattic/add/delete-method
- Additional cleanup methods and features.
Initial Release Tag
- enable stable Composer installations from origin
- give MSM Sitemap a version number; it's been in use for a while :)
- no additional changes