Skip to content

Latest commit

 

History

History
96 lines (63 loc) · 6.53 KB

CHANGELOG.md

File metadata and controls

96 lines (63 loc) · 6.53 KB

2.1 and newer

Since v2.1 all changelog entries are merged into Roadiz monorepo

2.0.8 (2022-11-09)

Bug Fixes

  • Ignore Rozier vendor folder which may contain php files (26cf7b5)

2.0.6 (2022-09-30)

Features

  • Rename ROLE_PREVIOUS_ADMIN to IS_IMPERSONATOR (811b794)
  • Translations: Let user choose source and destination translations (1581cd9)
  • Translations: Moved controller and form-type from Rozier to RozierBundle (9bbf6a7)
  • Translations: Update help messages (2c30a29)

Bug Fixes

2.0.5 (2022-09-16)

Bug Fixes

  • Duplicated translation key (63872ce)

2.0.4 (2022-09-16)

Bug Fixes

  • Remove dead-code and moved most of the constraints out of Forms in favor of Entity annotations (CoreBundle) (9787606)

2.0.3 (2022-09-01)

Bug Fixes

  • Missing help translation for folder form type (9983db6)

2.0.2 (2022-07-29)

Features

  • Allow editing SEO info on non-reachable nodes (9df4675)
  • Documents: Add all video, audio and picture sources in document preview page (e1c51e3)

2.0.1 (2022-07-20)

Features

  • Override Rozier TranslateController to use new NodeTranslator service (1a722c5)

2.0.0 (2022-07-01)

⚠ BREAKING CHANGES

  • LoginRequestTrait using Controller must implement getUserViewer() method.
  • Rename @Rozier to @RoadizRoadiz

Features

  • Added new CustomForm usage admin section to see which nodes use custom-form (669de0b)
  • Added new document limitations edit page (8494361)
  • Added Realm and RealmNode admin templates and controllers (e432bab)
  • Added Realm behaviour column (dbb03d4)
  • Added user list lastLogin (83f0d85)
  • Added users translations messages (13b63a4)
  • Document duplicates and unused section are now in main-menu (df2be36)
  • EN, FR translations messages for custom-forms (c8ddc2f)
  • Moved all OpenID logic to RoadizRozierBundle as it only supports authentication to backoffice. (bfaa380)
  • Moved SessionListFilters to RozierBundle for type compatibility issues with Aliases. (5ca9296)
  • Nullable discovery openId service (e9bf89f)
  • Nullable Profiler (ab77abe)
  • Override /bulk-download route controller to use new DocumentArchiver (79171ed)
  • Override DocumentTranslation form for external url (6eece86)
  • Override rozier CustomFormType to implement retentionTime form (86584fd)
  • Realm EN translations (6a08c9c)
  • Realm FR translations (97e7b35)
  • Refactored PingController to avoid profiler (7ed7da2)
  • Rename @Rozier to @RoadizRoadiz to share the same Twig namespace (23a31cb)
  • Rewrote LoginRequestController (ff8e0e2)

Bug Fixes

  • Dependencies constraints (e2fa667)
  • Fixed login error translation (f5cb8fd)
  • Login placeholder and label translation (4ea29a9)
  • Missing folders/users/settings explorer services (99c32cf)
  • Never connected users (62d0c1a)
  • provide themeService in login page (3c7ea8e)
  • Redirect to home page if access denied (d65ce71)
  • Removed dead node export JSON pages (14d969e)