Skip to content

Releases: gjerokrsteski/pimf-framework

Transphporm

11 Sep 19:55
Compare
Choose a tag to compare
  • add support of PHP >= 5.6 only
  • fixing tests
  • restoring prior version constraint for phpunit
  • fixed warnings about protected static function
  • fixed test that broke clover; $_SERVER should never be tampered with

v1.11.0-alpha: Added adapter for Transphporm template engine (#27)

28 Jun 08:33
Compare
Choose a tag to compare
  • Added adapter for Transphporm template engine

Garrett

28 Jun 08:18
Compare
Choose a tag to compare
  • Increase OOP, reduce hard coupling.
  • improvements to cache storage classes.
  • fix all of the return values in cache storage retrieve() methods.

v1.10.1-beta

24 Jun 09:11
Compare
Choose a tag to compare
v1.10.1-beta Pre-release
Pre-release
Fixed the rest of the return values in cache storage retrieve() metho…

v1.10.1-alpha: Made improvements to cache storage classes (#24)

22 Jun 11:43
Compare
Choose a tag to compare
* made improvements to cache storage classes

* fixed incorrect logic in Cache::storage()

Bo

07 Dec 08:49
Compare
Choose a tag to compare
Bo
  • supported PHP versions: 5.3, 5.4, 5.5, 5.5.9, 5.6 and 7.0
  • make logging configurable to file or stdout
  • add Std to treat unbuffered event streams
  • add file adapter for streams
  • housekeeping

Jasmin

16 Sep 07:52
Compare
Choose a tag to compare
  • Add support for all HTTP Request Methods
  • Refactoring of Registry to Dependency Injection Principle