Blog Sections Open
sApi v1.1.0: Normalized Payloads and Split Manager/API Permissions
sApi v1.1.0 improves API response consistency and makes access control clearer by separating manager and API permission paths.
sApi v1.1.0 continues the work of making API endpoints in Evolution CMS more predictable for integrations. This release focuses on two practical areas: normalized payload and response handling, and clearer permission separation between manager access and API access.
What changed
- Normalized request payload handling and response shapes so API consumers get more consistent output.
- Split manager permissions and API access permissions, making it easier to reason about who can manage API settings and who can use API endpoints.
Why it matters
When APIs are used by frontends, automation tools, mobile apps, or external services, small response differences quickly become integration bugs. A cleaner response shape makes sApi easier to document and safer to build against.
The permission split is also important for production projects. Teams can keep manager administration rights separate from actual API access, which is a better fit for real deployments where editors, developers, and integrations should not all share the same authority.
sSeo v1.3.0: Multisite Sitemap Fixes, sArticles SEO Fields, and noindex,follow
sSeo v1.3.0 adds noindex,follow support, improves multisite sitemap URL generation, integrates SEO fields with sArticles, and fixes canonical URL cleanup.
sMultisite v1.1.5: More Reliable Manager SSO for Multisite Projects
sMultisite v1.1.5 stabilizes manager SSO endpoints, login/logout synchronization, and runtime package alias registration for Evolution CMS multisite projects.