Skip to content

EvoUI v1.0.4

Choose a tag to compare

@Dmi3yy Dmi3yy released this 15 May 05:10
7b1b895

Fixed

  • Fixed EvoUI runtime assets not being available when EvoUI is installed as a transitive dependency of manager modules.
  • EvoUI now automatically ensures assets/modules/evo-ui/evo-ui.css and assets/modules/evo-ui/evo-ui.js exist during provider boot.
  • Asset publishing prefers symlinks for local/dev installs and falls back to copying when symlinks are unavailable.
  • This fixes manager screens loading HTML/404 instead of CSS/JS, which caused errors like Unexpected token '<' and EvoUI.multiFilter is not a function.

Verification

  • Tested on a fresh Evolution CMS 3.5.x SQLite demo install with sArticles, sSettings, sLang, sSeo, and dDocs.
  • Confirmed EvoUI CSS is served as text/css.
  • Confirmed EvoUI JS is served as application/javascript.