Releases: Patreon/patreon-wordpress
Releases · Patreon/patreon-wordpress
1.9.3
1.9.2
= 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
1.9.0
= 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
= 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
1.8.7 Release
= 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
= 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
= 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
= 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