Releases: Patreon/patreon-wordpress
Releases · Patreon/patreon-wordpress
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
1.6.6 release
= 1.6.6 =
- Addressed an issue with imported post images being duplicated in WP sites which had 'Organize media by date' on. Images should now import normally. Next import may cause duplicate images once.
- Added an 'Auto publish public posts' option to settings
- Added an 'Auto publish patron only posts' option to settings
- Post import now uses the new auto publish options to decide whether to publish imported posts automatically or not
- Imported public and patron only posts not set to auto publish is set to 'Pending' status
1.6.5 release
= 1.6.5 =
- Addressed an issue with patrons with custom pledge not being able to access gated content due to currency differences
- Fixed double image import problem when syncing posts. Now uses image hashes to identify unique images. This will cause re-importing of images once if a full import is re-done. Deleting existing Patreon imported images and then doing full-reimport if you synced your posts before is recommended.
- Now shows WordPress, PHP, and Patreon plugins' version info in health check page.
- WP, PHP and plugin version info is added to the support info copied when 'Copy' support info is clicked
- Added a support block with above support info in copy-able form to main settings page with a link to support forum.
- Made the error logging more detailed when logging api related errors and access issues
- Now shows uuid and the caller function when logging api access errors
1.6.4 release
= 1.6.4 =
- Updated user pledge level check to work with different currencies
- User pledge level check now uses tiers and converts it to $ value to match highest local tier
- Enables currency feature compatibility for all existing installations and v1 and v2 clients