Version release update

This commit is contained in:
Rene Vergara 2023-01-09 10:22:34 -06:00
parent 5b02ef0b0c
commit 724f775121
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
2 changed files with 7 additions and 5 deletions

View File

@ -3,13 +3,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.4.0]
### Added ### Added
- Support for Woocomerce - - Support for WooComerce:
- a "Return To Shop" button added to ZGo Invoice component - New tab in Settings to generate authentication token.
- Open WooCommerce checkout page if popups are allowed in customer's browser - Display of WooCommerce credentials for configuration.
- New service to interact with WooCommerce-related API endpoints.
- A "Return To Shop" button added to ZGo Invoice component
## [1.3.2] - 2022-10-11 ## [1.3.2] - 2022-10-11

View File

@ -1,6 +1,6 @@
{ {
"name": "zgo", "name": "zgo",
"version": "1.3.2", "version": "1.4.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",