Skip to content

Commit 0fd1fa3

Browse files
committed
Merge branch 'develop'
2 parents 9f2a39a + 67e9013 commit 0fd1fa3

22 files changed

Lines changed: 685 additions & 178 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## in develop
44

5+
## 1.3.0
6+
7+
* Changed from Hillrange/CKEditor to FOS/CKEditor.
8+
* Filtered out inactive systems.
9+
* Added Theme-Category.
10+
511
## 1.2.2
612

713
* Fixed issues with IE select.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"doctrine/doctrine-migrations-bundle": "^1.3",
99
"easycorp/easyadmin-bundle": "^1.17",
1010
"fresh/doctrine-enum-bundle": "^6.1",
11+
"friendsofsymfony/ckeditor-bundle": "^1.1",
1112
"friendsofsymfony/user-bundle": "~2.0",
12-
"hillrange/ckeditor": "^1.0",
1313
"sensio/framework-extra-bundle": "^5.1",
1414
"sensiolabs/security-checker": "^4.1",
1515
"stof/doctrine-extensions-bundle": "^1.3",

composer.lock

Lines changed: 81 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/bundles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
1818
FOS\UserBundle\FOSUserBundle::class => ['all' => true],
1919
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
20-
Hillrange\CKEditor\HillrangeCKEditorBundle::class => ['all' => true],
2120
Fresh\DoctrineEnumBundle\FreshDoctrineEnumBundle::class => ['all' => true],
2221
AlterPHP\EasyAdminExtensionBundle\EasyAdminExtensionBundle::class => ['all' => true],
22+
FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true],
2323
];

0 commit comments

Comments
 (0)