We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aebedd2 + f1462ac commit e4b4468Copy full SHA for e4b4468
doc/changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.14.5 -> vx.x.x
+## v0.14.6 -> vx.x.x
4
5
**Enhancements**
6
@@ -11,6 +11,11 @@
11
12
- Fixed missing .htaccess to avoid access to install directory on docker setups
13
14
+## v0.14.5 -> v0.14.6
15
+
16
+**Bugfixes**
17
18
+- Fixed upate script v0.14.4 -> v0.14.5 where some hash types were incorrectly named due to double quotes and dollar signs in names
19
20
## v0.14.4 -> v0.14.5
21
src/inc/info.php
<?php
-$VERSION = "0.14.5";
+$VERSION = "0.14.6";
$BUILD = "repository";
$HOST = @$_SERVER['HTTP_HOST'];
if (strpos($HOST, ":") !== false) {
0 commit comments