Skip to content

Releases: bluzphp/framework

Hotfix for 2.x branch

13 Jun 08:30
Compare
Choose a tag to compare
Merge pull request #360 from AntonShevchuk/master

Added aliases for GRID columns and filter

Added aliases for GRID columns and filter

14 Apr 14:56
Compare
Choose a tag to compare

Added method Grid::getFilter($column, $filter = null)
Fixed Request and Response for swagger compatability

Fixed parser of Accept header

15 Feb 16:23
Compare
Choose a tag to compare
Fixed Response - removed `array` cast

Fixed REST controller

01 Feb 11:42
Compare
Choose a tag to compare
2.0.1

Fixed REST controller and Response

Migrate to PSR7

29 Jan 15:05
Compare
Choose a tag to compare

Migrate to PSR7 based on zend-diactoros implementation

Migrate to PHPUnit 5.1

19 Oct 15:35
Compare
Choose a tag to compare

Added method resetHelperPath for Helper trait
Added protected method initView($module, $controller) for Application
Updated method Db\Row\getRelations - return empty array if linked entities not found
Updated Test Listener for support PHPUnit 5.1

Migrate to PHP 5.6.0

15 May 14:08
Compare
Choose a tag to compare

Added support additional params for Messages
Added support multilanguage for Mailer subject template
Fixed #134 - updated DB Relations
Fixed #295 - removed old style:

  • call call_user_func_array()
  • func_get_args()
  • get_called_class()

Added support PHP 7.0

03 Apr 09:18
Compare
Choose a tag to compare
0.9.4

Added support PHP 7.0

Changed access level for REST controller methods

23 Feb 16:20
Compare
Choose a tag to compare

Added method `Bluz\Http\Request::getAccept()`

13 Feb 17:14
Compare
Choose a tag to compare

Added method Bluz\Http\Request::getAccept()
Added support of HHVM - fixed #299
Added identity property to Auth class
Updated View helper for use with new RedactorJS (10.x)
Updated requirements (phpunit and codesniffer)
Updated travis configuration
Fixed CommonException
Fixed error with return false