Version update
This commit is contained in:
parent
5642788681
commit
2070a35301
2 changed files with 15 additions and 2 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -3,6 +3,20 @@ 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).
|
||||||
|
|
||||||
|
## [2.0.0] - 2023-03-16
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added the Xero invoice number in the memo for invoice payments.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Various look and feel changes to support the latest version of Angular.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Correct display of translated phrases in various components.
|
||||||
|
|
||||||
## [2.0.0-beta] - 2023-02-23
|
## [2.0.0-beta] - 2023-02-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -12,7 +26,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Parametrization of text elements
|
- Parametrization of text elements
|
||||||
- Expanded Xero reference message to include ZEC amount
|
|
||||||
|
|
||||||
## [1.4.1] - 2023-01-09
|
## [1.4.1] - 2023-01-09
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
style="margin-top: 10px;
|
style="margin-top: 10px;
|
||||||
margin-bottom: 20px;">
|
margin-bottom: 20px;">
|
||||||
<div >© 2023 Vergara Technologies LLC</div>
|
<div >© 2023 Vergara Technologies LLC</div>
|
||||||
<div class="tiny">Version 2.0.0-beta</div>
|
<div class="tiny">Version 2.0.0</div>
|
||||||
<div class="tiny">{{ vE.mainPriceData }}</div>
|
<div class="tiny">{{ vE.mainPriceData }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div></div>
|
<div></div>
|
||||||
|
|
Loading…
Reference in a new issue