Skip to content

Commit

Permalink
Version 0.6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed May 3, 2022
1 parent 97a370e commit d290cfb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## Latest changes

## 0.6.7.0

### Shopify integration

It is now possible to connect BitcartCC to your shopify stores! Check the shopify integration icon on stores page and our docs for more details

### Better invoice export

For better accounting, invoice export process have been improved.

The export button now has a dialog which allows to customize more options! By default it no longer includes payments as they were quite useless and added lots of unneccesary fields

There is a new "All users" option to export all complete invoices by all users (available only to server admins, this is useful for instances taking fee percent from transactions without interferring into payment flow)

Use current query allows you to apply some filters using the search bar (and sorting by columns), and then export that data

## 0.6.6.0

Normalize contract addresses: no matter where you've got contract address from, it should correctly detect payments now.
Expand Down
2 changes: 1 addition & 1 deletion api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from bitcart import COINS as _COINS

VERSION = "0.6.6.0" # Version, used for openapi schemas and update checks
VERSION = "0.6.7.0" # Version, used for openapi schemas and update checks
WEBSITE = "https://bitcartcc.com" # BitcartCC official site
GIT_REPO_URL = "https://github.com/bitcartcc/bitcart" # BitcartCC github repository
DOCKER_REPO_URL = "https://github.com/bitcartcc/bitcart-docker" # BitcartCC Docker Packaging repository
Expand Down

0 comments on commit d290cfb

Please sign in to comment.