↑ ↓ to navigate
↵ to select
esc to close
v0.13.4 Enhancement Breaking Change

v0.13.4 - Broken Liquid tags removed

Removes two Liquid tags that could never render, and adds read-only data audits ahead of new integrity constraints.

Breaking Changes

This release contains breaking changes. Please review the migration guide below before upgrading.

Changes

  • The github_oauth_login and one_click_button Liquid tags are removed. Both were unusable: one emitted raw ERB into the page and the other raised on render. A production scan confirmed no template uses either.
  • Internal read-only audit tasks were added to check production data before the constraints shipped in v0.13.5 through v0.13.9. No data was changed.

Migration Guide

If a theme still references {% github_oauth_login %} or {% one_click_button %}, remove the tag; it will now fail at parse time. Run theme_validate to check.