Skip to content

Commit b8f61ec

Browse files
committed
Version 0.8.0 changelog
1 parent 6ce120f commit b8f61ec

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.0] - 2025-12-21
9+
10+
This version requires WordPress 6.4 and PHP 7.4 as a minimum.
11+
12+
### Added
13+
- #195 Dedicated edit page for ad codes, replacing inline edit functionality.
14+
- #42 Autocomplete for conditional arguments using Select2 (categories, tags, pages, posts).
15+
- #71 Wrapper div with CSS classes for improved ad styling and targeting.
16+
- #178 wp-env configuration for local development.
17+
18+
### Fixed
19+
- #69 Validate unique tag IDs for DFP Async provider.
20+
- #72 Prevent empty widget wrapper output when no ad codes found.
21+
- #51 Ensure row actions display in first data column.
22+
23+
### Changed
24+
- #181 Update minimum WordPress version to 6.4.
25+
26+
### Documentation
27+
- #157 Add PHPDoc documentation for all hooks.
28+
- #123 Add contextual help for DFP and AdSense provider fields.
29+
30+
### Maintenance
31+
- #184 Standardise GitHub Actions, add unit test workflow with Brain Monkey.
32+
- #182 Migrate integration tests from SVN to wp-env.
33+
- #185 Migrate dependabot reviewers to CODEOWNERS.
34+
- #187 Standardise test matrix and update readme.
35+
- Dependency updates: actions/checkout v6, codecov-action v5, ramsey/composer-install v3.
36+
837
## [0.7.1] - 2023-09-09
938

1039
### Changed
@@ -166,6 +195,7 @@ Bug fix release.
166195

167196
Initial release.
168197

198+
[0.8.0]: https://github.com/Automattic/ad-code-manager/compare/0.7.1...0.8.0
169199
[0.7.1]: https://github.com/Automattic/ad-code-manager/compare/0.7.0...0.7.1
170200
[0.7.0]: https://github.com/Automattic/ad-code-manager/compare/0.6.0...0.7.0
171201
[0.6.0]: https://github.com/Automattic/ad-code-manager/compare/0.5...0.6.0

0 commit comments

Comments
 (0)