Opened 7 months ago
Closed 2 weeks ago
#22163 closed defect (bug) (duplicate)
SimplePie removes methods in 1.3
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | External Libraries | Version: | |
| Severity: | blocker | Keywords: | has-patch |
| Cc: | rmccue |
Description (last modified by nacin)
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)
Favicons fixed upstream in master and one-dot-three.
Version 0, edited 7 months ago
by rmccue
(next)
Fixed constructor stuff in master and one-dot-three.
- Keywords has-patch added
Fixed subscribe_* and enable_xml_dump in master and one-dot-three.
- Milestone 3.5 deleted
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #22321.
Note: See
TracTickets for help on using
tickets.

Upstream #243 fixes the cache class problem.