Skip to content

Commit

Permalink
3.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Sep 9, 2018
1 parent 1a26c78 commit 0971174
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.39.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.38.3...3.39.0) - 2018-09-09

### Added
- An affirmative grant checker for Twig
- Translation file for `zh_HK` (Traditional Chinese).

### Fixed
- Updated Luxembourgish translations
- Fixed negative admin unique id on 32 bits platforms
- Fixed iCheck inputs not triggering change event
- Fixed issue with `getNbResults` return negative result, if there where no results
- Dashboard block security was expected to be checked affirmatively rather than unanimously

### Changed
- moved `symfony/class-loader` into `require-dev` section of composer
- Use `Admin::getUniqid()` to generate HTML tab id

### Deprecated
- `CreateClassCacheCommand` is deprecated

## [3.38.3](https://github.com/sonata-project/SonataAdminBundle/compare/3.38.2...3.38.3) - 2018-08-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Command/CreateClassCacheCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Symfony\Component\Console\Output\OutputInterface;

@trigger_error(
'The '.__NAMESPACE__.'\CreateClassCacheCommand class is deprecated since version 3.x and will be removed in 4.0.',
'The '.__NAMESPACE__.'\CreateClassCacheCommand class is deprecated since version 3.39.0 and will be removed in 4.0.',
E_USER_DEPRECATED
);

Expand Down

0 comments on commit 0971174

Please sign in to comment.