5.6.3.5 Release Notes

Improvements?

Let us know by posting here.

Behavioral Improvements

  • If a user has the ability to approve a basic workflow they start, then it will automatically be approved without entering workflow (no more need to click submit to workflow and then immediately approve the workflow.) Approval notification settings for workflow will still be honored.
  • CSS class added to form block to signal submission state https://github.com/concrete5/concrete5-legacy/pull/1930 (thanks mlocati)
  • User numeric field for number attribute https://github.com/concrete5/concrete5-legacy/pull/1932
  • Sort list of packages https://github.com/concrete5/concrete5-legacy/pull/1942 (thanks JohntheFish)
  • Reduce the SQL queries in the autonav block https://github.com/concrete5/concrete5-legacy/pull/1934 (thanks littleibex)
  • Lots of improvements to export functionality for use with the concrete5 version 8 migration tool.

Bug Fixes

  • Fix installation with titles containing single quotes https://github.com/concrete5/concrete5-legacy/pull/1928
  • Fix problem with insert ID when using mysqli https://github.com/concrete5/concrete5-legacy/pull/1929 (thanks akodde)
  • Fix problem with URL parsing in apache 2.4.17 https://github.com/concrete5/concrete5-legacy/pull/1931 (thanks mlocati)
  • Fix problem with user messaging system https://github.com/concrete5/concrete5-legacy/pull/1937
  • URL redirect fixed for cached pages https://github.com/concrete5/concrete5-legacy/pull/1938 (thanks coteo)
  • Group set selection in advanced permission mode fixed https://github.com/concrete5/concrete5-legacy/pull/1940 (thanks mlocati)
  • Fix Brazilian state name https://github.com/concrete5/concrete5-legacy/pull/1941 (thanks mlocati)
  • Bug fixed where format drop down list wouldn't show the currently active format for a parent element https://github.com/concrete5/concrete5-legacy/pull/1943 (thanks jordanlev)
  • Bug fixed where the popup menu from the file / image editor starts flashing https://github.com/concrete5/concrete5-legacy/pull/1925 (thanks LaurenceMommers)

Security Fixes

  • Prevent possible XSS https://github.com/concrete5/concrete5-legacy/pull/1926 (thanks okhayat)