Peter Wilson
Peter Wilson
CI is failing due to configuration problems.
### Describe the bug Enabling a regular expression without a leading `/` can be quite buggy. * in most cases I am getting redirected to the wp-admin * if a...
### Is your enhancement related to a problem? Please describe. In 6.0 the ability to customise the labels on a taxonomy's edit screen was introduced. This allow for the plugin...
I'm receiving a lot of undefined variables notices when using WP 5.3.2 with Tachyon, it caused by the `compact( ... 'size' )` variable in the `tachyon_post_image_args` hook. ``` [21-Dec-2019 10:47:54...
Currently the Tachyon Plugin builds the `srcset` attribute by replacing the sources WP core builds with Tachyon URLs. If the inserted image's aspect ratio doesn't match the ratio of any...
The downsizing filter uses `Tachyon::image_sizes()` to determine valid sizes for an image to account for image sizes registered after an image was uploaded. If registered sizes were removed after an...
WordPress does not modify images containing an EXIF orientation (eg from an iPhone), this causes the width and height to be recorded in the meta data incorrectly for images rotated...
The filter `image_downsize` expects an array of four values, `Tachyon::filter_image_downsize()` returns an array of three values, this causes an error in the AJAX response for `query-attachment/s`. The forth value should...
It would be helpful to allow two modes of custom cropping: * Global crops (as is currently the case, stored in the attachment's post meta) * Local crops affecting only...
### Is your enhancement related to a problem? Please describe. Currently the plugin is lacking docblocks for the filters. Per the 10up best practices, it would be helpful to add...