Skip to content

Conversation

Soare-Robert-Daniel
Copy link
Contributor

@Soare-Robert-Daniel Soare-Robert-Daniel commented Aug 7, 2025

Changelog

New Features

Added debug logging system for better troubleshooting
Custom cron schedules - create and manage custom import schedules (PRO)
OpenAI model selection per action in importer for granular control
URL-based filtering to exclude specific domains from feeds
YouTube Shorts embedding support in imported posts
Aspect ratio controls for thumbnail images
Improved fallback image options per import job

Improvements

Major UI overhaul for the importer with tabbed interface and better organization
Enhanced feed validation system
Redesigned Dashboard (formerly Support page)
Improved onboarding and import setup experience
Better feed groups management interface
More features available in free version
Added helper text for proxy and user-agent settings

Bug Fixes

Fixed categories settings changing when installing pro version
Fixed action popup not closing when clicking outside
Fixed HTML tags in post titles when using paraphrasing
Fixed fallback images being ignored in classic block
Fixed integration tab showing incorrect license status
Fixed broken images in Feedzy Loop
Fixed various UI alignment and layout issues

pirate-bot and others added 8 commits July 31, 2025 17:39
- Remove all notices on the page except `fz-notice` and `themeisle-sale` (Black Friday)
- Previously, the CSS page was loaded on all the pages! Now it is restricted to our plugin pages.
The chosen.js was required as deps for wizard but the condition did not load it for Setup Wizard page.
I have improved the UX for the general settings of the feed importer and added two new options for removing HTML tags and feed import ordering.

Also, I have removed the auto-delete images and posts setting as discussed.
@Soare-Robert-Daniel Soare-Robert-Daniel marked this pull request as ready for review August 7, 2025 17:53
@pirate-bot
Copy link
Contributor

pirate-bot commented Aug 7, 2025

Plugin build for 6e24e35 is ready 🛎️!

Note

You can preview the changes in the Playground

RaduCristianPopescu and others added 20 commits August 11, 2025 10:29
The user can select between general settings and their custom fallback image.
By default, the `1:1` will be used to maintain compatibility.
Refactors the dashboard/support page functionality by extracting the license from the settings page into a dedicated tab.

Compatibility: Newer versions will use the new License tab, while the old versions will use the old location (if an old Feedzy Lite or Pro version is present, the old location will be used)
@Soare-Robert-Daniel
Copy link
Contributor Author

  • Not sure if this is an issue or not, but I couldn't find any mention in the issues. Is it normal for the Email Reporting Frequency option to be in a different place than where you are enabling the reporting via Email? I was expecting it to be in the same place.

The mention about the location is in https://github.com/Codeinwp/feedzy-rss-feeds-pro/issues/848#issuecomment-3113230857

@ineagu
Copy link
Contributor

ineagu commented Aug 20, 2025

good catch @rodica-andronache , robert can we move it under email address when report errors is active?

@ineagu
Copy link
Contributor

ineagu commented Aug 20, 2025

  • when clicking here the sample email should go away automatically . ( Decide to leave it as it is - Slack DM)
Screenshot 2025-08-20 at 11 18 57
  • Let's remove this text: Powerful features available only with Feedzy Pro
Screenshot 2025-08-20 at 11 20 03
  • Settings and integrations should be as sub-pages, appearing only when dashboard link is active :
    Screenshot 2025-08-20 at 11 20 34 like
Screenshot 2025-08-20 at 11 26 35
  • Here the locked filters should have a (pro) label, no color : Screenshot 2025-08-20 at 11 28 14

  • When we add a new action it should auto-open :

Screenshot 2025-08-20 at 11 29 02

@ineagu
Copy link
Contributor

ineagu commented Aug 20, 2025

Screenshot 2025-08-20 at 11 36 27
  • Remove "How it works: When importing posts from RSS feeds, some items may not include images. This fallback image ensures all your imported posts have visual content by automatically applying this image as the featured image when needed.
    "

@ineagu
Copy link
Contributor

ineagu commented Aug 20, 2025

  • Clicking here should not open a new tab.
Screenshot 2025-08-20 at 11 39 05

@ineagu
Copy link
Contributor

ineagu commented Aug 20, 2025

  • When I use the classic block we still have this error of invalid date :
Screenshot 2025-08-20 at 11 42 25

@ineagu
Copy link
Contributor

ineagu commented Aug 20, 2025

  • Layout setting doesn't appear in the loop after picking a layout when adding the block ( when in preview mode)
Screenshot 2025-08-20 at 11 46 18
  • With preview enabled by default, we can show a notice saying, this can be dismissed : " You're in Preview Mode – This shows how your feed will look to visitors.
    To customize each element (title, meta, description) and adjust layouts, spacing, colors, and typography, click "Hide Preview" in the toolbar above to enter the advanced editor."

Part of Codeinwp/feedzy-rss-feeds-pro#864

The way `itemDateTime` was constructed was not valid for Safari implementation of Date. Switched to using only `moment` library.
- Remove `Powerful features available only...`
- Add hierarchy icon for Integration and Settings
- Add PRO label for disabled field type in conditions
@poonam279
Copy link

poonam279 commented Aug 20, 2025

  • The email address input box doesn’t appear immediately after enabling the “Report errors via email” option in Settings. It only shows up after saving the settings.

Here is a video for reference: https://vertis.d.pr/v/uBECnG

@poonam279
Copy link

poonam279 commented Aug 20, 2025

  • Feedzy loop Settings are pushed by Otter Settings
Screenshot 2025-08-20 at 5 24 00 PM

@poonam279
Copy link

poonam279 commented Aug 20, 2025

  • I haven’t been able to identify any clear pattern, but I’ve encountered this error several times when adding the Feedzy Loop. Other times, it works without any issues.
Screenshot 2025-08-20 at 5 27 53 PM

@Soare-Robert-Daniel
Copy link
Contributor Author

With preview enabled by default, we can show a notice saying, this can be dismissed : " You're in Preview Mode – This shows how your feed will look to visitors.
To customize each element (title, meta, description) and adjust layouts, spacing, colors, and typography, click "Hide Preview" in the toolbar above to enter the advanced editor."

Added the notice with this design. ( The dismiss is using the local storage to save the preference)
CleanShot 2025-08-20 at 15 21 16@2x

@Soare-Robert-Daniel
Copy link
Contributor Author

I simplified the description for Email Error since all the settings for it are in one place.

CleanShot 2025-08-20 at 15 35 22@2x

- User Agent
- Delete the posts created from all feeds, after a number of days
- Delete attached featured image
- Deprecate Headers tabs

Reference: Codeinwp/feedzy-rss-feeds-pro#852
Remove the install time since it is now done by the SDK.
@Soare-Robert-Daniel Soare-Robert-Daniel merged commit 276e9c4 into master Aug 20, 2025
7 checks passed
@pirate-bot
Copy link
Contributor

🎉 This PR is included in version 5.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@pirate-bot pirate-bot added the released Indicate that an issue has been resolved and released in a particular version of the product. label Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Indicate that an issue has been resolved and released in a particular version of the product.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants