Skip to content

sArticles 1.2.0

Latest

Choose a tag to compare

@Seiger Seiger released this 08 May 21:53
· 2 commits to 1.x since this release

sArticles v1.2.0 - Final 1.x Maintenance Release

This release closes the current 1.x feature line of sArticles before development moves toward the new 2.x evo-ui based interface.

The 1.x branch remains the stable maintenance line for the current Evolution CMS manager UI and should be used by projects that are not ready to migrate to the upcoming redesigned interface.

Added

  • Added package logo.
  • Added direct article template rendering with legacy blank-resource fallback.

Fixed

  • Fixed installation flow for projects that already use sLang or other packages with migrations.
  • Updated the install instructions to run only the sArticles migration path instead of the global project migration command.
  • Removed the package Composer hook that could trigger global migrations unexpectedly.
  • Ignored local demo/ runtime directory.

Compatibility

  • Compatible with the current Evolution CMS manager UI.
  • Recommended install constraint for the 1.x line:
php artisan package:installrequire seiger/sarticles "^1.0"

Upgrade Notes

After installing or updating, run the sArticles migration explicitly:

php artisan migrate --path=vendor/seiger/sarticles/database/migrations --force

Maintenance Notice

The 1.x line is now intended for maintenance fixes only.

New interface work continues in the future 2.x line, based on the evo-ui design.