Felix Arntz
Felix Arntz
## Description WordPress 5.3 will update the gallery block markup (via Gutenberg). All our adjustments currently break that, and I think the most straightforward solution is to simply remove our...
## Description The default values for `custom-media` and `custom-properties` in `config.default.json` are not valid: * They each should be an object with a `preserve` property (see `gulp/styles.js`). * The `preserve`...
## Description Addresses issue #574 ## List of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) -...
## Issue Overview When a child element of `.page-content` / `.entry-content` / `.entry-summary` (referred to as content wrap elements in the following) has a class `alignleft` or `alignright`, it floats...
Currently, an issue with the `wpcom_vip_load_plugin()` function is that plugins loaded by it will not have their activation routines triggered. This was recently flagged as a problem with Yoast SEO,...
I'm getting various JS errors from the WP Admin service worker because my website uses a `wp-content` directory which is separate from the WordPress core directory (which also means `home_url()`...
Limit shared requests for Analytics reports to metrics and dimensions used by the Site Kit dashboard
As an additional security & privacy requirement, the report endpoints should only allow for specific metrics and dimensions to be requested when used by a user with shared access -...
A WordPress admin pointer should be added that informs users that have received view-only access to the dashboard about the new "Site Kit" admin menu item available to them. ---------------...
Since the TwG JS library requires the consuming site to use HTTPS, we should (at least for now) completely hide the module on sites that don't use it (e.g. "http://"...
This is effectively a preparation task for #5537: We already know all the technical parts on how to refer users to the TwG flow in Publisher Center, the only thing...