You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.markdown
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# OpenVBX Change Log
2
2
3
+
## OpenVBX 1.2.18
4
+
5
+
- Fix implementation of several methods by making them static.
6
+
- Update config of `base_url` to accommodate servers living behind a proxy.
7
+
- Fix validation of the Twilio Request for servers not running mod-rewrite support.
8
+
- Fix notification settings save when altering settings as a tenant. (Thanks @AsaadQ)
9
+
- Removing obsolete update check.
10
+
- Numerous small fixes, code style updates, and docblock fixes of issues found during static analysis.
11
+
- Implement cache control on `messages/scripts` endpoint and script tag to prevent caching.
12
+
- Fix user edit button href after new users are added to contain the proper user edit url.
13
+
- Explicitly hide `E_DEPRECATED` and `E_STRICT` errors in the default error reporting to handle the differences in how different versions of PHP report errors.
14
+
- Convert html entities in license section that were causing an email address to be hidden.
15
+
16
+
3
17
## OpenVBX 1.2.17
4
18
5
19
- Fix implementation of `OpenVBX::connectAuthTenant()` by making it static.
0 commit comments