Blog Sections Open

sSeo v1.2.6

sSeo v1.2.6 fixes several practical SEO/runtime details around canonical redirects, API mode, local protocol detection, and Google Tag Manager output.

sSeo v1.2.6 is a focused maintenance release for the Evolution CMS SEO package. It does not try to be a big feature announcement; it tightens the places where SEO automation must be careful: redirects, canonical logic, API routes, local environments, and tag output.

Published: April 28, 2026

What changed

  • Canonical redirect logic is skipped for API mode requests, so API endpoints are not treated like normal public pages.
  • Local request protocol detection was improved, which helps avoid incorrect http/https assumptions during local development and test installs.
  • Google Tag Manager output is now more consistent.
  • A runtime fix handles a case where code expected a string but received an array.

Why it matters

SEO packages sit very close to routing and response generation. Small mistakes in canonical URLs, protocol detection, or API handling can create confusing redirects or incorrect metadata. This release is useful because it makes sSeo behave more predictably across normal pages, API routes, and local development setups.

View sSeo v1.2.6 on GitHub

Newer post

sLang v1.0.14: SQLite Fixes, eTinyMCE Support, Hreflang and French Localization

sLang v1.0.14 adds eTinyMCE support, French localization, hreflang fixes, and SQLite compatibility improvements for multilingual Evolution CMS projects.

Older post

sApi v1.0.3: View Error Fixes and API Access Log Improvements

sApi v1.0.3 is a maintenance release for Evolution CMS API projects with fixes around manager views and API access log handling.