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).
## [Unreleased]
## [1.4.0]
### Added
- Support for Woocomerce -
- a "Return To Shop" button added to ZGo Invoice component
- Open WooCommerce checkout page if popups are allowed in customer's browser
- Support for WooComerce:
- New tab in Settings to generate authentication token.
- 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

View File

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