From 0ad08637bbb7390eea42f894744c2ad3366312bc Mon Sep 17 00:00:00 2001 From: "dave@tiredofit.ca" Date: Thu, 30 May 2024 08:07:24 -0700 Subject: [PATCH] Release 1.17.73 - See CHANGELOG.md --- CHANGELOG.md | 7 +++++++ Dockerfile | 2 +- LICENSE | 2 +- README.md | 2 +- install/assets/defaults/30-freescout | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb4827..f829fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.17.73 2024-05-30 + + ### Added + - FreeScout 1.8.141 + - Change APP_NAME from Freescout to FreeScout (#181) + + ## 1.17.72 2024-05-16 ### Added diff --git a/Dockerfile b/Dockerfile index a8d3bd7..446a60d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)" ARG FREESCOUT_VERSION -ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.140"} \ +ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.141"} \ FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \ NGINX_WEBROOT=/www/html \ NGINX_SITE_ENABLED=freescout \ diff --git a/LICENSE b/LICENSE index 35e8726..c908bda 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 Dave Conroy +Copyright (c) 2024 Dave Conroy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5859f2a..2f14409 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ * * * ## About -This will build a Docker Image for [Freescout](https://freescout.net/) - An open source Helpscout / Zendesk alternative. +This will build a Docker Image for [FreeScout](https://freescout.net/) - An open source Helpscout / Zendesk alternative. * Automatically installs and sets up installation upon first start diff --git a/install/assets/defaults/30-freescout b/install/assets/defaults/30-freescout index c9ccf3c..5c7acbf 100755 --- a/install/assets/defaults/30-freescout +++ b/install/assets/defaults/30-freescout @@ -2,7 +2,7 @@ ADMIN_FIRST_NAME=${ADMIN_FIRST_NAME:-"Admin"} ADMIN_LAST_NAME=${ADMIN_LAST_NAME:-"User"} -APPLICATION_NAME=${APPLICATION_NAME:-"Freescout"} +APPLICATION_NAME=${APPLICATION_NAME:-"FreeScout"} 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"}