Version release update
This commit is contained in:
parent
5b02ef0b0c
commit
724f775121
2 changed files with 7 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "zgo",
|
||||
"version": "1.3.2",
|
||||
"version": "1.4.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
|
Loading…
Reference in a new issue