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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes to `laravel-docuware` will be documented in this file.
4
4
5
+
## 1.2.2 - 2022-09-27
6
+
- Added `DOCUWARE_COOKIES` property to the config.php. This allows the user to manually set the DocuWare Request cookie instead of regenerating it after every cache reset. There is currently a DocuWare limitation with available seats per license, which can cause issues if you renew the request cookie too many times. The current lifespan of a DocuWare cookie is one year.
7
+
- Added `DOCUWARE_CACHE_DRIVER` property to the config.php. This allows the user to manually set the default Cache Driver, which is used to store the DocuWare Request Cookie.
8
+
9
+
- Removed Solutions for Errors (Facade/Ignition).
10
+
5
11
## 1.1.0 - 2021-07-22
6
12
7
13
- Added `error` property to the `DocumentPaginator`. This is used for failed
[](https://packagist.org/packages/codebar-ag/laravel-docuware)
0 commit comments