Current File : //proc/thread-self/root/proc/self/root/proc/self/root/var/softaculous/conc8/changelog.txt
9.3.8 Release Notes

Behavioral Improvements

    We now check whether is_featured is an event or page attribute and that it’s indexed properly before allowing you to filter the Event List or Page List blocks (thanks mlocati, ccmEnlil)
    When editing a locale-specific Stack in a multilingual website, we will now show that stack as a new segment in the breadcrumb (thanks mlocati)

Bug Fixes

    Fixed incorrect site tree being set when adding external links under a different multilingual site tree than the root (thanks mlocati)
    Fix invalid permission key to solve error on update files via REST API (thanks hissy, mlocati)
    Fixed error when importing files from the incoming directory f you have a subfolder or file with no suffix under application/files/incoming under PHP 8 (thanks mlocati)
    Fixed incorrect stack being returned when referencing stack by name but a multilingual-specific version of the stack exists (thanks mlocati, SvanteArvedson)
    Fixed: Fixed width and height for images in CkEditor doesn't work (thanks mlocati)
    Fixed: Document Library - Sorting does not work within Subfolders
    Fix exporting area layout column when area is null (thanks mlocati)
    Fixed error that could occur if you returned null when implementing your own entity manager entity location registries in your package controller (thanks JohnTheFish)
    Fixed inability to customize a board slot.

Developer Updates

    You can now specify package-specific options when installing packages in CIF XML (thanks mlocati)
    API improvements to the StackList object (thanks mlocati)
    Page::getByPath can now except a as well as a site tree and return all pages in all multilingual site trees therein (thanks mlocati)
    Added getExternalProfileURL to the External Concrete authentication method controller (thanks mlocati)
	
9.3.7 Release Notes

Bug Fixes

    Fix broken file manager under PHP8 introduced in 9.3.6 (thanks mlocati)
    Fix Undefined variable error on PHP8 on editing top navigation bar that could occur under certain circumstances (thanks hissy)
	
9.3.5 Release Notes

New Features

    Added a Dashboard page for “File Chooser Options” on which you can configure the file chooser tab you want to be the default (thanks Mesuva)
    Added a new checkbox to enable “hreflang” on multilingual websites to the Multilingual Setup page (thanks leal-k)

Behavioral Improvements

    Replaced some uses of “concrete5” with Concrete throughout the codebase (thanks mlocati)
    Added width and height attributes to the image block and to some image thumbnails in order to reduce layout shift on load (thanks katalysis)

Bug Fixes

    Fixed some bugs that could occur when saving topic and Express attribute types (thanks alecbiela)
    Fixed issue where Auto-Nav and Express Form blocks couldn’t be edited or previewed reliably in global areas.
    Checkbox for Exclude from Nav attributes are now translated properly (thanks leal-k)
    Fixed bug where the “Schedule” button in the composer page schedule dialog did nothing.
    Fixed bug in Top Navigation Bar block where clicking on items with sub-pages would not take you to the page.
    Fixed bug where block help dialog was not shown in Firefox (thanks alecbiela)
    Fixed: Unsetting form redirect destination throws error
    Fixed: Incorrect variable name in Youtube block
    Fix typo in DeleteGroupCommandHandler.php (thanks mlocati)
    Fixed: Cannot remove email notification from Form Block (thanks lea-k)
    Fixed: Swagger interactive API console fails to update page except for Super-admin
    Fixed bug in topic attribute export if no value was set (thanks RLHawk1)

Developer Updates

    Add Support for Javascript "module" and "importmap" types to the Asset System (thanks alecbiela)
    Improved output of the LatestMigrationTest unit test (thanks mlocati)
    Tweaks to API documentation (thanks dimger)
    List pages and view page children API methods now require canViewPage permission instead of canViewPageInSitemap.