Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog

## 5.0.0 - 2024-09-16

### Changed

* Issue [#440](https://github.com/dotkernel/frontend/issues/440): Replaced annotations with attributes by [@MarioRadu](https://github.com/MarioRadu) in [#446](https://github.com/dotkernel/frontend/pull/446)
* Issue [#427](https://github.com/dotkernel/frontend/issues/427): Updated readme by [@bidi47](https://github.com/bidi47) in [#448](https://github.com/dotkernel/frontend/pull/448)
* Issue [#447](https://github.com/dotkernel/frontend/issues/447): Updated logo by [@bidi47](https://github.com/bidi47) in [#457](https://github.com/dotkernel/frontend/pull/457)
* Issue [#459](https://github.com/dotkernel/frontend/issues/459): Updated composer by [@bidi47](https://github.com/bidi47) in [#461](https://github.com/dotkernel/frontend/pull/461)
* Issue [#469](https://github.com/dotkernel/frontend/issues/469): Refactored twig templates by [@cPintiuta](https://github.com/cPintiuta) in [#471](https://github.com/dotkernel/frontend/pull/471)
* Issue [#473](https://github.com/dotkernel/frontend/issues/473): Updated contact us by [@bidi47](https://github.com/bidi47) in [#474](https://github.com/dotkernel/frontend/pull/474)
* Issue [#470](https://github.com/dotkernel/frontend/issues/470): Upgraded `dot-errorhandler` to version `4.x` by [@alexmerlin](https://github.com/alexmerlin) in [#476](https://github.com/dotkernel/frontend/pull/476)
* Issue [#444](https://github.com/dotkernel/frontend/issues/444): Updated JS dependencies. by [@alexmerlin](https://github.com/alexmerlin) in [#477](https://github.com/dotkernel/frontend/pull/477)
* Issue [#439](https://github.com/dotkernel/frontend/issues/439): Updated webpack config - fonts fix by [@bidi47](https://github.com/bidi47) in [#475](https://github.com/dotkernel/frontend/pull/475)
* Issue [#479](https://github.com/dotkernel/frontend/issues/479): Updated account delete by [@bidi47](https://github.com/bidi47) in [#480](https://github.com/dotkernel/frontend/pull/480)
* Issue [#485](https://github.com/dotkernel/frontend/issues/485): Preparation for v5 release. by [@alexmerlin](https://github.com/alexmerlin) in [#486](https://github.com/dotkernel/frontend/pull/486)

### Added

* Issue [#342](https://github.com/dotkernel/frontend/issues/342): Implemented `CSRF` protection in all forms by [@alexmerlin](https://github.com/alexmerlin) in [#454](https://github.com/dotkernel/frontend/pull/454)
* Issue [#432](https://github.com/dotkernel/frontend/issues/432): Added twig cs by [@bidi47](https://github.com/bidi47) in [#463](https://github.com/dotkernel/frontend/pull/463)
* Issue [#441](https://github.com/dotkernel/frontend/issues/441): Implemented doctrine orm 3 by [@cPintiuta](https://github.com/cPintiuta) in [#460](https://github.com/dotkernel/frontend/pull/460)
* Issue [#462](https://github.com/dotkernel/frontend/issues/462): Canonical url by [@bidi47](https://github.com/bidi47) in [#464](https://github.com/dotkernel/frontend/pull/464)
* Issue [#482](https://github.com/dotkernel/frontend/issues/482): Account delete - avatar by [@bidi47](https://github.com/bidi47) in [#483](https://github.com/dotkernel/frontend/pull/483)

### Deprecated

* Nothing

### Removed

* Issue [#449](https://github.com/dotkernel/frontend/issues/449): Removed `dot-debugbar` integration by [@alexmerlin](https://github.com/alexmerlin) in [#450](https://github.com/dotkernel/frontend/pull/450)
* Issue [#445](https://github.com/dotkernel/frontend/issues/445): Removed translation feature by [@bidi47](https://github.com/bidi47) in [#468](https://github.com/dotkernel/frontend/pull/468)

### Fixed

* Issue [#455](https://github.com/dotkernel/frontend/issues/455): Fixed JS error on pages where `.kv-fileinput-caption` is not present by [@alexmerlin](https://github.com/alexmerlin) in [#456](https://github.com/dotkernel/frontend/pull/456)
* Issue [#453](https://github.com/dotkernel/frontend/issues/453): Issue 453 by [@bidi47](https://github.com/bidi47) in [#478](https://github.com/dotkernel/frontend/pull/478)
* Replace branch 4 with 5 in qodana by [@arhimede](https://github.com/arhimede) in [#481](https://github.com/dotkernel/frontend/pull/481)