All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
1.4.2 - 2020-01-28
- Compatibility with PHP 7.4
- Several inspection issues
- Minimum PHP version is now 7.3
1.4.1 - 2018-01-07
- Command
check:links
does not require a valid SSL certificate onhttps://
links anymore.
1.4.0 - 2018-01-03
- Command
generate:search-index
that generates a static JSON file for a JavaScript on-page search - #5
1.3.1 - 2017-04-23
- Command
check:links
now skips links starting withjavascript:
ormailto:
. #9 - Code inspection issues
1.3.0 - 2017-01-07
- Command
check:links
that checks all HTML links in generated content and all XML sitemap links. - #4
1.2.0 - 2016-12-31
- Command
generate:sitemap
that generates an XML sitemap in<outputDir>/sitemap.xml
- #6
1.1.0 - 2016-10-26
- Input option
--baseUrl=<baseUrl>
to commandgenerate:pages
for local overwrite of the base URL inProject.json
- #2
- Default name of config file from
Pages.json
toProject.json
- First stable release