Changes between Initial Version and Version 2 of Ticket #59812
- Timestamp:
- 11/06/2023 11:43:05 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59812
- Property Keywords has-patch added
-
Property
Summary
changed from
Twenty twenty-four: fixed contrast issues, improved documentations, general polishing before release
toTwenty Twenty-Four: fixed contrast issues, improved documentations, general polishing before release
-
Ticket #59812 – Description
initial v2 1 1 This PR includes the last fixes to the theme before the release: 2 2 3 WordPress/twentytwentyfour#723 4 WordPress/twentytwentyfour#718 5 WordPress/twentytwentyfour#719 6 WordPress/twentytwentyfour#720 7 WordPress/twentytwentyfour#722 3 - [https://github.com/WordPress/twentytwentyfour/pull/723 PR 723] 4 - [https://github.com/WordPress/twentytwentyfour/pull/718 PR 718] 5 - [https://github.com/WordPress/twentytwentyfour/pull/719 PR 719] 6 - [https://github.com/WordPress/twentytwentyfour/pull/720 PR 720] 7 - [https://github.com/WordPress/twentytwentyfour/pull/722 PR 722] 8 8 9 9 Addresses some issues with contrast on some of the theme variations, we ended up removing a color that is no longer used from the theme and variations. 10 Fixes an issue with a pattern that was using the wrong unit type for the min-height.11 Moves wp_enqueue_block_stylecall to its own function for clarity.10 Fixes an issue with a pattern that was using the wrong unit type for the `min-height`. 11 Moves `wp_enqueue_block_style` call to its own function for clarity. 12 12 Updates the link to the docs on the changelog 13 13