All Versions
76
Latest Version
Avg Release Cycle
57 days
Latest Release
1957 days ago

Changelog History
Page 8

  • v0.3.2 Changes

    • Unknown
  • v0.3.1 Changes

    • ➕ Added form generation class
    • ➕ Added and fixed tests
    • ➕ Added request library
    • Implemented psx_input interface
    • Rewrote filter library
    • Rewrote manual to version 0.3
    • 🛠 Fixed openid oauth and yadis library
  • v0.3 Changes

    • Complete redesing of the framework the library is now more loosly coupled because most classes using dependency injection.
    • 🚚 The component section was removed and all classes are now in the psx library folder
    • The interface psx_module_private was created if you implement that in your module nobody can access the public methods via the browser
    • The standard PHP loader was implemented wich is also used by Zend etc.
    • ➕ adding sql pdo driver
    • 🛠 Fixing several bugs
  • v0.2.3 Changes

    • ➕ Add pubsubhubbub library
    • ➕ Add atom library to parse atom feeds
    • ➕ Add html parse library to parse malformed html
    • We use XMLWriter now in the class rss/atom/opensearch to produce XML
    • 🛠 Fixed opensocial component bugs
  • v0.2.2 Changes

    • ➕ Add openid, yadis, atom/rss2 and opensearch component
    • 📇 Renamed folder lib to library and ext to extension
    • Perfomance improvments
    • 🛠 Fixing bugs
    • ✂ Delete include folder
    • ➕ Add phpunit tests
  • v0.2.1 Changes

    • ➕ Add component net/oauth
    • Rewrote http lib
    • ➕ Add phpunit tests
    • 🛠 Fixing bugs
    • Redesign sample template
    • 🚚 Orm lib removed
    • 🚚 Parse lib removed