Releases: prcr/mkdocs-meta-descriptions-plugin
Releases · prcr/mkdocs-meta-descriptions-plugin
v3.0.0
Added
- Added support for Python 3.12.
Removed
- Dropped support for Python 3.7 after reaching EOL on 2023-06-27.
v2.3.0
Added
- New option
trim
to trim meta descriptions coming from the first paragraph of the pages to include at mostmax_length
characters. Fixes #259. Thanks to @mur4d1n for the contribution! 🎉
Changed
- If you're using MkDocs>=1.5.0, the log messages produced by the plugin have the prefix
meta-descriptions:
instead of[meta-descriptions]
since the plugin now uses the built-in MkDocs logger to help format log messages consistently across plugins.
v2.2.0
Added
- Added support for Python 3.11.
v2.1.0
Added
- New option
enable_checks
to validate if all pages have meta descriptions and if each meta description has the recommended length.
v2.0.0
Added
- Added support for Python 3.10.
- Option
quiet
to stop info messages from being displayed on the console when running MkDocs. - New debug messages to log which meta description the plugin used on each page, available by running MkDocs with the
--verbose
flag.
Changed
- Tweaked existing console log messages.
Removed
- Dropped support for Python 3.6 after reaching EOL on 2021-12-23.