upgraded version number to v1.2.3

pull/67/head
13621160019@163.com 2021-09-04 12:43:58 +08:00 committed by Caozhenhui
parent 086674f62d
commit 13efbfc516
7 changed files with 39 additions and 22 deletions

View File

@ -16,6 +16,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed ### Removed
- None. - None.
## [v1.2.3] - 2021-09-04
### Added
- added tbl_reports to myems_reporting_db in database.
- added trusted-host to Dockerfiles
### Changed
- updated README.
- renamed language cn to zh-cn in Admin UI
### Fixed
- fixed Local Storage conflicts in Admin UI and Web UI .
- fixed issues in database demo script
### Removed
- None.
## [v1.2.2] - 2021-08-28 ## [v1.2.2] - 2021-08-28
### Added ### Added
- added user log to UserLogin, ChangePassword and ResetPassword in API - added user log to UserLogin, ChangePassword and ResetPassword in API
@ -407,19 +423,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed ### Removed
- None. - None.
[Unreleased]: https://github.com/MyEMS/myems/compare/v1.2.2...HEAD [Unreleased]: https://github.com/MyEMS/MyEMS/compare/v1.2.3...HEAD
[v1.2.2]: https://github.com/MyEMS/myems/compare/v1.2.1...v1.2.2 [v1.2.3]: https://github.com/MyEMS/MyEMS/compare/v1.2.2...v1.2.3
[v1.2.1]: https://github.com/MyEMS/myems/compare/v1.2.0...v1.2.1 [v1.2.2]: https://github.com/MyEMS/MyEMS/compare/v1.2.1...v1.2.2
[v1.2.0]: https://github.com/MyEMS/myems/compare/v1.1.6...v1.2.0 [v1.2.1]: https://github.com/MyEMS/MyEMS/compare/v1.2.0...v1.2.1
[v1.1.6]: https://github.com/MyEMS/myems/compare/v1.1.5...v1.1.6 [v1.2.0]: https://github.com/MyEMS/MyEMS/compare/v1.1.6...v1.2.0
[v1.1.5]: https://github.com/MyEMS/myems/compare/v1.1.4...v1.1.5 [v1.1.6]: https://github.com/MyEMS/MyEMS/compare/v1.1.5...v1.1.6
[v1.1.4]: https://github.com/MyEMS/myems/compare/v1.1.3...v1.1.4 [v1.1.5]: https://github.com/MyEMS/MyEMS/compare/v1.1.4...v1.1.5
[v1.1.3]: https://github.com/MyEMS/myems/compare/v1.1.2...v1.1.3 [v1.1.4]: https://github.com/MyEMS/MyEMS/compare/v1.1.3...v1.1.4
[v1.1.2]: https://github.com/MyEMS/myems/compare/v1.1.1...v1.1.2 [v1.1.3]: https://github.com/MyEMS/MyEMS/compare/v1.1.2...v1.1.3
[v1.1.1]: https://github.com/MyEMS/myems/compare/v1.1.0...v1.1.1 [v1.1.2]: https://github.com/MyEMS/MyEMS/compare/v1.1.1...v1.1.2
[v1.0.8]: https://github.com/MyEMS/myems/compare/v1.0.8...v1.1.0 [v1.1.1]: https://github.com/MyEMS/MyEMS/compare/v1.1.0...v1.1.1
[v1.0.8]: https://github.com/MyEMS/myems/compare/v1.0.7...v1.0.8 [v1.0.8]: https://github.com/MyEMS/MyEMS/compare/v1.0.8...v1.1.0
[v1.0.7]: https://github.com/MyEMS/myems/compare/v1.0.6...v1.0.7 [v1.0.8]: https://github.com/MyEMS/MyEMS/compare/v1.0.7...v1.0.8
[v1.0.6]: https://github.com/MyEMS/myems/compare/v1.0.5...v1.0.6 [v1.0.7]: https://github.com/MyEMS/MyEMS/compare/v1.0.6...v1.0.7
[v1.0.5]: https://github.com/MyEMS/myems/releases/tag/v1.0.5 [v1.0.6]: https://github.com/MyEMS/MyEMS/compare/v1.0.5...v1.0.6
[v1.0.5]: https://github.com/MyEMS/MyEMS/releases/tag/v1.0.5

View File

@ -1,5 +1,5 @@
<div class="footer-login"> <div class="footer-login">
<div> <div>
<strong>{{'MY_EMS_NAME' | translate}} v1.2.2 <a href="https://myems.io">https://myems.io</a> </strong> <strong>{{'MY_EMS_NAME' | translate}} v1.2.3 <a href="https://myems.io">https://myems.io</a> </strong>
</div> </div>
</div> </div>

View File

@ -3,6 +3,6 @@
<strong><a href="https://myems.io">https://myems.io</a></strong> <strong><a href="https://myems.io">https://myems.io</a></strong>
</div> </div>
<div> <div>
<strong>{{'MY_EMS_NAME' | translate}} v1.2.2</strong> <strong>{{'MY_EMS_NAME' | translate}} v1.2.3</strong>
</div> </div>
</div> </div>

View File

@ -1243,6 +1243,6 @@ USE `myems_system_db`;
INSERT INTO `myems_system_db`.`tbl_versions` INSERT INTO `myems_system_db`.`tbl_versions`
(`id`, `version`, `release_date`) (`id`, `version`, `release_date`)
VALUES VALUES
(1, '1.2.2', '2021-08-28'); (1, '1.2.3', '2021-09-04');
COMMIT; COMMIT;

4
web/package-lock.json generated vendored
View File

@ -1,12 +1,12 @@
{ {
"name": "myems", "name": "myems",
"version": "1.2.2", "version": "1.2.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "myems", "name": "myems",
"version": "1.2.2", "version": "1.2.3",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1", "@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.30", "@fortawesome/fontawesome-svg-core": "^1.2.30",

2
web/package.json vendored
View File

@ -1,6 +1,6 @@
{ {
"name": "myems", "name": "myems",
"version": "1.2.2", "version": "1.2.3",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1", "@fortawesome/fontawesome-free": "^5.15.1",

View File

@ -1,4 +1,4 @@
export const version = '1.2.2'; export const version = '1.2.3';
export const navbarBreakPoint = 'xl'; // Vertical navbar breakpoint export const navbarBreakPoint = 'xl'; // Vertical navbar breakpoint
export const topNavbarBreakpoint = 'lg'; export const topNavbarBreakpoint = 'lg';
//export const APIBaseURL = 'http://127.0.0.1:8000'; //export const APIBaseURL = 'http://127.0.0.1:8000';