xref: /plugin/navigatorlabels/CHANGELOG.md (revision 6c043e75ccfe543f146872fc66207a0868a3a2b8)
12026-03-25
2  * Updated URL in plugin.info.txt
3
42026-03-18
5  * Added Custom Link entry to the Topics panel for mobile and desktop
6  * Introduced dedicated styling block for `.topics-customlink` with spacing, divider, and accent color
7  * Improved visual alignment of Custom Link with topic items inside the panel
8  * Added support for custom color variables in `style.ini` for top-bar and panel elements
9  * Documented how template style labels map to `lang/en/settings.php`
10  * Prepared groundwork for friendly, human-readable labels for custom style placeholders
11
122026-03-17
13  * Added new configuration key `customlink_url` for admin-editable Custom Link destination
14  * Added new configuration key `customlink_newtab` to allow opening the Custom Link in a new tab
15  * Added helper method `flag()` for boolean configuration values
16  * Updated helper plugin to support raw value retrieval via `value()`
17  * Improved integration with Navigator top bar (Custom Link label, URL, and behavior now fully configurable)
18
192026-03-16
20  * Added multilingual default article list (Portuguese, English, Spanish, French)
21  * Added support for French elisions (l’, d’, qu’, etc.)
22  * Improved Unicode-aware matching for article stripping
23  * Added NBSP and punctuation-safe prefix detection
24  * Switched Admin field to multiline for better visibility
25  * Added max-length guard to prevent accidental long input
26  * Refined normalization logic for AUTOINDEX integration
27  * Updated plugin.info.txt with clearer description and tags
28
292026-02-10
30  * Initial integration with Navigator theme
31  * Added customizable top-bar labels
32  * Added basic article-stripping for sorting
33  * Added helper functions for autolist behavior
34