Skip to content

Releases: zenbuapps/wp-power-checkout

v1.3.2

Choose a tag to compare

@j7-dev j7-dev released this 07 Sep 06:18

   🐞 Bug Fixes

  • slp: 修復付款導回不認列並補齊四道守衛  -  by @j7-dev and Claude Opus 5 (1M context) in #18 (f71d7)
    View changes on GitHub

Full Changelog: v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@j7-dev j7-dev released this 12 Aug 10:14

No significant changes

    View changes on GitHub

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@j7-dev j7-dev released this 16 Jul 11:23

   🚀 Features

  • assets:
    • 金流/發票/物流 icon 改用外掛內建圖檔  -  by @j7-dev and Claude Opus 4.8 (1M context) (33c41)
  • checkout:
    • 綠界第二期功能 + 資安強化 + 測試驗證  -  by @j7-dev and Claude Opus 4.8 (1M context) (4d70c)
    • 進階金流 + block 完整支援 + 發票收據能力 (B4/B5/B6)  -  by @j7-dev and Claude Opus 4.8 (1M context) (8eba4)
  • error-model:
    • 導入 einvoice 正規化錯誤模型 + 統一驗證層 + AES 單一化  -  by @j7-dev and Claude Opus 4.8 (1M context) (47774)
    • NewebpayMpg 退款正規化補齊(第 7 個金流 parity)  -  by @j7-dev and Claude Opus 4.8 (1M context) (9b375)
  • gitignore:
    • 新增 CodeGraph 資料檔案的 .gitignore 設定  -  by @j7-dev (1d891)
  • invoice:
    • 新增 ezPay 電子發票 provider(開立/作廢/折讓/查詢)  -  by @j7-dev and Claude Opus 4.8 (1M context) (1ab9f)
    • 新增 PayNow 立吉富電子發票 (paynow_invoice)  -  by @j7-dev and Claude Opus 4.8 (1M context) (3f304)
  • logistics:
    • 新增綠界全方位物流 v2 與統一物流抽象  -  by @j7-dev and Claude Opus 4.8 (1M context) (5cdf3)
    • 新增 PayNow 立吉富物流 (paynow_logistics)  -  by @j7-dev and Claude Opus 4.8 (1M context) (4c900)
    • 開通後台 Power Checkout 物流設定選單入口  -  by @j7-dev and Claude Opus 4.8 (1M context) (47cb8)
  • payment:
    • 新增綠界 ECPay 金流與電子發票整合  -  by @j7-dev and Claude Opus 4.8 (1M context) (f2f2d)
    • 新增藍新金流 NewebPay MPG 導轉式金流閘道 + ezPay 發票規格  -  by @j7-dev and Claude Opus 4.8 (1M context) (d0314)
    • 新增 PAYUNi UPP V2 導轉式金流 + 統一 IPaymentProvider 介面  -  by @j7-dev and Claude Opus 4.8 (1M context) (ae4cf)
    • 新增 PAYUNi UNi Embed V3 內嵌式金流 (payuni_uni_embed)  -  by @j7-dev and Claude Opus 4.8 (1M context) (bfbde)
    • 新增 PayNow 立吉富內嵌式金流 (paynow)  -  by @j7-dev and Claude Opus 4.8 (1M context) (b4989)

   🐞 Bug Fixes

  • checkout: 修復完整性審查缺口 + 發票折讓  -  by @j7-dev and Claude Opus 4.8 (1M context) (3f255)
  • ecpay-ecpg: 站內付2.0 端到端修復(空 Info 陣列 / 前端 window.$ / localize 時機)  -  by @j7-dev and Claude Opus 4.8 (1M context) (c1f37)
  • ecpay-receipt: 一般收據 TransCode=110 結構修復(移除不適用空/零欄位)  -  by @j7-dev and Claude Opus 4.8 (1M context) (dddb6)
  • newebpay-mpg: 藍新 sandbox 端到端實測修復六缺陷  -  by @j7-dev and Claude Opus 4.8 (1M context) (edd5d)
  • skill: 移除不再支持的支付方式 StreetPay 相關描述  -  by @j7-dev (03842)
    View changes on GitHub

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@j7-dev j7-dev released this 03 Jun 09:10

   🚀 Features

  • 新增支付網關相關 skill(ECPay、NewebPay、PAYUNi、Shopline)  -  by @j7-dev and Claude Opus 4.8 (1M context) (fc391)
  • trim:
    • 後端三層防線自動修剪設定欄位前後不可見字元  -  by @j7-dev (56c33)
    • 前端失焦自動修剪金鑰欄位前後不可見字元  -  by @j7-dev (34378)

   🐞 Bug Fixes

  • 更新 agent 名稱及 marketplace URL 至 zenbu-powers  -  by @j7-dev (86d53)
  • 更新 Marketplace 遷移來源至 zenbuapps/zenbu-powers  -  by @j7-dev (ef2e5)
  • ci:
    • Use opus alias instead of pinned claude-opus-4-6  -  by @j7-dev and Claude Opus 4.8 (1M context) (cf96f)
    • Apply opus alias to composite action and issue workflow  -  by @j7-dev and Claude Opus 4.8 (1M context) (105a4)
    • Prevent workflow self-cancellation loop  -  by @j7-dev and Claude Opus 4.8 (1M context) (4a4c6)
    • Ensure dynamic upgrade fires when specs already exist from prior runs  -  by @j7-dev and Claude Opus 4.8 (1M context) (50f1d)
    • Scope dynamic_upgrade specs check to current issue  -  by @j7-dev and Claude Opus 4.8 (1M context) (3fdac)
    • Harmonize word boundary syntax to POSIX style per spec gotcha #5  -  by @j7-dev and Claude Opus 4.8 (1M context) in #5 (4cda0)
    • Commit 訊息改用繁體中文、分支名稱改為 issue/{N}  -  by @j7-dev and Claude Opus 4.8 (1M context) (79805)
    • 分支解析加入舊格式 fallback 向後相容  -  by @j7-dev and Claude Opus 4.8 (1M context) (c6321)
    • PR mode 加入 guard 防止觸發開發管線  -  by @j7-dev and Claude Opus 4.8 (1M context) (6f2f7)
    • 移除 pnpm/action-setup 重複版本指定  -  by @j7-dev and Claude Opus 4.8 (1M context) (c36bd)
    • 將 lockfile 納入版控以修復 CI frozen-lockfile 錯誤  -  by @j7-dev and Claude Opus 4.8 (1M context) (58843)
    • 兜底 push 前重新設定 git 認證  -  by @j7-dev and Claude Opus 4.8 (1M context) (1f7f4)
    • Support prefixed Bunny CDN URLs in smoke test report regex  -  by @j7-dev and Claude Opus 4.8 (1M context) (3db5b)
  • payment:
    • 修正 PaymentMethodOption type 後綴不一致導致驗證失效  -  by @j7-dev and Claude Opus 4.8 (1M context) (c3263)
  • refund:
    • 修復退款 Modal 在訂單頁從不彈出的問題  -  by @j7-dev and Claude Opus 4.8 (1M context) (6886b)
    View changes on GitHub

