Skip to content

Commit c9c2025

Browse files
committed
fix: update CHANGELOG for version 0.1.9 and 0.2.0, reordering entries and clarifying optional fields
1 parent aa65b30 commit c9c2025

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Changelog
22

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+
37
## [0.2.0] - 2025-12-10
48
### Added
59
- Support for `icon.svg` in asset preview (scalable vector icons now preferred over raster icons)
610

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.
1016

1117
## [0.1.8] - 2025-10-21
1218
### Fixed
@@ -17,16 +23,9 @@
1723
### Security
1824
- Addresses code scanning warning related to incomplete string escaping for inline code conversion and emphasis token detection.
1925

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.
3029

3130
## [0.1.6] - 2025-10-05
3231
### Removed
@@ -94,11 +93,12 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/) a
9493
- Context menu integration across explorer, editor tab, and editor content
9594
- Custom parser for WordPress readme formatting (FAQ, changelog headers, etc.)
9695

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
10097
[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
102101
[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
103103
[0.1.3]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.1...v0.1.3
104104
[0.1.1]: https://github.com/soderlind/wordpress-readme-preview/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)