Lines Matching full:in
3 All notable changes to this project will be documented in this file.
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 … `SimplePie::strip_htmltags()` @jtojnar in [#894](https://github.com/simplepie/simplepie/pull/894)…
23 - Reverted `strict_types` by @jtojnar in [#842](https://github.com/simplepie/simplepie/pull/842)
29 …mplePie::set_cache()` for providing a PSR-16 cache implementation by @Art4 in [#742](https://githu…
30 - New method `SimplePie\SimplePie::set_cache_namefilter()` for customize the cache key in [#762](ht…
31 …che\CallableNameFilter` to provide a `callable` to customize the cache key in [#762](https://githu…
32 …inject the `Registry` instance into classes created by `Registry` by @Art4 in [#760](https://githu…
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 …ge_height()` returns the pixel number as `int` instead of `float` by @Art4 in [#763](https://githu…
49 …age_width()` returns the pixel number as `int` instead of `float` by @Art4 in [#763](https://githu…
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…
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/…
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…
100 - The use of PSR-0 classes (all classes without namespaces in the `library` directory) is deprecate…
109 …lePie_Sanitize::rename_attributes()` allow renaming attributes by @math-GH in [#717](https://githu…
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…
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]…
137 * Fix PHP8 crash due to insufficient isset test by @Alkarex in [#670](https://github.com/simplepie/…
138 * gitignore tests by @Alkarex in [#671](https://github.com/simplepie/simplepie/pull/671)
139 * Reduce memory when parsing large feeds by @Alkarex in [#672](https://github.com/simplepie/simplep…
140 * PHP8 catch ValueError for loadHTML() by @Alkarex in [#673](https://github.com/simplepie/simplepie…
141 * Provide access to HTTP status code by @Alkarex in [#674](https://github.com/simplepie/simplepie/p…
142 * Fix wrong type hint by @Alkarex in [#678](https://github.com/simplepie/simplepie/pull/678)
143 * Force HTTPS for selected domains by @Alkarex in [#676](https://github.com/simplepie/simplepie/pul…
144 * Prevent cache polution by @Alkarex in [#675](https://github.com/simplepie/simplepie/pull/675)
145 * Fix typo in comment by @Alkarex in [#680](https://github.com/simplepie/simplepie/pull/680)
146 * Remove HTTP credentials in HTTP Referer by @Alkarex in [#681](https://github.com/simplepie/simple…
147 * CI: switch to GH Actions by @jrfnl in [#688](https://github.com/simplepie/simplepie/pull/688)
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…
150 * Tests: use strict assertions by @jrfnl in [#692](https://github.com/simplepie/simplepie/pull/692)
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…
153 * Tests: use the correct parameter order by @jrfnl in [#694](https://github.com/simplepie/simplepie…
154 * PHPUnit: update configuration by @jrfnl in [#696](https://github.com/simplepie/simplepie/pull/696)
155 …tter deal with proxy returning proxy headers (in response to cURL's Proxy-Connection header) by @s…
156 * Handle multiple Link headers by @voegelas in [#700](https://github.com/simplepie/simplepie/pull/7…
157 * PHP 8.2: explicitly declare properties by @jrfnl in [#705](https://github.com/simplepie/simplepie…
158 * New Contributor: @shunf4 made their first contribution in [#698](https://github.com/simplepie/sim…
159 * New Contributor: @voegelas made their first contribution in [#700](https://github.com/simplepie/s…
169 * Fix typo in MIME type in Content_Type_Sniffer [#661](https://github.com/simplepie/simplepie/pull/…
188 * Match links containing `feed` in the Locator class. [#621](https://github.com/simplepie/simplepie…
191 …mptively changed `is_writeable()` calls to `is_writable()` in case the former is deprecated in PHP…
199 * Fixed various issues in the test suite and Travis. [#576](https://github.com/simplepie/simplepie/…
200 * Removed ambiguous tests failing on `usort()` in PHP 7. [#578](https://github.com/simplepie/simple…
212 * Updated favicon URL in `get_favicon()`. [#525](https://github.com/simplepie/simplepie/pull/525)
215 * Removed and updated feed URLs in the demo. [#535](https://github.com/simplepie/simplepie/pull/535)
232 * PHP 7.1 Support: Fixed PHP error when trying to use a non-numeric value in `round()`. [#458](http…
236 * Check the result of sanitize before returning in `get_content()` and `get_description()`. [#494](…
243 * Use the latest HHVM version in testing (3.15.2). [#480](https://github.com/simplepie/simplepie/pu…
244 * Added PHPUnit as a `dev-dependency` in Composer. [#463](https://github.com/simplepie/simplepie/pu…
245 * Added `mf2/mf2` as a suggestion in Composer for use with microformats. [#491](https://github.com/…
256 * Fixed inconsistent hash results in `SimplePie_Item->get_id()`.
263 * Serialized data is now used for hashing in `SimplePie_Item->get_id()`. [#348](https://github.com/…
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)
274 * Added decoding for special characters in MAYBE_HTML. [#400](https://github.com/simplepie/simplepi…
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()`. …
290 * Fixed typo in the date parser that incorrectly identified September as month 8. [#348](https://gi…
293 * Fixed the datatype for `items.data` to be more appropriate in when using MySQL cache. [#302](http…
298 * Fixed call to non-existent property in Memcache. [#311](https://github.com/simplepie/simplepie/pu…
300 * Fixed an instance where an error message in `SimplePie` was not being triggered correctly. [#348]…