New version preparation
This commit is contained in:
parent
6ae6dd8430
commit
9376d959f8
3 changed files with 15 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -6,9 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [1.7.0]
|
## [1.7.0]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Parameter to config for number of confirmations for scan
|
||||||
|
- Endpoint for language for invoices
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Modified payment confirmation to use new WooCommerce plugin API endpoint.
|
- Modified payment confirmation to use new WooCommerce plugin API endpoint.
|
||||||
|
- Consolidated the `invdata`, `orderid` and `orderx` endpoints
|
||||||
|
- The `xerotoken` endpoint uses `session` for authentication
|
||||||
|
- The order by ID/token endpoint includes shop name
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- The viewing key obfuscation of blank viewing keys
|
||||||
|
|
||||||
## [1.6.0]
|
## [1.6.0]
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,8 @@ The API server behind the [ZGo.cash](https://zgo.cash) app.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
- Zcash Full node
|
- Zcash Full node (`zcashd`)
|
||||||
|
- [Zcash Haskell](https://git.vergara.tech/Vergara_Tech/zcash-haskell)
|
||||||
- MongoDB
|
- MongoDB
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: zgo-backend
|
name: zgo-backend
|
||||||
version: 1.6.0
|
version: 1.7.0
|
||||||
git: "https://git.vergara.tech/Vergara_Tech/zgo-backend"
|
git: "https://git.vergara.tech/Vergara_Tech/zgo-backend"
|
||||||
license: BOSL
|
license: BOSL
|
||||||
author: "Rene Vergara"
|
author: "Rene Vergara"
|
||||||
|
|
Loading…
Reference in a new issue