Add multiple RSS feeds support and daily automation (v2.0.0) - #1
Open
cloudevangelist wants to merge 1 commit into
Conversation
This major update adds support for multiple RSS feeds and automated daily fetching: Features: - Multiple RSS feeds: Configure multiple feeds with names in format "Name|URL" - Daily automation: Automatic RSS fetching via Mautic cron integration - Database caching: Store RSS items in database for faster access - CLI command: Manual fetching via mautic:rss:fetch command - Feed selector: Choose which feed to import in GrapesJS interface - Automatic cleanup: Remove old RSS items (configurable retention) New Components: - Command/FetchRssCommand.php: CLI command for manual RSS fetching - Entity/RssItem.php: Database entity for cached RSS items - Entity/RssItemRepository.php: Repository for querying RSS items - EventListener/CronSubscriber.php: Cron integration for daily automation - Service/RssService.php: Service layer for RSS fetching and storage Modified Components: - Integration/EmailRssImportIntegration.php: Updated to support multiple feeds - Controller/RssController.php: Added support for multiple feeds and caching - Assets/js/grapesjs-rss-import.js: Added feed selector modal - Translations/en_US/messages.ini: Updated translation strings - Config/config.php: Registered new services, entities, and commands - README.md: Comprehensive documentation of new features Backward Compatibility: - Maintains support for single RSS URL configuration - Existing installations will continue to work without changes Version: 2.0.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This major update adds support for multiple RSS feeds and automated daily fetching:
Features:
New Components:
Modified Components:
Backward Compatibility:
Version: 2.0.0