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.