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).
|
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
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue