Opened 14 years ago
Closed 13 years ago
#22163 closed defect (bug) (duplicate)
SimplePie removes methods in 1.3
| Reported by: | nacin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | External Libraries | Version: | |
| Severity: | blocker | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
14 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
@
14 years ago
Fixed constructor stuff in master and one-dot-three.
#5
@
14 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Upstream #243 fixes the cache class problem.