From 9376d959f87fe41a1070cea13ceee4aed6c404be Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Mon, 26 Jun 2023 11:27:27 -0500 Subject: [PATCH] New version preparation --- CHANGELOG.md | 12 ++++++++++++ README.md | 3 ++- package.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb85f0..28ec2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.7.0] +### Added + +- Parameter to config for number of confirmations for scan +- Endpoint for language for invoices + ### Changed - 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] diff --git a/README.md b/README.md index e57f8f3..bdb9759 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ The API server behind the [ZGo.cash](https://zgo.cash) app. ## Dependencies -- Zcash Full node +- Zcash Full node (`zcashd`) +- [Zcash Haskell](https://git.vergara.tech/Vergara_Tech/zcash-haskell) - MongoDB ## Configuration diff --git a/package.yaml b/package.yaml index 60fdc9a..6953890 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: zgo-backend -version: 1.6.0 +version: 1.7.0 git: "https://git.vergara.tech/Vergara_Tech/zgo-backend" license: BOSL author: "Rene Vergara"