diff --git a/CHANGELOG.md b/CHANGELOG.md index 34339d9..819ad70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Fluency for ProcessWire Changelog +## 1.0.4 2023-12-19 + +### Enhancement, Documentation + +- Added TOC to README +- Reorganized/clarified text of README for easier reading +- Fixed speling mistakes in README +- Expanded README to include Contributing section +- Expanded README to include documentation for translating multiple strings in one call +- Expanded README to include documentation for DTO methods and helpers +- FluencyMarkup now accepts `null` for `$classes` parameter +- FluencyMarkup now removes empty HTML attributes on render +- The module method `renderLanguageLinks` now adds active class to `
  • ` element containing the + current page language rather than the `` element contained within it. +- When when a divider value is passed to `renderLanguageLinks`, the `
  • ` element is given a + `divider` class +- Added missing parameter description to docblock for `renderLanguageLink` + ## 1.0.3 2023-12-18 ### Enhancement, Documentation diff --git a/Fluency.module.php b/Fluency.module.php index abd5df8..4d9206a 100644 --- a/Fluency.module.php +++ b/Fluency.module.php @@ -569,14 +569,15 @@ classes: $classes, * * #pw-group-Page-And-Markup-Utilities * - * @param string|array|null $classes Classes to add to