Releases: Patreon/patreon-wordpress
Releases · Patreon/patreon-wordpress
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
1.7.3 release
= 1.7.3 =
- Corrected required PHP version in readme. It was listed as 5.7 despite being 5.4 and this was causing confusion
1.7.2 release
= 1.7.2 =
- Improved handling of pledges for patrons who have many pledges. This should address various 'Content cant be unlocked' issues.
- Sanitized input from image locking gating level modal
- Sanitized error messages returned from Patreon
1.7.1 release
= 1.7.1 =
- Fixed a bug with not being able to save post category for post sync during setup wizard
1.7.0 release
= 1.7.0 =
- Fixed a bug with post author for synced posts not being possible to set
- Added allowed toggle keys to frontend class.
- Added allowed key check to advanced options toggle function that receives ajax call.
- Added nonce to advanced options toggle form.
- Added code to transmit nonce to ajax backend function.
- Added nonce check to toggle_option receiver function.
- Fixed a bug that prevented reconnect site option from being used in Patreon Options
- Added nonce check to reconnect site option for security
- Added nonce check to disconnect site option for security
- Added nonce check to synced post category saving option for security
- Added nonce check to synced post author saving option for security
- Added a check to see if an image exists in media library before serving an image with image lock feature
- Added clarifications to errors when serving images instead of just returning. Now wp_die's out with message
- Added check to image/file locking feature to see if image/file locking is enabled before allowing use of image/file locking function
1.6.9 release
= 1.6.9 =
- Fixed an issue with post sync import not deleting expired/lost cursor when detected. Now will automatically restart post import if cursor is lost
- Added fixed/lost cursor deletion info return to the condition that checks for it
- Added front end notice to admin when fixed/lost cursor is deleted.
- Made setup wizard notice dismissable. Now admins who manually saved/updated their app details into plugin can dismiss setup wizard notice
1.6.8 release
1.6.8 =
- Fixed an issue with lite plan creators' patrons not being able to unlock content
- Added info to Patreon level metabox in post editor on needing to upgrade to Pro plan at Patreon to be able to use different tiers
- Added info to Patreon level metabox in post editor on how to use custom pledge input box to gate content
- Prevented 'We must connect your site to Patreon' notice from appearing to non-admin users visiting WP admin pages
1.6.7 release
= 1.6.7 =
- Added an option to override the imported posts' dates with the dates from Patreon instead of using the date which the post is imported. This will allow syncing your posts with the dates at Patreon if you choose. Defaults to off
- Made image lock button appear only when image feature is enabled