Releases: se7enxweb/cjw-exponential-platform-nexus-starter
Releases · se7enxweb/cjw-exponential-platform-nexus-starter
Release list
1.0.0.3 - Remove netgen/media-site-data from require
Fix
- Moved
netgen/media-site-data(~180MB) fromrequiretosuggestincomposer.json - Not needed when using the
cjw-exponential-mediainstaller type - Reduces
composer installdownload size significantly
1.0.0.2 - ngadminui tree menu, language config, cjw-exponential-media installer
Fixes
- Tree menu:
Map\URInow includesngadminui: ngadminui— URI-based access (/ngadminui) works correctly - Tree menu JS:
BackendJavaScriptList[]=contentstructuremenu/contentstructuremenu.jsadded to ngadminuidesign.ini - Language config:
ger-DEadded toadmin_grouplanguages;eng-GBadded to ngadminuiSiteLanguageList;RegionalSettingsadded tolegacy.yml - Installer:
cjw-exponential-mediaadded tocomposer.json;ezplatform-installscript updated - INSTALL.md: Step 6 rewritten to use
php bin/console ezplatform:install cjw-exponential-media - package.json: Removed
NODE_OPTIONS=--openssl-legacy-provider(incompatible with Node >= 16.17)
1.0.0.1
Bug Fixes
- Fixed rich text HTML closing tags corruption in Netgen Layouts block translations
- Removed incorrect backslash escaping of forward slashes in
</p>tags that caused literal text display - Fixed Unicode escape sequences: replaced
\u00fcwith proper UTF-8 character ü - Affected blocks: 768 (German), 773 (English), 795 (German), 796 (English)
- Updated SQLite database (var/data_dev.db) - 10 records corrected
- Updated installation SQL (src/AppBundle/Resources/database/sql/sqlite/data.sql)
This release resolves rendering issues where closing tags would display as literal text on the /beispiele-1 page and German umlauts would display as Unicode escape sequences.