Skip to content

v2.5.2

Choose a tag to compare

@oxyc oxyc released this 23 Jun 15:40
· 73 commits to master since this release
v2.5.2

Fix

Create the cache_tags table for newly added multisite subsites.

The activation hook only provisions sites that exist at activation time, so subsites created later never got their cache_tags table. The plugin now listens for wp_initialize_site and creates the table in the new site's context.

See #12.