Skip to content

Commit

Permalink
Release 1.17.72 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 16, 2024
1 parent 732653d commit 21ed319
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.17.72 2024-05-16 <dave at tiredofit dot ca>

### Added
- Freescout 1.8.140

### Changed
- Force TRUE to APP_NEW_FETCHING_LIBRARY


## 1.17.71 2024-05-14 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ARG FREESCOUT_VERSION

ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.139"} \
ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.140"} \
FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \
NGINX_WEBROOT=/www/html \
NGINX_SITE_ENABLED=freescout \
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 @@ -3,7 +3,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_NEW_FETCHING_LIBRARY=${APP_NEW_FETCHING_LIBRARY:-"TRUE"}
APP_X_FRAME_OPTIONS=${APP_X_FRAME_OPTIONS:-"TRUE"}
DB_PGSQL_SSL_MODE=${DB_PGSQL_SSL_MODE:-"prefer"}
DB_PORT=${DB_PORT:-3306}
Expand Down

0 comments on commit 21ed319

Please sign in to comment.