Merge branch 'master' of https://gitlab.com/pitmutt/zgo into xero
This commit is contained in:
commit
21b1866a09
2 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.3.0] - 2022-10-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added new connection for Xero account code
|
- Added new connection for Xero account code
|
||||||
|
@ -12,8 +14,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Login updated to price sessions in USD and include the Pro service.
|
||||||
- Settings component updated for compatibility with Android devices
|
- Settings component updated for compatibility with Android devices
|
||||||
- settings component updated to use observable when saving Account Code
|
- Settings component updated to use observable when saving Account Code
|
||||||
- xeroService's saveAccountCode function optimized to export observable
|
- xeroService's saveAccountCode function optimized to export observable
|
||||||
- Field for Xero's AccountCode added to Settings component's integration tab
|
- Field for Xero's AccountCode added to Settings component's integration tab
|
||||||
- Listorders component updated to show date in ANSI international format.
|
- Listorders component updated to show date in ANSI international format.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "zgo",
|
"name": "zgo",
|
||||||
"version": "1.2.2",
|
"version": "1.3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
|
|
Loading…
Reference in a new issue