Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 3.24 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2024-03-24)

Features

  • Improve structure of payment display on checkout success and order views (36867d7)
  • logging: add error handling for incorrect configuration (dd34aa4)
  • payment: introduce new type of receive for proof of the payment via WhatsApp (5b8eb80)
  • pwa-studio: add PWA Studio integration for Pix QR Code (6443207)
  • style-structure: Adding a new style for the pix display on checkout success (aaf3e32)

1.0.1 (2023-09-07)

Bug Fixes

  • success-page: handle undefined array key error (fd2284d), closes #1

1.0.0 (2023-06-12)

Features

  • admin-panel: Show PIX digitable line on admin panel order (f6a395d)
  • customer-page: Show digitable line on customer order page (7be9380)
  • customer-page: Show PIX QR code and digitable line on customer order page (21730fd)
  • i18n: Add translation support for pt_BR locale (b931dc9)
  • localization: Add translation file for Brazilian Portuguese (pt_BR) (3b2f1e2)
  • payment: Add new configuration fields (688fdb8)
  • payment: Generate PIX payload (1f84f26)
  • payment: Get comment for customer from configuration and display it on the payment method (9420be0)
  • payment: render simple payment (ec90ed4)
  • success-page: Add conditional display for payment method on success page (f741bd3)
  • success-page: Show PIX QR code and digitable line on success page (f91bc3e)