Skip to content

Commit 998a009

Browse files
author
Matt Porritt
committedMar 3, 2023
MDL-76909 Libraries: Upgrade Simplepie to 1.8.0
1 parent 9ee4f8d commit 998a009

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+19865
-18360
lines changed
 

‎lib/simplepie/LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2007, Ryan Parman and Sam Sneddon.
1+
Copyright (c) 2004-2022, Ryan Parman and Sam Sneddon.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are

‎lib/simplepie/README.markdown

+15-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ compatibility and standards compliance][what_is].
1111

1212
Requirements
1313
------------
14-
* PHP 5.6+ (Required since SimplePie 1.5.3)
14+
* PHP 7.2+ (Required since SimplePie 1.8.0)
1515
* libxml2 (certain 2.7.x releases are too buggy for words, and will crash)
1616
* One of iconv, mbstring or intl extensions
1717
* cURL or fsockopen()
@@ -20,7 +20,7 @@ Requirements
2020

2121
What comes in the package?
2222
--------------------------
23-
1. `library/` - SimplePie classes for use with the autoloader
23+
1. `src/` - SimplePie classes for use with the autoloader
2424
2. `autoloader.php` - The SimplePie Autoloader if you want to use the separate
2525
file version.
2626
3. `README.markdown` - This document.
@@ -75,9 +75,20 @@ to be prioritized.
7575

7676
If you'd like to contribute to SimplePie, the best way to get started is to fork
7777
the project on GitHub and send pull requests for patches. When doing so, please
78-
be aware of our [coding standards][].
78+
be aware of our [coding standards](http://simplepie.org/wiki/misc/coding_standards).
7979

80-
[coding standards]: http://simplepie.org/wiki/misc/coding_standards
80+
The main development for the next minor release happens in `master` branch.
81+
Please create your pull requests primarily against this branch.
82+
83+
We do not actively provide bug fixes or security fixes for older versions. Nevertheless,
84+
you are welcome to create backport PRs if you still need support for older PHP versions.
85+
Please open your PR against the appropriate branch.
86+
87+
| branch | requires |
88+
|----------------------------------------------------------------------------|-------------|
89+
| [master](https://github.com/simplepie/simplepie/tree/master) | PHP 7.2.0+ |
90+
| [one-dot-seven](https://github.com/simplepie/simplepie/tree/one-dot-seven) | PHP 5.6.0+ |
91+
| [one-dot-three](https://github.com/simplepie/simplepie/tree/one-dot-three) | PHP 5.2.0+ |
8192

8293

8394
Authors and contributors

0 commit comments

Comments
 (0)
Please sign in to comment.