#22321 closed enhancement (fixed)
Update SimplePie to 1.3.1
| Reported by: | rmccue | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | External Libraries | Version: | 3.5 |
| Severity: | blocker | Keywords: | has-patch |
| Cc: | Focuses: |
Description
SimplePie 1.3.1 is now available with a bunch of fixes.
Attachments (3)
Change History (16)
#7
in reply to: ↑ 5
@
14 years ago
- Cc 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
#9
@
14 years ago
- Resolution fixed
- Status closed → reopened
Sorry, my patch forgot to include the new Exception.php.
#11
@
14 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
#22158 was marked as a duplicate.