Releases: Patreon/patreon-wordpress
Releases · Patreon/patreon-wordpress
1.8.3 Release
= 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
- Sanitization for arbitrary text and number input fields in options form to prevent against XSS attacks.
1.8.1 release
= 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
= 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
= 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
= 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
= 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
- 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
A typo in script handle in image script localization was causing JS errors in admin. Fixed by correcting the handle.
1.7.4 release
= 1.7.4 =
- Minor bugfix for detecting attachment image id - may alleviate issue with detecting attachments in edge caching setups