Skip to content

Releases: Patreon/patreon-wordpress

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

1.8.3 Release

04 Mar 22:11
0ec7bb9
Compare
Choose a tag to compare

= 1.8.3 =

  • Removed declined payment related checks to match behavior to the behavior at patreon.com. Patrons should keep access until declined payment retries are completed
  • Made custom page name sanitization more strict per request from WP org repo

1.8.2 Release

20 Feb 17:59
ba970eb
Compare
Choose a tag to compare
  • Sanitization for arbitrary text and number input fields in options form to prevent against XSS attacks.

1.8.1 release

07 Jan 20:12
81a9b1f
Compare
Choose a tag to compare

= 1.8.1 =

  • Enhanced post id detection from attachment url. This will address various issues those who are using image locking were having with smaller size thumbnails of locked images, or non locked images of smaller attachment sizes.
  • Hid the PCM addon upsell notification when PP addon is active

1.8.0 release

15 Dec 16:08
Compare
Choose a tag to compare

= 1.8.0 =

  • Made the post syncer not overwrite $ level if an existing post has it. This will prevent overriding of already set post tier values with.
  • Added sanitization to custom page name.

1.7.9. release

22 Oct 01:13
2eec51d
Compare
Choose a tag to compare

= 1.7.9 =

  • Adds yearly pledge support from Kyle Warneck's (https://github.com/KyleW) contribution. Now yearly patrons' pledges will be properly calculated when they attempt to see posts locked with monthly tiers
  • Misplaced, duplicate but functional post import code removed.

1.7.8 release

01 Oct 01:51
Compare
Choose a tag to compare

= 1.7.8 =

  • Moved the currency replacement filter to lower priority. This will always catch and properly replace any currency text that is put into the interface - by addons or custom code.

1.7.7 release

13 Aug 14:11
Compare
Choose a tag to compare

= 1.7.7 =

  • Added new addon notice. Now checks if notice being shown to avoid showing the same notice twice at a page load.