Skip to content

TigerCore v0.7.0-beta

Choose a tag to compare

@WebTigers WebTigers released this 15 Jul 14:26

Minor beta on top of v0.6.0-beta.

Highlights

  • TigerUpload — a headless, framework-agnostic upload engine (own repo, vendored); one upload broadcasts to N renderers.
  • Media Manager rebuilt on TigerUpload — two-view live upload (list + portfolio), masonry, shared Edit modal, Copy-URL, and per-org filename obfuscation (readable vs. random, download name follows).
  • Code Area — module-snippet importer: an installed code module's snippets/ surface in the Code Area (files stay the source of truth, never copied to the DB).
  • CMS — surface the active theme's page templates + fork-on-edit (customize a theme page → an editable DB row that overrides the file); Pages/Theme-Templates tabs.
  • Page builder — Image/Video blocks wired to the media picker, Tiger-palette reskin, CodeMirror find bar / reformat / resizable editor.
  • /api — transparent base64 field decode (a WAF shim so managed rules stop 403-ing legitimate admin HTML/PHP).

Install: composer create-project webtigers/tiger my-app --stability=beta