File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ADMIN_FIRST_NAME=${ADMIN_FIRST_NAME:-"Admin"}
44ADMIN_LAST_NAME=${ADMIN_LAST_NAME:-"User"}
55APPLICATION_NAME=${APPLICATION_NAME:-"Freescout"}
66APP_NEW_FETCHING_LIBRARY=${APP_NEW_FETCHING_LIBRARY:-"FALSE"}
7- APP_X_FRAME_OPTIONS=:-"TRUE"}
7+ APP_X_FRAME_OPTIONS=${APP_X_FRAME_OPTIONS :-"TRUE"}
88DB_PGSQL_SSL_MODE=${DB_PGSQL_SSL_MODE:-"prefer"}
99DB_PORT=${DB_PORT:-3306}
1010DB_TYPE=${DB_TYPE:-"mysql"}
Original file line number Diff line number Diff line change 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
236236cd "${NGINX_WEBROOT}"/
You can’t perform that action at this time.
0 commit comments