v0.8.0
This release raises the minimum WordPress version to 7.0, fixes the Photo Drop Zone's default dashed-box styling so it renders on the published page (not only in the editor), and makes the Manage collections inspector link always available.
Added
- The Photo Drop Zone block's inspector now always shows the Manage collections link to the admin page, instead of only once a collection has been selected. (#41)
Changed
- The minimum WordPress version is now 7.0 (was 6.6). The plugin tracks current WordPress and carries no compatibility code for older releases — the seeded heading uses only the current typography text-alignment mechanism, and the end-to-end suite runs against current WordPress.
Fixed
- The Photo Drop Zone's default appearance — the dashed box with its light background and padding — now shows on the published page, not only in the editor. The default was stored as a block-attribute default, which WordPress never serialises into
post_content, so the dynamic block rendered its wrapper without it on the front end; the default now lives in the block's stylesheet (which loads on both the editor and the front end), and the block's border, colour, and spacing controls still override it.
Full changelog: https://github.com/Kntnt/kntnt-photo-drop/blob/v0.8.0/CHANGELOG.md