#22321 closed enhancement (fixed)
Update SimplePie to 1.3.1
Reported by: | rmccue | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | blocker | Version: | 3.5 |
Component: | External Libraries | Keywords: | has-patch |
Focuses: | Cc: |
Description
SimplePie 1.3.1 is now available with a bunch of fixes.
Attachments (3)
Change History (16)
#4
@
12 years ago
- Milestone changed from Awaiting Review to 3.5
- Type changed from defect (bug) to enhancement
#7
in reply to:
↑ 5
@
12 years ago
- Cc nacin added
- Keywords has-patch added; needs-patch removed
I marked this as has-patch, since it's literally just copying over the 1.3.1 release; making a .diff for it makes no sense. If you really want a patch: https://github.com/simplepie/simplepie/compare/1.3...1.3.1.diff
#8
@
12 years ago
- Owner set to ryan
- Resolution set to fixed
- Status changed from new to closed
In 22366:
#9
@
12 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Sorry, my patch forgot to include the new Exception.php.
#11
@
12 years ago
Now that we've updated to 1.3.1, we can remove the checks added previously for 1.2 -> 1.3 compatibility. They could cause more trouble than they are worth, especially since plugins could potentially include earlier versions.
Debian will not like that create() is still getting called statically, as it'll generate E_STRICT under newer PHP versions. They actually hacked up SimplePie to add in the "static" keyword, then complained when WordPress broke. I want to note this, but this is the least of our concerns.
#22158 was marked as a duplicate.