Skip to content

Releases: Patreon/patreon-wordpress

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.

1.7.6 release

22 Jul 14:24
Compare
Choose a tag to compare
  • Important bugfix for author select dropdown for post sync in Patreon settings admin page
  • Added args to get_user when constructing post author dropdown. Now only gets users down to contributor level and excludes subscribers - this will prevent problems with sites with large number of users
  • Added count limit to dropdown to limit the size of the select in the case of roles from super admin to contributor having too many users.
  • Args now sorts the users based on their nicename, ASC.
  • Dropdown now shows user display name and nice name together.

1.7.5 release

04 Jun 11:35
Compare
Choose a tag to compare

A typo in script handle in image script localization was causing JS errors in admin. Fixed by correcting the handle.

1.7.4 release

21 Apr 15:51
Compare
Choose a tag to compare

= 1.7.4 =

  • Minor bugfix for detecting attachment image id - may alleviate issue with detecting attachments in edge caching setups