Include test data in source distribution
- Fix compatibility with minify-html 0.17.1 and newer
- Add Python 3.13 & 3.14 and drop Python 3.8 & 3.9
Contributed by Paolo Melchiorre via PR #7
- Rename plugin and move under Pelican Plugins organization
- Restructure according to latest plugin best practices
- Add
JS_MINsetting and ability to minify JavaScript files - Replace all minifiers with
minify-html
- Add configuration options:
CSS_MIN,HTML_MIN,INLINE_CSS_MIN,INLINE_JS_MIN - Add ability to minify inline JS & CSS
- Refactor for Pelican 4.x
- Drop Python 2.7 support
- Fix CSS minification failure on embedded SVG in CSS rules (
url()function)
Disable stripping of HTML attribute quotes
Initial release