Skip to content

Releases: joshp23/ttrss-to-wallabag-v2

1.5.0

22 May 02:33
Compare
Choose a tag to compare
  • 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
    • redundant with bugfix

1.4.0

03 May 23:23
Compare
Choose a tag to compare
  • 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

14 Apr 18:22
Compare
Choose a tag to compare

Added 30s curl timeouts to initial token request and token refresh call to address #23

1.3.2

27 Mar 23:41
Compare
Choose a tag to compare

Restructured token logic to begin addressing #23 (was 1.3.1)
Increase cURL timeout to 30s to match Wallabag settings

1.3.0

16 Jan 05:02
Compare
Choose a tag to compare

Rapid fire releases!

  • no more username:password storage at all!

1.2.0

16 Jan 03:24
Compare
Choose a tag to compare

no more username:password storage beyond first OAuth call!

1.1.0

16 Jan 02:47
Compare
Choose a tag to compare
  • all cURL | addresses #16
  • full OAuth support (refresh tokens) | addresses #5

1.0.4

15 Jan 21:36
Compare
Choose a tag to compare

Addresses #21 - upgrade to PDO

1.0.3

01 Nov 18:58
Compare
Choose a tag to compare

fixed #17

1.0.2

11 Jan 14:57
Compare
Choose a tag to compare

small bug fix