Opened 12 years ago
Closed 12 years ago
#22163 closed defect (bug) (duplicate)
SimplePie removes methods in 1.3
Reported by: | nacin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | blocker | Version: | |
Component: | External Libraries | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
From the changelog:
- The ability to pass parameters into the SimplePie constructor has been removed. Use the SimplePie::set_feed_url() method instead.
- The SimplePie::get_favicon() and SimplePie::set_favicon_handler() methods have been removed.
- SimplePie::subscribe_*() methods have also been removed (with the exception of SimplePie::subscribe_url()).
- SimplePie::enable_xml_dump() has been removed and replaced with SimplePie::get_raw_data().
Change History (8)
#3
@
12 years ago
Favicons fixed upstream in master and one-dot-three.
(That can be made protocol-relative if you think that'd work better.)
#4
@
12 years ago
Fixed constructor stuff in master and one-dot-three.
#5
@
12 years ago
- Keywords has-patch added
Fixed subscribe_* and enable_xml_dump in master and one-dot-three.
Note: See
TracTickets for help on using
tickets.
Upstream #243 fixes the cache class problem.