feedzy-rss-feeds
feedzy-rss-feeds copied to clipboard
FEEDZY RSS Feeds is an easy-to-use plugin giving you RSS aggregator and autoblogging functionality. Bring the best RSS feeds to your site.
Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.18 to 3.3.21. Release notes Sourced from codeinwp/themeisle-sdk's releases. v3.3.21 Version 3.3.21 (2024-04-29) fixes non-existant string being used in Licenser v3.3.20 Version 3.3.20 (2024-04-16) fix required params...
### What problem does this address? Currently the Feedzy "Import Posts" functionality uses the feed items date and time < pubDate > when Post Date is mapped to [#item_date] under...
Migrate from Cypress to Playwright to get the advantage of the Gutenberg package for testing.
### What problem does this address? A user on WordPress.org suggested to improve the run cron method in our plugin. He wrote the following message - I have some issues...
Bumps [phpcompatibility/phpcompatibility-wp](https://github.com/PHPCompatibility/PHPCompatibilityWP) from 2.1.4 to 2.1.5. Release notes Sourced from phpcompatibility/phpcompatibility-wp's releases. 2.1.5 - 2024-04-25 Ruleset: Updated for compatibility with WordPress 6.5. Thanks @swissspidy. The recommended version of the Composer...
### Summary Added the option to have chained actions for Post Title field in the Map Content on the tag `[#item_title]`. ( the process is similar to the one from...
### Description A user reported that Feedzy doesn't parse the full content and that he has this error appearing inside the preview too. I tested and it appears that his...
### Summary Enables the Float Widget for Feedzy. This links to the changes from the SDK here: https://github.com/Codeinwp/themeisle-sdk/pull/229 Testing is covered by the SDK PR. ### Will affect the visual...
### 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...
### Summary By levering Sentry API, two wp actions were added: - `themeisle_capture_exception`, which map to `sentry\captureException` - `themeisle_capture_message`, which map to `sentry\captureMessage` > [!NOTE] > Those will be moved...