All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
- [Added] for new features.
- [Changed] for changes in existing functionality.
- [Deprecated] for soon-to-be removed features.
- [Removed] for now removed features.
- [Fixed] for any bug fixes.
- [Security] in case of vulnerabilities.
- StyleCI fixes
- Added funding option to project
- Image sitemap generation with extension types, and naming option
- Non-asset files with extensions (robots.txt) don't get the slash added when sitemap.url_trailing_slash is true
- Trailing slash option to stop spiders reporting 308 permanent redirects on all links
- Configuration to allow future expansion of the module
- Added trim to baseUrl to stop double slash
- Updated to work with Latest Jigsaw 1.3.x and Laravel 6
Initial Release