Skip to content

Commit

Permalink
Merge branch '5.2'
Browse files Browse the repository at this point in the history
* 5.2:
  Update changelog for 5.2.3 release
  [AllBundles] Fix correct symfony/security packages (#2383)
  [AdminBundle] fix multiple 'new' url-choosers (#2376)
  Fixed --globals flag for kuma:translator:import command (#2386)
  • Loading branch information
acrobat committed Mar 10, 2019
2 parents 5c184ef + e0dd244 commit a80ca36
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 1,326 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG-5.X.md
@@ -1,5 +1,17 @@
# Changelog

## 5.2.3 / 2019-03-10

* [AdminBundle] alignment of date, time & datetime widgets [#2389](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2389) ([@dbeerten](https://github.com/dbeerten))
* [NodeBundle] fixed multilanguage parameter in WidgetController [#2387](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2387) ([@deZinc](https://github.com/deZinc))
* [TranslatorBundle] Fixed --globals flag for kuma:translator:import command [#2386](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2386) ([@jazzzpor](https://github.com/jazzzpor))
* [GeneratorBundle] fixed multilanguage parameter in article generator [#2385](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2385) ([@deZinc](https://github.com/deZinc))
* [AllBundles] Fix correct symfony/security packages [#2383](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2383) ([@acrobat](https://github.com/acrobat))
* [GeneratorBundle] Fixed Page(part) generating [#2382](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2382) ([@jeroenjans](https://github.com/jeroenjans))
* [AdminBundle] fix multiple 'new' url-choosers [#2376](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2376) ([@dbeerten](https://github.com/dbeerten))
* [NodeBundle] Fix incorrect routing config for controller-as-service [#2369](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2369) ([@acrobat](https://github.com/acrobat))
* [TranslatorBundle] fixed sf4 translations issue [#2367](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2367) ([@deZinc](https://github.com/deZinc))

## 5.2.2 / 2019-02-12

* [MediaBundle][SearchBundle] Provide default config for bundles to work on sf4 [#2365](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2365) ([@acrobat](https://github.com/acrobat))
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -33,8 +33,9 @@
"symfony/options-resolver": "^3.4|^4.0",
"symfony/property-access": "^3.4|^4.0",
"symfony/routing": "^3.4|^4.0",
"symfony/security": "^3.4|^4.0",
"symfony/security-acl": "^2.8|^3.0",
"symfony/security-core" : "^3.4|^4.0",
"symfony/security-http" : "^3.4|^4.0",
"symfony/serializer": "^3.4|^4.0",
"symfony/templating": "^3.4|^4.0",
"symfony/translation": "^3.4|^4.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a80ca36

Please sign in to comment.