Skip to content

Commit 253f698

Browse files
committed
Release 1.17.47 - See CHANGELOG.md
1 parent 180abbc commit 253f698

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.17.47 2023-12-12 <dave at tiredofit dot ca>
2+
3+
PHP 7.4 and PHP 8.0 variants have been dropped
4+
arm/v7 support has been removed
5+
PHP 8.3 variant is available with this release
6+
7+
### Changed
8+
- Fix to 'unknown command' upon startup #152
9+
- Resolve default naming for APP_X_FRAME_OPTIONS
10+
11+
112
## 1.17.46 2023-12-08 <dave at tiredofit dot ca>
213

314
### Added

install/assets/defaults/30-freescout

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ADMIN_FIRST_NAME=${ADMIN_FIRST_NAME:-"Admin"}
44
ADMIN_LAST_NAME=${ADMIN_LAST_NAME:-"User"}
55
APPLICATION_NAME=${APPLICATION_NAME:-"Freescout"}
66
APP_NEW_FETCHING_LIBRARY=${APP_NEW_FETCHING_LIBRARY:-"FALSE"}
7-
APP_X_FRAME_OPTIONS=:-"TRUE"}
7+
APP_X_FRAME_OPTIONS=${APP_X_FRAME_OPTIONS:-"TRUE"}
88
DB_PGSQL_SSL_MODE=${DB_PGSQL_SSL_MODE:-"prefer"}
99
DB_PORT=${DB_PORT:-3306}
1010
DB_TYPE=${DB_TYPE:-"mysql"}

install/etc/cont-init.d/30-freescout

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ fi
230230

231231
## Removals
232232
# 1.8.78
233-
sed -i --follow-symlinks "APP_FORCE_HTTP=/d" "${NGINX_WEBROOT}"/.env
233+
sed -i --follow-symlinks "/APP_FORCE_HTTP=/d" "${NGINX_WEBROOT}"/.env
234234

235235
### Cleanup
236236
cd "${NGINX_WEBROOT}"/

0 commit comments

Comments
 (0)