Templates
- Iblock templates now can have names with underscore
- Html entities like do not turn into special characters in the iblock, templates and layouts editors
- Layouts markup moved from php array to separate files in the folder layout
- Added file manifest.ini, containing information on the theme, author and layouts
DataTable based module
- Fixed an issue where after editing the template editor and changing the order of fields, data is stored in the adjacent field.
Router
- Fixed recognition of short routes, like
/module/value -> /module/view/value
, at the front.