Skip to content

Releases: sigma-z/Jentin

Jentin 1.1.1

14 Apr 21:40
Compare
Choose a tag to compare

Support of php >= 7.2

Jentin 1.1.0

14 Apr 19:52
9d3ce06
Compare
Choose a tag to compare

Upgrade of dependencies (phpunit/symfony event dispatcher)

Jentin MVC Framework 1.0.7

04 Nov 11:14
Compare
Choose a tag to compare
  • Dropped support for php 5.4 (minimum 5.5.9 is required)
  • Updated symfony event dispatcher to version ~3

Jentin MVC Framework 1.0.6

26 Oct 14:35
Compare
Choose a tag to compare

Extended Response interface and added alias methods like getBody(), setBody(), and appendBody() similar to getContent(), etc.

Jentin MVC Framework 1.0.5

24 Oct 14:10
Compare
Choose a tag to compare
  • Fixed issue #2 and #4
  • Extended request interface by adding methods: getMethod(), getCookies(), setPostParam(), setGetParam()
  • Added gitattributes file to filter export

Jentin MVC Framework 1.0.4

22 Jun 09:29
Compare
Choose a tag to compare

Fixed flushing responses

1.0.2 Release of Jentin MVC Framework

05 Dec 05:51
Compare
Choose a tag to compare

contains small fixes and enhancements

1.0.1 Release of Jentin MVC Framework

15 Sep 20:09
Compare
Choose a tag to compare

1.0.0 Release of Jentin MVC Framework

13 Sep 20:18
Compare
Choose a tag to compare
Created new branch for version 1.x

1.0-alpha Release

01 Sep 21:25
Compare
Choose a tag to compare
Added ControllerAware::getPluginBroker()

Added documentation