Skip to content

Latest commit

 

History

History
128 lines (91 loc) · 9.4 KB

changelog.md

File metadata and controls

128 lines (91 loc) · 9.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


6.0.5 - 2024-04-23

Fixed

  • CONTENTBOX-1510 - Emails being sanitized and invalidated on Comment form submission

6.0.4 - 2024-02-20

Fixed

  • JS Library Patches
  • CONTENTBOX-1509 featuredImage URL on initial migration should be nullable

6.0.3 - 2024-02-13

Updated

  • All github actions

Bugs

  • CONTENTBOX-1507 BulkSave not accounting for sites when filtering and saving
  • CONTENTBOX-1506 Updated all server.jsons to use `env` for the ortus orm extension since the latest lucee build broken extensions via jvm args
  • CONTENTBOX-1505 RenderView widget exception when using `view()` to render the view

6.0.2 - 2024-01-15

Bugs

  • CONTENTBOX-1501 Init migration needs to verify permissions and roles separately to make sure it passes on created dbs

6.0.1 - 2023-12-20

Bugs

  • CONTENTBOX-1500 Defensive coding for permissions migration on new instance

6.0.0 - 2023-12-18

Bugs

New Features

Improvements

  • CONTENTBOX-721 Menu Manager Improvements
  • CONTENTBOX-1296 Add historical slug storage and automatic redirects
  • CONTENTBOX-1399 Editors Should Have the Ability to Evict Content Cache with new permission: RELOAD_CACHES
  • CONTENTBOX-1429 Sitemap Search in Admin is extremely slow on large sites.
  • CONTENTBOX-1447 Logical Groupings for Content Template Form Fields
  • CONTENTBOX-1448 Move Global Content Template Assignment Up to Template List
  • CONTENTBOX-1455 'Remove All' button is displayed under Blog > Custom Fields even when there are no custom fields defined.
  • CONTENTBOX-1458 Remove content returnformats for pdf to avoid server and bot attacks
  • CONTENTBOX-1469 Improve position of the menu toggle
  • CONTENTBOX-1474 Enhance logo quality
  • CONTENTBOX-1488 latest logins should only be displayed if the tracker is enabled
  • CONTENTBOX-1489 SEO for meta data on home page, needs to follow site rules instead of page only rules
  • CONTENTBOX-1490 Removed moment js to luxon for increased support and viability
  • CONTENTBOX-1494 When using hierarchical slugs on the contentstore and pages the api does not work for retreiveing the right slug due to CF decoding of encoded slugs

Tasks