|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/) and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.html). |
| 6 | + |
3 | 7 | ## [0.2.0] - 2025-12-10 |
4 | 8 | ### Added |
5 | 9 | - Support for `icon.svg` in asset preview (scalable vector icons now preferred over raster icons) |
6 | 10 |
|
7 | | -## [0.1.7] - 2025-10-05 |
8 | | -### Fixed |
9 | | -- wordpress.org tabbed theme now detects FAQ content even when the section is titled "Frequently Asked Questions" or appears out of the typical order. Sections are scanned globally and mapped to canonical tabs (description, installation, faq, changelog) irrespective of order. |
| 11 | +## [0.1.9] - 2025-10-27 |
| 12 | +### Changed |
| 13 | +- "Requires at least" and "Requires PHP" header fields are now optional. Format validation still applies if provided. |
| 14 | +### Documentation |
| 15 | +- README updated to reflect new optional status of these fields. |
10 | 16 |
|
11 | 17 | ## [0.1.8] - 2025-10-21 |
12 | 18 | ### Fixed |
|
17 | 23 | ### Security |
18 | 24 | - Addresses code scanning warning related to incomplete string escaping for inline code conversion and emphasis token detection. |
19 | 25 |
|
20 | | -## [0.1.9] - 2025-10-27 |
21 | | -### Changed |
22 | | -- "Requires at least" and "Requires PHP" header fields are now optional. Format validation still applies if provided. |
23 | | -### Documentation |
24 | | -- README updated to reflect new optional status of these fields. |
25 | | - |
26 | | - |
27 | | -All notable changes to this project will be documented in this file. |
28 | | - |
29 | | -The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/) and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.html). |
| 26 | +## [0.1.7] - 2025-10-05 |
| 27 | +### Fixed |
| 28 | +- wordpress.org tabbed theme now detects FAQ content even when the section is titled "Frequently Asked Questions" or appears out of the typical order. Sections are scanned globally and mapped to canonical tabs (description, installation, faq, changelog) irrespective of order. |
30 | 29 |
|
31 | 30 | ## [0.1.6] - 2025-10-05 |
32 | 31 | ### Removed |
@@ -94,11 +93,12 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/) a |
94 | 93 | - Context menu integration across explorer, editor tab, and editor content |
95 | 94 | - Custom parser for WordPress readme formatting (FAQ, changelog headers, etc.) |
96 | 95 |
|
97 | | -[0.1.6]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.5...v0.1.6 |
98 | | -[0.1.7]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.6...v0.1.7 |
99 | | -[0.1.8]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.7...v0.1.8 |
| 96 | +[0.2.0]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.9...v0.2.0 |
100 | 97 | [0.1.9]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.8...v0.1.9 |
101 | | -[0.1.4]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.3...v0.1.4 |
| 98 | +[0.1.8]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.7...v0.1.8 |
| 99 | +[0.1.7]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.6...v0.1.7 |
| 100 | +[0.1.6]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.5...v0.1.6 |
102 | 101 | [0.1.5]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.4...v0.1.5 |
| 102 | +[0.1.4]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.3...v0.1.4 |
103 | 103 | [0.1.3]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.1...v0.1.3 |
104 | 104 | [0.1.1]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.0...v0.1.1 |
0 commit comments