You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,25 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## [1.3.1] - Service Release
5
+
### Features
6
+
- No new features have been introduced in this release.
7
+
8
+
### Bugfixes
9
+
- Fixed an issue where updates for `hestia-php` were incorrectly being marked as out-of-date in the UI due to a change in our servicing and package versioning scheme.
10
+
- Fixed an issue that occured on the Updates page where the table row color of available updates would be difficult to read.
11
+
- Fixed an issue where an administrator would get stuck in a loop trying to navigate back after adding a SSH key.
12
+
- Fixed an issue where long table entries which exceeded the table length would overlap other UI elements.
13
+
- Fixed an issue where the total amount of items on a page would fail to display correctly.
14
+
- Improved the accuracy and reliability of tooltips throughout the the Control Panel UI:
15
+
- Removed unnecessary tooltips from buttons and other elements.
16
+
- Fixed incorrect tags which prevented tooltips from being displayed.
17
+
- Introduced tooltips to counter items on the Users, Packages, and Statistics pages to help better distinguish statistics.
18
+
- Fixed an issue which caused higher than normal CPU usage during an upgrade due to a duplicate condition in the rebuild process.
19
+
- Fixed minor spelling inconsistencies in command line script comments and output text.
20
+
- Fixed an issue where old configuration files were not cleaned up when moving domains with `v-change-domain-owner`.
21
+
- Fixed an issue where a `no backend template doesn't exist` could potentially would appear after upgrade with older templates (#1322).
22
+
4
23
## [1.3.0] - Major Release (Feature / Quality Update)
5
24
### Features
6
25
- Users can now choose to point a domain to a different document root location (similar to domain parking).
0 commit comments