| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-08 | 1.6 kB | |
| v5.0.3 source code.tar.gz | 2026-07-08 | 290.6 kB | |
| v5.0.3 source code.zip | 2026-07-08 | 529.9 kB | |
| Totals: 3 Items | 822.1 kB | 0 | |
What's changed in v5.0.3
User-facing fixes
-
Legacy admin now loads without SQL errors Fresh installs import the full
ezpublish_legacy/share/legacy_schema.sqltable set, so editing content, viewing content history, and running legacy workflows no longer fail with "Unknown column" or "Table does not exist" errors. -
Content history and save no longer crash on RichText The
versionNopassed toRichTextStorageis now cast toint, fixing theTypeErrorthat appeared when deleting or saving RichText field data. -
Search index writes work for legacy content The
sevenx_exponential_platform_v5_database_translatorSQL rewriter now mapscontentclass_attribute_idtocontent_type_field_definition_idforibexa_search_object_word_link, fixingINSERTandSELECTfailures during search reindexing. -
YAML parse error after cache clear fixed
config/packages/ez_publish_legacy.yamlno longer contains tab indentation, so legacy routes return200instead of500aftercache:clear.
Package updates
- Bumped
se7enxweb/coretov5.0.7See https://github.com/se7enxweb/core/releases/tag/v5.0.7
Installation notes
No manual database changes are required on new installs. Existing installs will need the missing legacy tables created once; the installer now does this automatically.