-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bit Scocail release button and modal added, telemetry modal modified, Others page modified.
- Loading branch information
Showing
13 changed files
with
664 additions
and
409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
const changeLogs = { | ||
improvements: [ | ||
'SMTP debug enable/disable option added.', | ||
'UI modified.', | ||
'Improves confirmation message.' | ||
], | ||
fixed: [ | ||
'Namespace conflict issue fixed.', | ||
'Illegal string offset (PHP Warning).', | ||
'Some minor issue fixed.' | ||
] | ||
improvements: ['SMTP debug enable/disable option added.', 'UI modified.'], | ||
fixed: ['Namespace conflict issue fixed.', 'Some minor issue fixed.'] | ||
} | ||
|
||
export default changeLogs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.