Codeinwp / feedzy-rss-feeds

FEEDZY RSS Feeds is an easy-to-use plugin giving you RSS aggregator and autoblogging functionality. Bring the best RSS feeds to your site.
GNU General Public License v2.0
81 stars 26 forks source link

Fix/image import non ascii #930

Closed preda-bogdan closed 6 months ago

preda-bogdan commented 7 months ago

Summary

Similar to the spaces fix the URL was not passing the filter function. Improved the URL sanitization before running the filter so that URLs are converted to ASCII and escaped. Same as it happens inside the browser. This should also allow for all valid URLs to pass the check.

Added test for this specific case with internalized URLs.

Will affect the visual aspect of the product

NO

Screenshots

Test instructions

  1. Try to import a feed with internalized image URLs
  2. Check that the images are being imported.
  3. All tests should pass.

Check before Pull Request is ready:

Closes #928.

pirate-bot commented 7 months ago

Plugin build for 0f8d13c4eeb753a347e964cc358986e7593a0845 is ready :bellhop_bell:!

pirate-bot commented 6 months ago

:tada: This PR is included in version 4.4.9 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: