PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Packages of Mike Jordan   RSS Fetch XML   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: RSS Fetch XML
Fetch and cache an RSS or an Atom feed from a URL
Author: By
Last change: Update CHANGELOG for v1.3.1 changes

Added support for Atom feeds, improved data typing, included functions to prevent XSS attacks, and converted config file to key-value pair array.
Revise version numbers in CHANGELOG.md

Updated version numbers in the changelog for clarity.
Date: 3 days ago
Size: 595 bytes
 

Contents

Class file image Download

Changelog

v1.3.1

Added or Changed

  • Added support for Atom feeds
  • Hardened data typing
  • Added functions to help prevent XSS attacks
  • Config file converted to key-value pair array

v1.3.0

Added or Changed

  • Refactored complete build structure
  • Simplified user end implementation
  • Can now be run in any template that returns HTML

v1.2.0

Added or Changed

  • Refactored PHP code to current standards
  • Updated or removed deprecated functions

v1.0.1

Added or Changed

  • Updated cURL to fix errors

v1.0.0

Added or Changed

  • Initial project release