This repository has been archived by the owner on May 6, 2022. It is now read-only.
Releases: Tolfix/cpg-api
Releases · Tolfix/cpg-api
v3.4
v3.3
v3.2
v3.1
v3.0
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
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
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
v2.7
- Now possible with customer currencies
- Fix code bugs
- Performance boost
What's Changed
- Rewrote readme.md by @QtKaii in #88
- fix: refactoring, renaming, adding awaits, removing redundant, and more by @QtKaii in #89
- Testing optimizations by @QtKaii in #90
- Some QoL changes by @QtKaii in #91
- v2.7 by @Tolfx in #92
Full Changelog: v2.6...v2.7
v2.6
v2.4
v2.4
- More admin commands
- Fixed issues with cron
- Fixed plugin handler
- Improved template as well (https://github.com/Tolfix/cpg-plugin-template)
- New sendEmail method
- Fixed mongoose casting
- Fixed Dockerfile issues
What's Changed
Full Changelog: v2.3...v2.4