Skip to content

Commit 0ad0863

Browse files
committed
Release 1.17.73 - See CHANGELOG.md
1 parent 21ed319 commit 0ad0863

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.17.73 2024-05-30 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- FreeScout 1.8.141
5+
- Change APP_NAME from Freescout to FreeScout (#181)
6+
7+
18
## 1.17.72 2024-05-16 <dave at tiredofit dot ca>
29

310
### Added

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66

77
ARG FREESCOUT_VERSION
88

9-
ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.140"} \
9+
ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.141"} \
1010
FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \
1111
NGINX_WEBROOT=/www/html \
1212
NGINX_SITE_ENABLED=freescout \

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 Dave Conroy
3+
Copyright (c) 2024 Dave Conroy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* * *
1111
## About
1212

13-
This will build a Docker Image for [Freescout](https://freescout.net/) - An open source Helpscout / Zendesk alternative.
13+
This will build a Docker Image for [FreeScout](https://freescout.net/) - An open source Helpscout / Zendesk alternative.
1414

1515
* Automatically installs and sets up installation upon first start
1616

Diff for: install/assets/defaults/30-freescout

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ADMIN_FIRST_NAME=${ADMIN_FIRST_NAME:-"Admin"}
44
ADMIN_LAST_NAME=${ADMIN_LAST_NAME:-"User"}
5-
APPLICATION_NAME=${APPLICATION_NAME:-"Freescout"}
5+
APPLICATION_NAME=${APPLICATION_NAME:-"FreeScout"}
66
APP_NEW_FETCHING_LIBRARY=${APP_NEW_FETCHING_LIBRARY:-"TRUE"}
77
APP_X_FRAME_OPTIONS=${APP_X_FRAME_OPTIONS:-"TRUE"}
88
DB_PGSQL_SSL_MODE=${DB_PGSQL_SSL_MODE:-"prefer"}

0 commit comments

Comments
 (0)