upgraded to v1.1.5

pull/54/MERGE
13621160019@163.com 2021-07-20 18:57:27 +08:00
parent 4015e101e6
commit fd990f94b9
7 changed files with 24 additions and 6 deletions

View File

@ -16,6 +16,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
- None.
## [v1.1.5] - 2021-07-20
### Added
- None.
### Changed
- changed all worksheet names of Excel exporters in API
### Fixed
- updated upgrade1.1.4 sql
- fixed issue of gitignore in Admin UI
### Removed
- None.
## [v1.1.4] - 2021-07-19
### Added
- added tbl_email_messages to myems_reporting_db
@ -291,7 +305,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
- None.
[Unreleased]: https://github.com/MyEMS/myems/compare/v1.1.4...HEAD
[Unreleased]: https://github.com/MyEMS/myems/compare/v1.1.5...HEAD
[v1.1.4]: https://github.com/MyEMS/myems/compare/v1.1.4...v1.1.5
[v1.1.4]: https://github.com/MyEMS/myems/compare/v1.1.3...v1.1.4
[v1.1.3]: https://github.com/MyEMS/myems/compare/v1.1.2...v1.1.3
[v1.1.2]: https://github.com/MyEMS/myems/compare/v1.1.1...v1.1.2

View File

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

View File

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

View File

@ -0,0 +1,3 @@
-- UPDATE VERSION NUMBER
UPDATE myems_system_db.tbl_versions SET version='1.1.5', release_date='2021-07-20' WHERE id=1;

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

@ -1,6 +1,6 @@
{
"name": "myems",
"version": "1.1.4",
"version": "1.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
web/package.json vendored
View File

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

View File

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