-
- MU Plugins Updated
- Partially removed some of the changes ES Media Library improvements.
- MU Plugins Updated
PR: #2297
PR: #2297
PR: #2294, #2276
PR: https://github.com/dc-thomson/wordpress/pull/2269
https://github.com/dc-thomson/wordpress/pull/2275
Removing redundant Selkie (original) theme.
PR: https://github.com/dc-thomson/wordpress/pull/2259
https://github.com/dc-thomson/wordpress/pull/2246, 2258, 2257
You can browse the full list of changes on Trac.
PR: https://github.com/dc-thomson/wordpress/pull/2247
PR: https://github.com/dc-thomson/wordpress/pull/2236
PR: https://github.com/dc-thomson/wordpress/pull/2223
Each site now has a per site cache. To prevent any flushes affecting all sites, please add the following code after the line containing WP_REDIS_PASSWORD:
define( 'WP_REDIS_SELECTIVE_FLUSH', true );
PR: https://github.com/dc-thomson/wordpress/pull/2221
wpc_ep_activate_feature()
. Thanks Graeme for the report.To test accurately against production settings, please add the following code after the line containing WP_REDIS_PASSWORD:
define( 'WP_REDIS_SELECTIVE_FLUSH', true );
PR: https://github.com/dc-thomson/wordpress/pull/2066; https://github.com/dc-thomson/wordpress/pull/2213