Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
danrot committed Jun 28, 2017
1 parent 8b2d04f commit d2a6248
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CHANGELOG for Sulu CMF
======================

* 1.5.5 (2017-06-28)
* HOTFIX #3404 [DocumentManagerBundle] Remove exception for non-Sulu user

* 1.5.4 (2017-05-31)
* HOTFIX #3356 [AdminBundle] Updated husky to fix issue with ckeditor plugins
* HOTFIX #3314 [ContentBundle] Fixed author migration script for removed users.
Expand Down
6 changes: 0 additions & 6 deletions app/SymfonyRequirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -633,12 +633,6 @@ function_exists('mb_strlen'),
'Install and enable the <strong>mbstring</strong> extension.'
);

$this->addRecommendation(
function_exists('iconv'),
'iconv() should be available',
'Install and enable the <strong>iconv</strong> extension.'
);

$this->addRecommendation(
function_exists('utf8_decode'),
'utf8_decode() should be available',
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"type": "project",
"description": "The sulu content management framework",
"version": "1.5.4",
"version": "1.5.5",
"autoload": {
"psr-0": {
"": "src/"
Expand Down

0 comments on commit d2a6248

Please sign in to comment.