Skip to content

Releases: Patreon/patreon-wordpress

1.9.3

06 Dec 23:08
c4a1b1d
Compare
Choose a tag to compare

= 1.9.3 =

  • Fixed a bug that caused the rating notice to appear constantly

1.9.2

29 Nov 01:20
d1ed8c1
Compare
Choose a tag to compare

= 1.9.2 =

  • Added notice to ensure that the site's api version will be the correct one - calls out for action to reconnect site if its not
  • Corrected the code that gets the user's patronage info and maps it to correct parameters - now it wont fail if the patronage entry does not include campaign id
  • Added nonce to disconnect Patreon user account action for security

1.9.1

12 Jun 20:29
bd5d432
Compare
Choose a tag to compare
  • An issue that made it possible to circumvent image locking by sending a specific referrer header was fixed. Now locked images should not allow circumvention of the protection via referer header

1.9.0

17 May 18:56
41c0b13
Compare
Choose a tag to compare

= 1.9.0 =

  • Now the reconnection wizard can be used to refresh/repair the connection of the site to Patreon without having to disconnect the site even if the site connection is broken or lost
  • Updated reconnection wizard info and button text to make it clear that now reconnection can be used to refresh connection or connect the site from scratch
  • Updated the routing logic to update the client ids correctly in the new format for both connection and reconnection cases
  • Added a Gaussian blur value filter to allow modifying the blur setting of image locking

1.8.9

23 Apr 17:24
d6d3cb0
Compare
Choose a tag to compare

= 1.8.9 =

  • Fixed the issue with Import next batch button not working immedieatly after starting a manual post import
  • Added two new cases for error messages for needing admin privileges to start manual post sync and for the case of expired nonce
  • Added a Cancel button to the manual post import interface.

1.8.8

29 Nov 01:08
5573401
Compare
Choose a tag to compare

= 1.8.8 =

  • Minor CSRF vulnerability fixed

1.8.7 Release

24 Nov 02:18
a8b6e21
Compare
Choose a tag to compare

= 1.8.7 =

  • Issue with not being able to save some options in the options page was fixed. (Post sync options etc)
  • Security nonces added to various actions and forms
  • Fixed a potential warning in the locked post interface

1.8.6 release

01 Mar 19:59
e5c0656
Compare
Choose a tag to compare

= 1.8.6 =

  • Added pledge info cache. Made getUserPatronage use pledge info cache. Added code to use current_user_pledge_amount for compatibility reasons if a user is not provided and current user is being used. Fixes the bug with providing $user to getUserPatronage and still ending up with current user's pledge result instead of the provided user's.
  • Added filter to allow modification of app info collection results to be used in setup wizard.
  • Alt attribute added to login button (contrib from androidacy-user at Github)
  • Added aria labels for screen readers for accessibility

1.8.5 Release

21 Sep 13:51
d7f28ff
Compare
Choose a tag to compare

= 1.8.5 =

  • Modified lock or not filter to feed more variables to functions.
  • Added and calculated relevant variables during unlock process
  • Added a check for the timestamp of saved patron info
  • Now uses the saved patron info if the timestamp is within 2 seconds of current Unix time and does not call the API
  • Now saves the timestamp of the time when a user has returned from any Patreon flow
  • getPatreonUser now checks for that timestamp in order to decide whether to call the api or not

1.8.4 Release

05 Jul 15:44
8e984d5
Compare
Choose a tag to compare

= 1.8.4 =

  • Made currency sign selection a text input instead of select
  • Modified the currency sign option to be currency sign at the front of the amount
  • Added a currency sign option to be used at the end of the amount
  • All text updated to use the currency sign that is saved in options. $ if default.
  • Added call throttling to api calls to avoid spamming of the api by zombie or faulty sites
  • Added throttled-return handling to relevant functions
  • Added callouts for easy access to plugin upgrade