Skip to content

Commit e4b4468

Browse files
committed
update dev to master after release
2 parents aebedd2 + f1462ac commit e4b4468

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.14.5 -> vx.x.x
3+
## v0.14.6 -> vx.x.x
44

55
**Enhancements**
66

@@ -11,6 +11,11 @@
1111

1212
- Fixed missing .htaccess to avoid access to install directory on docker setups
1313

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
1419

1520
## v0.14.4 -> v0.14.5
1621

src/inc/info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$VERSION = "0.14.5";
3+
$VERSION = "0.14.6";
44
$BUILD = "repository";
55
$HOST = @$_SERVER['HTTP_HOST'];
66
if (strpos($HOST, ":") !== false) {

0 commit comments

Comments
 (0)