Peter Wilson

Results 196 comments of Peter Wilson

Due to the variety of systems the plugin can run on, I don't think it's possible to switch to a `file_exists()` checks. The use of a server side HTTP request...

> Can support be added simply with mock data in the test case, or do the files need to also exist somewhere? Yes, tests can be added by mocking the...

@sanketio > I added a few test cases for WebP image types in https://github.com/10up/distributor/commit/b83212b805f56e54d33651ccfaa5873035c78ffe, Can you let me know if that's the right direction to proceed with? If so, I...

@sanketio Got you. WordPress converts HEIC images to jpegs on uploads, so that might be why it was working. AVIF images aren't converted so I'm not sure what was happening...

@thrijith I think the intent is to: * unlink distributed posts once the original is trashed * retain distributed copies in their current state (published, draft, etc) * retain the...

@gustavo-p-rossler Thanks for the pull request. This tests well in the Gutenberg/Block editor but will need an equivalent change for the classic editor interface to add the icon and the...

@kirtangajjar Am I able to clarify what you are intending for the RSS feed's title to be on this pull request? On this branch the result is `Podcast name –...

@kirtangajjar The order of the podcast name and title is reversed in the feed's title on this branch compared to develop. It's cool if that was intentional but I wanted...

Merged [r59019](https://core.trac.wordpress.org/changeset/59019) / https://github.com/WordPress/wordpress-develop/commit/a78540b0881a195ec8488bb6bdf878114d75f8b8

I'm a little concerned about including this in the base plugin. With RSA alone: - Editors/Admins can preview all unpublished posts - Authors/Contributors can preview their own unpublished posts -...