Server IP : 68.65.122.142  /  Your IP : 3.147.48.21
Web Server : LiteSpeed
System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : glenirhm ( 1318)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /var/softaculous/maian/../pivotx/../conc8/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/softaculous/maian/../pivotx/../conc8/changelog.txt
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.