Releases: joshp23/ttrss-to-wallabag-v2
Releases · joshp23/ttrss-to-wallabag-v2
1.5.0
- bugfix: expired refresh tokens causing auth fail
- solves #23
- credentials back to db
- debug option now available in init.php
- removed check to identify null token status and alert user
1.4.0
- more info is displayed when updates fail (all debug options enabled in code)
- a
debug.txt
file is added to this plugin's directory on fail events to catch important debugging data
- added a check to identify null token status and alert user
1.3.3
Added 30s curl timeouts to initial token request and token refresh call to address #23
1.3.2
Restructured token logic to begin addressing #23 (was 1.3.1)
Increase cURL timeout to 30s to match Wallabag settings
1.3.0
Rapid fire releases!
- no more username:password storage at all!
1.2.0
no more username:password storage beyond first OAuth call!
1.1.0
- all cURL | addresses #16
- full OAuth support (refresh tokens) | addresses #5
1.0.4
Addresses #21 - upgrade to PDO