Merge branch 'master' of https://gitlab.com/pitmutt/zgo into xero

This commit is contained in:
Rene V. Vergara A. 2022-10-07 17:31:41 -05:00
commit 21b1866a09
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
## [1.3.0] - 2022-10-01
### Added
- 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
- Login updated to price sessions in USD and include the Pro service.
- 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
- Field for Xero's AccountCode added to Settings component's integration tab
- Listorders component updated to show date in ANSI international format.

View File

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