Bump WP version requirement to 6.4+ #13703
Labels
Group: WordPress
Changes related to WordPress or Gutenberg integration
P2
Should do soon
Type: Code Quality
Things that need a refactor, rewrite or just some good old developer ❤️
Type: Task
Tasks which do not involve engineering
Milestone
Analytics numbers look good, so by the time we release our new version, only very few people will be on older versions.
Previously:
Field guide: https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/
Some of the changes around option autoloading are nice. New functions
get_options()
,wp_prime_option_caches()
, andwp_set_option_autoload_values()
allow an enhanced performance of retrieving options from the database. This would help unblock #13701.Post meta revisions are also useful. In the
Story_Post_Type
class we can use thewp_post_revision_meta_keys
filter to ensurePOSTER_META_KEY
andPUBLISHER_LOGO_META_KEY
are part of revisions too. Might require some testing. Ditto for theProduct_Meta
classNothing else stands out at the moment.
Tasks include:
readme.txt
web-stories.php
(twice)minimum_supported_wp_version
inphpcs.xml.dist
The text was updated successfully, but these errors were encountered: