RSS-Bridge 2019-02-19
General changes
- Updated
PHP Simple HTML DOM Parser
to version 1.8.1 (bcd7bcc) - Refactored the Atom format to comply with RFC 4287 (#995)
- Refactored the Mrss format to make it valid RSS 2.0 + Media RSS (#996)
- The
required
attribute is no longer supported for lists and checkboxes (d532d0e) (#1014) - Added new parameter 'uid' to item (#1017)
- Added unit tests for cache implementations (#1007)
- Added unit tests for format implementations (#1008)
- Added minor typographical changes to the HtmlFormat CSS (#1009)
- Implemented the Action factory (#1002)
- Added support for custom cache types to the configuration file (556a417)
New bridges
- Apple Music (https://www.apple.com) (#1026)
- Baka Updates Manga Releases (https://www.mangaupdates.com/) (#999)
- Cachet (https://cachethq.io/) (#1034)
- Glowfic (https://www.glowfic.com) (#1031)
- RoadAndTrack (https://www.roadandtrack.com) (473a62e)
- VMwareSecurityBridge (https://www.vmware.com/security/advisories.html) (#1041)
Modified bridges
-
Feed Expander
- Fixed item href being used as feed uri (#1033)
-
Glassdoor
- Fixed incorrect CSS selector (37d882a)
-
Twitter
- Appended username of retweeter to author (#1016)
-
MozillaSecurityBridge
- Make the URI unique by adding timestamp (#1005)
Removed bridges
No bridges were removed in this release