Blog Sections Open
sArticles v1.2.0: Final 1.x Maintenance Release
sArticles v1.2.0 keeps the current manager UI stable while preparing the package for the future EvoUI-based 2.x interface.
sArticles v1.2.0 is an important maintenance release for the Evolution CMS articles package. It closes the current 1.x feature line before development moves toward the future evo-ui based 2.x interface.
Published: May 8, 2026
What changed
- Added the package logo, so sArticles is easier to recognize in the package ecosystem.
- Added direct article template rendering with a legacy blank-resource fallback.
- Fixed installation flow for projects that already use
sLangor other packages with migrations. - Updated install instructions so projects run only the sArticles migration path instead of a global project migration command.
- Removed the Composer hook that could trigger global migrations unexpectedly.
- Ignored the local
demo/runtime directory so development files do not leak into package workflows.
Why it matters
This is the safe line for production sites that still use the current Evolution CMS manager UI. The package remains compatible with the existing interface, while new UI work continues separately in the future 2.x line.
Recommended install constraint
php artisan package:installrequire seiger/sarticles "^1.0"
Upgrade note
After installing or updating, run only the sArticles migration explicitly:
php artisan migrate --path=vendor/seiger/sarticles/database/migrations --force
dDocs v1.0.0: File-First Documentation Hub for Evolution CMS
dDocs v1.0.0 introduces a file-first documentation browser for the Evolution CMS manager with package docs discovery, localized Markdown, search, export, and project docs editing.
dTui Editor v1.0.0: TOAST UI Markdown Editing for Evolution CMS
dTui Editor v1.0.0 is the first stable TOAST UI Editor integration for Evolution CMS, with Markdown, WYSIWYG, image upload, UML, and code highlighting support.