Skip to content

Latest commit

 

History

History
156 lines (72 loc) · 7.52 KB

changelog.md

File metadata and controls

156 lines (72 loc) · 7.52 KB

0.12.0 (2021-08-11)

Bug Fixes

  • hide desktop elements in mobile view in the qr code chunk (eae6e95)

Features

  • generating and handling backlinks for mobile app (6c93965)

0.11.0 (2021-07-19)

Bug Fixes

  • make loading qrcode library from js application (6deb88f)
  • make payment status visible always (b50d1db)
  • show translated status right after page loaded (6d1d027)

Features

  • finish processor for cheking payment state (d71c8a4)
  • finished frontend application, now it handles statuses (2fe2a50)
  • handling payment statuses in the service (afc528a)
  • translations and human text for payment statuses (8422eda)

0.10.1 (2021-07-16)

Bug Fixes

  • rename case of filename with service to be able to load it in modx (974fede)

0.10.0 (2021-07-16)

Bug Fixes

  • improve view of the block with qr-code (33fa40c)
  • pass to the chunk with qr-code order info as well (30ddf45)

Features

  • set up lexicons and start translating (ceef9f1)

0.9.0 (2021-07-15)

Bug Fixes

  • proper usage of dto classes, fix composer psr-4 param (bf20fec)
  • split handler and serivce interfaces to be compatibe with mspPaymentProps (a5aecb8)
  • stabilize chunk structure, replace labels by lexicon keys (bf8ed59)
  • use class name constant in the resolver to setup proper payment handler during installation (b7299bc)

Features

  • add default property set for the snippet oplati (d8d6728)
  • split payment handler and payment service for better maintainability (095577c)
  • use DTO for payment response (886e7a9)

0.8.0 (2021-07-12)

Bug Fixes

  • finished snippet for generating qr code in the template (snippet) (93f467d)
  • use in the chunk real properties about size and colors (6282b62)

Features

  • connector for requests to the processors (9c376dc)
  • localization, lexicons added (6ea3ce6)
  • processors for getting payment status and renewing qr code (c825031)

0.7.0 (2021-07-07)

Features

  • add draft of documentation (f3698a3)
  • add qr code library and create front application (53a9221)
  • add snippet and tpl for qr code (2dec4d1)

0.6.0 (2021-07-02)

Bug Fixes

  • proper file path in require (bbc2f42)

Features

  • add snippet and chunk for rendering qr code (cb80cc9)
  • return to unpaid page and showing the qr code there (6a30980)

0.5.0 (2021-04-23)

Bug Fixes

  • set to lower case readme and changelog files names to add them to package (fd34229)

Features

  • add ability to pass encryption key to the build command as a param (1f740d8)

0.4.0 (2021-04-23)

Bug Fixes

  • issue with overidden system settings with login and password (0812caf)

Features

  • added areas to system settings (0aec6c0)
  • core and build files (e616b5a)
  • dto objects for building request (d874ff1)
  • encryption and build script modernization (20983cf)
  • getting payment link in mobile browser (b7e6c37)
  • init model as composer package, require dependensies needed to proper work (93969e2)
  • license and other initial files (87df024)
  • package files as special file vehicle (62c4a3d)
  • remove useless validators and add new one for php extensions (0de2293)
  • system settings for the component (83e23d2)