Full Changelog: v1.1.2...v1.2.0

v1.1.2

Choose a tag to compare

@j7-dev j7-dev released this 22 Apr 10:38

   🐞 Bug Fixes

  • payment: 修正 SLP 分期期數未勾選時仍顯示全部選項的 Bug #12  -  by @j7-dev and Claude Opus 4.7 (1M context) in #12 (69c5c)
    View changes on GitHub

v1.1.0

Choose a tag to compare

@j7-dev j7-dev released this 16 Apr 12:12

No significant changes

    View changes on GitHub

v1.0.30

Choose a tag to compare

@j7-dev j7-dev released this 09 Apr 05:16

No significant changes

    View changes on GitHub

v1.0.29

Choose a tag to compare

@j7-dev j7-dev released this 07 Apr 04:34

   🚀 Features

  • e2e: 新增前端 E2E 測試並強化整合邊界案例  -  by @j7-dev and Copilot (bf576)
  • power-checkout: 新增 E2E Playwright 測試套件  -  by @j7-dev and Copilot (3017f)
    View changes on GitHub

v1.0.28

Choose a tag to compare

@j7-dev j7-dev released this 03 Mar 09:02

   🐞 Bug Fixes

  • 修復光貿電子發票開立失敗會中斷狀態轉換的問題  -  by @j7-dev (daf8b)
    View changes on GitHub

v1.0.27

Choose a tag to compare

@j7-dev j7-dev released this 12 Feb 08:14

No significant changes

    View changes on GitHub