Skip to content

Latest commit

 

History

History
102 lines (49 loc) · 4.35 KB

CHANGELOG.md

File metadata and controls

102 lines (49 loc) · 4.35 KB

Changelog

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

0.2.1 (2023-01-04)

Bug Fixes

  • shop update works with big integers (d49d40c)

0.2.0 (2022-12-11)

⚠ BREAKING CHANGES

  • set api version by config or use latest release

Features

  • set api version by config or use latest release (f2bb131)

0.1.3 (2022-12-11)

Features

  • added subscribe lifecycles (41641ab)

0.1.2 (2022-11-18)

Bug Fixes

  • fixed find subscription by shop (8f758cd)

0.1.1 (2022-11-07)

Features

  • added plan routes and controller (b7f98b6)
  • handle redirect on the entrypoint (9c73e25)

Bug Fixes

0.1.0 (2022-11-03)

⚠ BREAKING CHANGES

  • added shop and session to ctx.state.shopify to reduce database calls

Features

  • added shop and session to ctx.state.shopify to reduce database calls (e0a5e6a)
  • cancel subscription after shop is uninstalled (8d9e450)

0.0.6 (2022-11-02)

Features

  • added usage record price on db (0b7f582)

0.0.5 (2022-11-01)

Features

  • added shopify lifecycles (3198df3)
  • added valid-header-hmac policy (1ab02a4)
  • initial version of billing feature (d077154)
  • return shopify-api from shopify service (abe20e0)

0.0.4 (2022-07-06)

0.0.3 (2022-06-27)

Bug Fixes

  • release: added missing files in npm package (3e19737)

0.0.2 (2022-06-21)

Features

  • added current user endpoint (af76cf6)
  • added logout endpoint (af5b752)
  • settings: created admin settings page and api endpoint (8b26e27)

0.0.1 (2022-05-27)

Features

  • initial commit of strapi-plugin-shopify (2e4715d)