Skip to content

Commit

Permalink
Release 1.17.47 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Dec 12, 2023
1 parent 180abbc commit 253f698
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.17.47 2023-12-12 <dave at tiredofit dot ca>

PHP 7.4 and PHP 8.0 variants have been dropped
arm/v7 support has been removed
PHP 8.3 variant is available with this release

### Changed
- Fix to 'unknown command' upon startup #152
- Resolve default naming for APP_X_FRAME_OPTIONS


## 1.17.46 2023-12-08 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion install/assets/defaults/30-freescout
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADMIN_FIRST_NAME=${ADMIN_FIRST_NAME:-"Admin"}
ADMIN_LAST_NAME=${ADMIN_LAST_NAME:-"User"}
APPLICATION_NAME=${APPLICATION_NAME:-"Freescout"}
APP_NEW_FETCHING_LIBRARY=${APP_NEW_FETCHING_LIBRARY:-"FALSE"}
APP_X_FRAME_OPTIONS=:-"TRUE"}
APP_X_FRAME_OPTIONS=${APP_X_FRAME_OPTIONS:-"TRUE"}
DB_PGSQL_SSL_MODE=${DB_PGSQL_SSL_MODE:-"prefer"}
DB_PORT=${DB_PORT:-3306}
DB_TYPE=${DB_TYPE:-"mysql"}
Expand Down
2 changes: 1 addition & 1 deletion install/etc/cont-init.d/30-freescout
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ fi

## Removals
# 1.8.78
sed -i --follow-symlinks "APP_FORCE_HTTP=/d" "${NGINX_WEBROOT}"/.env
sed -i --follow-symlinks "/APP_FORCE_HTTP=/d" "${NGINX_WEBROOT}"/.env

### Cleanup
cd "${NGINX_WEBROOT}"/
Expand Down

0 comments on commit 253f698

Please sign in to comment.