18 Commits

Author SHA1 Message Date
Arne Weiss 22978ad714 Bump version to 0.1.8
Build / build (push) Successful in 15s
Release / release (push) Successful in 12s
v0.1.8
2026-06-01 10:02:15 +02:00
Arne Weiss b8c0db4067 Fix DB insert: remove add_prefix=false so table prefix is applied
Db::insert() was called with add_prefix=false, causing it to target
'simple_withdrawal_request' instead of '{prefix}simple_withdrawal_request'.
Dropping the explicit false restores the default (true).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 10:01:47 +02:00
Arne Weiss f74bf7a73f Bump version to 0.1.7
Build / build (push) Successful in 13s
Release / release (push) Successful in 12s
v0.1.7
2026-06-01 09:57:08 +02:00
Arne Weiss 18636c13c0 Bump version to 0.1.6 2026-06-01 09:56:25 +02:00
Arne Weiss 4597e96545 Fix layout: add Smarty template inheritance for Hummingbird theme
Hummingbird (PS8) requires module front controller templates to explicitly
extend a layout via {extends}. Without it, the template renders as a bare
HTML fragment without the theme wrapper (no header, CSS, nav, footer).

All three front templates now extend layouts/layout-full-width.tpl and
define their content inside {block name='content'}.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 09:56:25 +02:00
Arne Weiss 9bd62125d5 Bump version to 0.1.5
Build / build (push) Successful in 14s
Release / release (push) Successful in 12s
v0.1.5
2026-06-01 08:52:56 +02:00
Arne Weiss 058937bd64 Add CSS hook, URL ref prefill, order prefill, and Widerrufsfrist display
- Fix CSS loading: register stylesheet via actionFrontControllerSetMedia
  hook instead of initContent() — guaranteed to fire before page render
- Upgrade script registers new hook on existing installations
- Feature 1: pre-fill order_reference from ?ref= URL parameter
- Feature 2: pre-fill customer name/email from logged-in account when
  navigating with ?ref= (already worked; now order ref is also pre-filled)
- Feature 4: compute Widerrufsfrist (order date +14 days) from DB and
  display on form (when ref in URL), confirm, and success pages
- Feature 3: EN mail templates were already present

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 08:52:53 +02:00
Arne Weiss c4b104108a Bump version to 0.1.4
Build / build (push) Successful in 12s
Release / release (push) Successful in 12s
v0.1.4
2026-06-01 08:40:36 +02:00
Arne Weiss 16fa6de209 Redesign withdrawal form: step indicator, refined CSS, print button
Add scoped CSS with Navy/warm-white palette, system serif headings, and
card-style radio inputs. Add 3-step progress indicator across all views.
Add print/PDF button on success page. Register CSS via registerStylesheet.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 08:39:34 +02:00
Arne Weiss a9d8966e22 Bump version to 0.1.3
Build / build (push) Successful in 12s
Release / release (push) Successful in 11s
v0.1.3
2026-06-01 08:32:02 +02:00
Arne Weiss b742a833d1 Fix admin controller l() error and redundant CI runs
Add l() wrapper to AdminSimpleWithdrawalController so PS8 routing does
not throw UndefinedMethodError; restrict build workflow to branch pushes
only so tag pushes no longer trigger a redundant build run.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 08:26:10 +02:00
Arne Weiss 8ed50fa8e6 Bump version to 0.1.2
Build / build (push) Successful in 12s
Release / release (push) Successful in 12s
v0.1.2
2026-06-01 08:24:40 +02:00
Arne Weiss 03ef0f0a99 Bump version to 0.1.1
Build / build (push) Successful in 14s
Release / release (push) Successful in 11s
v0.1.1
2026-06-01 08:17:53 +02:00
Arne Weiss b3547946cc Add release.sh for patch version bumping
Build / build (push) Successful in 13s
2026-06-01 08:17:18 +02:00
Arne Weiss d838a4dcc0 Fix admin controller: call parent::__construct() before fields_list translations
Build / build (push) Successful in 13s
2026-06-01 08:13:46 +02:00
Arne Weiss 2a5b58ad3e Fix release pipeline: add contents:write permission, log API response
Build / build (push) Successful in 10s
Release / release (push) Successful in 11s
v0.0.1
2026-06-01 08:10:17 +02:00
Arne Weiss 920d837fb9 Add Gitea Actions CI/CD pipeline with release workflow
Build / build (push) Successful in 9s
Release / release (push) Failing after 8s
2026-06-01 08:08:34 +02:00
Arne Weiss 0691fa7f22 Add simple_withdrawalbutton PrestaShop module 2026-06-01 08:08:31 +02:00