Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Releases: Tolfix/cpg-api

v3.4

20 Apr 19:02
5f2da15
Compare
Choose a tag to compare

v3.4

  • More admin prompts
  • Better transactions information

What's Changed

Full Changelog: v3.3...v3.4

v3.3

17 Apr 21:31
6d7045d
Compare
Choose a tag to compare

v3.3

  • Fixed currencies conversations issues
  • Fixed small issues
  • More prompts for admins

What's Changed

Full Changelog: v3.2...v3.3

v3.2

16 Apr 17:21
c96fcec
Compare
Choose a tag to compare

v3.2

  • Prompt update
  • Admin commands better
  • Easier to create/handle on CLI

What's Changed

Full Changelog: v3.1...v3.2

v3.1

26 Mar 15:22
6c5c4c5
Compare
Choose a tag to compare

v3.1

  • Fixed auth for admin
  • Fixed currencies on pdf
  • More admin features

What's Changed

Full Changelog: v3.0...v3.1

v3.0

15 Mar 19:54
4a233f7
Compare
Choose a tag to compare

v3.0

  • Easier for plugins to code
  • More routes for currencies
  • Possible to edit config via API
  • Possible to pick which payment_methods to use (Default now [])
    • /v3/config/payment_methods
    {
      "payment_methods": ["paypal", "credit_card"]
    }

Full Changelog: v2.9...v3.0

v2.9

13 Mar 19:07
412d0c3
Compare
Choose a tag to compare

v2.9

  • Fixed currencies problem
    • If a product was fixed at 100 SEK, but customer had currency as EUR. Then the invoice would be 100 EUR and not 10. This is now fixed by converting it to correct price from the currencies.
  • Now checking if customer & products that they have currency in their object.

What's Changed

Full Changelog: v2.8...v2.9

v2.8

12 Mar 14:47
64a31a6
Compare
Choose a tag to compare

v2.8

  • Ready for cpg-customer
  • Fixed typing errors
  • Quotes templates
    • When a quote gets accepted is being sent.

Full Changelog: v2.7...v2.8

v2.7

10 Mar 14:34
9e4e7da
Compare
Choose a tag to compare

v2.7

  • Now possible with customer currencies
  • Fix code bugs
  • Performance boost

What's Changed

Full Changelog: v2.6...v2.7

v2.6

07 Mar 21:00
5253238
Compare
Choose a tag to compare

v2.6

  • Cleaned up code #85
  • Now possible for user to pick currencies for their liking
  • Fixed bugs & issues

What's Changed

New Contributors

Full Changelog: v2.4...v2.6

v2.4

06 Mar 14:03
Compare
Choose a tag to compare

v2.4

What's Changed

Full Changelog: v2.3...v2.4