Lines Matching +full:php +full:- +full:versions

8 ## [Unreleased](https://github.com/simplepie/simplepie/compare/1.8.1...one-dot-eight)
12 ## [1.8.1](https://github.com/simplepie/simplepie/compare/1.8.0...1.8.1) - 2024-10-01
16 - Disable Composer lockfile by @jrfnl in [#887](https://github.com/simplepie/simplepie/pull/887), b…
20 - Fixes for PHP 8.4 deprecations by @Girgias, @jrfnl and @jtojnar, backported in [#875](https://git…
21 - Fix locator with website missing `Content-Type` header by @jtojnar in [#891](https://github.com/s…
22 - Fix `encode` argument of `SimplePie::strip_htmltags()` @jtojnar in [#894](https://github.com/simp…
23 - Reverted `strict_types` by @jtojnar in [#842](https://github.com/simplepie/simplepie/pull/842)
25 ## [1.8.0](https://github.com/simplepie/simplepie/compare/1.7.0...1.8.0) - 2023-01-20
29 - New method `SimplePie\SimplePie::set_cache()` for providing a PSR-16 cache implementation by @Art…
30 - New method `SimplePie\SimplePie::set_cache_namefilter()` for customize the cache key in [#762](ht…
31 - New class `SimplePie\Cache\CallableNameFilter` to provide a `callable` to customize the cache key…
32 - New interface `SimplePie\RegistryAware` to inject the `Registry` instance into classes created by…
33 - update PHP versions in GH Actions workflows by @jrfnl in [#767](https://github.com/simplepie/simp…
34 - Registry: Allow using class-strings instead of magic strings by @jtojnar and @Art4 in [#766](http…
38 - Clarify branching strategy by @Art4 in [#751](https://github.com/simplepie/simplepie/pull/751)
39 - Use native array_replace_recursive() by @Alkarex in [#749](https://github.com/simplepie/simplepie…
40 - PHP 7.2 or newer is now required by @Art4 in [#743](https://github.com/simplepie/simplepie/pull/7…
41 - Parse\Date: Clean up regex structure by @jtojnar in [#765](https://github.com/simplepie/simplepie…
42 - Declare strict_types=1 in every file by @Art4 in [#763](https://github.com/simplepie/simplepie/pu…
46 - Item::get_date(): fix return type on unparsable date by @jtojnar in [#753](https://github.com/sim…
47 - Fix error handling for PHP 8.1 by @cedric-anne in [#747](https://github.com/simplepie/simplepie/p…
48 - The method `SimplePie\SimplePie::get_image_height()` returns the pixel number as `int` instead of…
49 - The method `SimplePie\SimplePie::get_image_width()` returns the pixel number as `int` instead of …
50 - No URL Decode for enclosure links by @Alkarex in [#768](https://github.com/simplepie/simplepie/pu…
51 - Sanitize thumbnail URL by @Alkarex in [#770](https://github.com/simplepie/simplepie/pull/770)
52 - Fix case of multiple RSS2.0 enclosures by @Alkarex in [#769](https://github.com/simplepie/simplep…
53 - Fix broken phpdoc references by @jtojnar in [#771](https://github.com/simplepie/simplepie/pull/77…
57 - The method `SimplePie\Misc::array_merge_recursive()` is deprecated, use native `array_replace_rec…
58 - The method `SimplePie\SimplePie::set_cache_name_function()` is deprecated, use `SimplePie\SimpleP…
59 - The method `SimplePie\SimplePie::set_cache_location()` is deprecated, use `SimplePie\SimplePie::s…
60 - The method `SimplePie\SimplePie::force_cache_fallback()` is deprecated, expired cache will not be…
61 - The class `SimplePie\Cache` is deprecated, use implementation of `SimplePie\SimplePie::set_cache(…
62 - The class `SimplePie\Cache\DB` is deprecated, use implementation of `Psr\SimpleCache\CacheInterfa…
63 - The class `SimplePie\Cache\File` is deprecated, use implementation of `Psr\SimpleCache\CacheInter…
64 - The class `SimplePie\Cache\Memcache` is deprecated, use implementation of `Psr\SimpleCache\CacheI…
65 - The class `SimplePie\Cache\Memcached` is deprecated, use implementation of `Psr\SimpleCache\Cache…
66 - The class `SimplePie\Cache\MySQL` is deprecated, use implementation of `Psr\SimpleCache\CacheInte…
67 - The class `SimplePie\Cache\Redis` is deprecated, use implementation of `Psr\SimpleCache\CacheInte…
68 - The interface `SimplePie\Cache\Base` is deprecated, use interface `Psr\SimpleCache\CacheInterface…
72 - ROADMAP.md removed by @Art4 in [#748](https://github.com/simplepie/simplepie/pull/748)
73 - remove check for E_USER_DEPRECATED definition by @Art4 in [#750](https://github.com/simplepie/sim…
74 - remove broken BC code in Registry by @Art4 in [#764](https://github.com/simplepie/simplepie/pull/…
76 ## [1.7.0](https://github.com/simplepie/simplepie/compare/1.6.0...1.7.0) - 2022-09-30
80 - New class `SimplePie\SimplePie` as a replacement for class `SimplePie`
81 - New method `SimplePie\Misc::get_default_useragent()` as a replacement for constant `SIMPLEPIE_USE…
85 - Do not use magic values for state machine state by @jtojnar in [#735](https://github.com/simplepi…
86 - Use PSR-4 classes in Registry by @Art4 in [#736](https://github.com/simplepie/simplepie/pull/736)
87 - GH Actions: run tests against PHP 8.2 by @jrfnl in [#739](https://github.com/simplepie/simplepie/…
88 - Change code style to PSR-12 by @Art4 in [#738](https://github.com/simplepie/simplepie/pull/738)
92 - Fix status_code type by @Alkarex in [#728](https://github.com/simplepie/simplepie/pull/728)
93 - Fix parsing of HTTP Links by @Alkarex in [#729](https://github.com/simplepie/simplepie/pull/729)
94 - Fix using the best base link for an item content by @Alkarex in [#744](https://github.com/simplep…
95 - Fix .editorconfig regression by @Alkarex in [#745](https://github.com/simplepie/simplepie/pull/74…
99 - The class `SimplePie` is deprecated, use class `SimplePie\SimplePie` instead
100 - The use of PSR-0 classes (all classes without namespaces in the `library` directory) is deprecate…
101 - The constant `SIMPLEPIE_BUILD` is deprecated, use `SimplePie\Misc::get_build()` instead
102 - The constant `SIMPLEPIE_USERAGENT` is deprecated, use `SimplePie\Misc::get_default_useragent()` i…
103 - All global constants are deprecated, use the constants from the class `SimplePie\SimplePie` inste…
105 ## [1.6.0](https://github.com/simplepie/simplepie/compare/1.5.8...1.6.0) - 2022-04-21
109 - New methods `SimplePie::rename_attributes()` and `SimplePie_Sanitize::rename_attributes()` allow …
110 - Add audio, video @src elements/attribute for URL resolution by @rdalverny in [#716](https://githu…
111 - Added new namespaced aliases and PSR-4 support for every class by @Art4 in [#711](https://github.…
112 - Add .editorconfig by @Alkarex in [#724](https://github.com/simplepie/simplepie/pull/724)
113 - Upload compiled file as release asset by @Art4 in [#725](https://github.com/simplepie/simplepie/p…
117 - GH Actions: version update for ramsey/composer-install by @jrfnl in [#713](https://github.com/sim…
121 - Bugfix in MySQL cache by @Art4 in [#720](https://github.com/simplepie/simplepie/pull/720)
122 - Re-enable xml:base for all supported RSS formats by @Alkarex in [#723](https://github.com/simplep…
124 ## [1.5.8](https://github.com/simplepie/simplepie/compare/1.5.7...1.5.8) - 2021-12-24
128 - Update CHANGELOG.md, follow keepachangelog format by @Art4 in [#709](https://github.com/simplepie…
132 - Fix a small typo in the error() function Docblock by @audrasjb in [#712](https://github.com/simpl…
133 - Fix/708 version bump for constant `SIMPLEPIE_VERSION` for 1.5.8 release by @faisal-alvi in [#710]…
135 ## [1.5.7](https://github.com/simplepie/simplepie/compare/1.5.6...1.5.7) - 2021-12-19
148 * PHP 8.1: fix "passing null to non-nullable" deprecation notice by @jrfnl in [#689](https://github…
149 * Tests: PHPUnit cross-version compatibility by @jrfnl in [#690](https://github.com/simplepie/simpl…
151 * CacheTest: handle different exceptions PHP cross-version by @jrfnl in [#691](https://github.com/s…
152 * GH Actions: don't allow builds to fail on PHP 8.0 or 8.1 by @jrfnl in [#693](https://github.com/s…
155 * fix: better deal with proxy returning proxy headers (in response to cURL's Proxy-Connection heade…
157 * PHP 8.2: explicitly declare properties by @jrfnl in [#705](https://github.com/simplepie/simplepie…
161 ## [1.5.6](https://github.com/simplepie/simplepie/compare/1.5.5...1.5.6) - 2020-10-14
163 * PHP 8.0: prevent ValueError for invalid encoding [#657](https://github.com/simplepie/simplepie/pu…
164 * Travis: test against more recent PHP versions [#653](https://github.com/simplepie/simplepie/pull/…
165 * PHP 8.0: handle removal of get_magic_quotes_gpc() [#654](https://github.com/simplepie/simplepie/p…
166 * PHP 7.4/8.0: curly brace array access deprecated & removed [#655](https://github.com/simplepie/si…
167 * PHP 8.0: required parameters are no longer allowed after optional parameters [#656](https://githu…
171 ## [1.5.5](https://github.com/simplepie/simplepie/compare/1.5.4...1.5.5) - 2020-05-01
174 * Removed references to removed PHP directives and some PHP < 5.6 checks. [#645](https://github.com…
177 ## [1.5.4](https://github.com/simplepie/simplepie/compare/1.5.3...1.5.4) - 2019-12-17
179 * PHP 5.6 or newer is now required. [#625](https://github.com/simplepie/simplepie/pull/625)
182 * PHP 7.4 support: Fixed instances of accessing array offset on null type values. [#628](https://gi…
183 * Return an effective feed URL when asking for non-permanent `subscribe_url`. [#627](https://github…
185 ## [1.5.3](https://github.com/simplepie/simplepie/compare/1.5.2...1.5.3) - 2019-09-22
189 * PHP 7.4 support: Ensure the proper argument order for `implode()` calls. [#617](https://github.co…
191 …_writeable()` calls to `is_writable()` in case the former is deprecated in PHP. [#604](https://git…
193 ## [1.5.2](https://github.com/simplepie/simplepie/compare/1.5.1...1.5.2) - 2018-08-02
196 * Added PHP module requirements to Composer. [#590](https://github.com/simplepie/simplepie/pull/590)
200 * Removed ambiguous tests failing on `usort()` in PHP 7. [#578](https://github.com/simplepie/simple…
205 …ents are included when `SimplePie_File` normalizes URLs when really old versions of cURL are used.…
208 ## [1.5.1](https://github.com/simplepie/simplepie/compare/1.5...1.5.1) - 2017-11-17
221 ## [1.5](https://github.com/simplepie/simplepie/compare/1.4.3...1.5) - 2017-04-17
223 * Introduced `SimplePie_Category->get_type()` for retrieving category type. [#492](https://github.c…
226 * `$item->get_id()` can now be forced to return the supplied ID instead of generating a new one. [#…
228 ## [1.4.3](https://github.com/simplepie/simplepie/compare/1.4.2...1.4.3) - 2016-11-26
230 * Removed support for PHP 5.2. [#469](https://github.com/simplepie/simplepie/pull/469)
231 * Added support for the PHP `UConverter` class. [#485](https://github.com/simplepie/simplepie/pull/…
232 * PHP 7.1 Support: Fixed PHP error when trying to use a non-numeric value in `round()`. [#458](http…
233 * PHP 7 Support: Fixed deprecated message for old style constructors. [#489](https://github.com/sim…
235 * Added an error message when the XML or PCRE PHP extensions are missing. [#468](https://github.com…
237 * Use `saveHTML()` to fix issues with non UTF-8 characters. [#470](https://github.com/simplepie/sim…
239 * Refactored the UTF-8 conversion error message. [#467](https://github.com/simplepie/simplepie/pull…
242 * Added PHP 7.1 to the testing matrix. [#462](https://github.com/simplepie/simplepie/pull/462)
244 * Added PHPUnit as a `dev-dependency` in Composer. [#463](https://github.com/simplepie/simplepie/pu…
249 ## [1.4.2](https://github.com/simplepie/simplepie/compare/1.4.1...1.4.2) - 2016-06-14
252 * More cleanly separates discovery of microformats and parsing when php-mf2 is not present.
254 ## [1.4.1](https://github.com/simplepie/simplepie/compare/1.4.0...1.4.1) - 2016-06-02
256 * Fixed inconsistent hash results in `SimplePie_Item->get_id()`.
260 ## [1.4.0](https://github.com/simplepie/simplepie/compare/1.4-beta...1.4.0) - 2016-04-25
262 * Dropped support for PHP 5.2. [#348](https://github.com/simplepie/simplepie/pull/348)
263 * Serialized data is now used for hashing in `SimplePie_Item->get_id()`. [#348](https://github.com/…
264 * Added support for PHP 5.5 and 5.6. [#348](https://github.com/simplepie/simplepie/pull/348)
272 * Added support for `application/x-rss+xml` in `SimplePie_Locator`. [#348](https://github.com/simpl…
273 * Added photo de-duping in microformats. [#348](https://github.com/simplepie/simplepie/pull/348)
277 * Added support for media thumbnails through `SimplePie_Item->get_thumbnail()`. [#348](https://gith…
281 * Re-added the deprecated `get/set_favicon()` methods for backwards compatibility.
283 * Fixed encoding of ampersands in `SimplePie->subscribe_url()`. [#348](https://github.com/simplepie…
285 * Explicitly use UTF-8 in `SimplePie_Misc->get_element()` and `Simple_ie_Misc->element_implode()`. …
296 * Fixed a PHP notice that occurs when a date starts with `(`. [#348](https://github.com/simplepie/s…
297 * Fixed uninitialized string offeset PHP notices. [#353](https://github.com/simplepie/simplepie/pul…
298 * Fixed call to non-existent property in Memcache. [#311](https://github.com/simplepie/simplepie/pu…