Lines Matching refs:and

6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
19 - Registry: Allow using class-strings instead of magic strings by @jtojnar and @Art4 in [#766](https://github.com/simplepie/simplepie/pull/766)
94 - New methods `SimplePie::rename_attributes()` and `SimplePie_Sanitize::rename_attributes()` allow renaming attributes by @math-GH in [#717](https://github.com/simplepie/simplepie/pull/717)
96 - Added new namespaced aliases and PSR-4 support for every class by @Art4 in [#711](https://github.com/simplepie/simplepie/pull/711)
159 * Removed references to removed PHP directives and some PHP < 5.6 checks. [#645](https://github.com/simplepie/simplepie/pull/645)
166 * Added support for German short forms for weekdays and months. [#632](https://github.com/simplepie/simplepie/pull/632)
182 * Added support for Redis password and database. [#589](https://github.com/simplepie/simplepie/pull/589)
184 * Fixed various issues in the test suite and Travis. [#576](https://github.com/simplepie/simplepie/pull/576)
200 * Removed and updated feed URLs in the demo. [#535](https://github.com/simplepie/simplepie/pull/535)
204 * Changed the sanitization type for author and category back to text from HTML. [#531](https://github.com/simplepie/simplepie/pull/531)
221 * Check the result of sanitize before returning in `get_content()` and `get_description()`. [#494](https://github.com/simplepie/simplepie/pull/494)
232 * Improvements to the compatibility test and error messages. [#488](https://github.com/simplepie/simplepie/pull/488)
237 * More cleanly separates discovery of microformats and parsing when php-mf2 is not present.
242 * Leading and trailing whitespace is now trimmed from XML feed content to prevent errors. [#445](https://github.com/simplepie/simplepie/pull/445)
249 * Added support for PHP 5.5 and 5.6. [#348](https://github.com/simplepie/simplepie/pull/348)
261 * Added sanitization of the `</html>` and `</body>` tags. [#348](https://github.com/simplepie/simplepie/pull/348)
265 * Added backwards compatibility for removed `subscribe_*()` and `enable_xml_dump()` methods. [#348](https://github.com/simplepie/simplepie/pull/348)
270 * Explicitly use UTF-8 in `SimplePie_Misc->get_element()` and `Simple_ie_Misc->element_implode()`. [#348](https://github.com/simplepie/simplepie/pull/348)
271 * Improved support, feed and authorship discovery, and parsing for microformats. [#348](https://github.com/simplepie/simplepie/pull/348)
273 * Simplified the use of `mtime()` and `touch()`. [#403](https://github.com/simplepie/simplepie/pull/403)