Releases: Patreon/patreon-wordpress
Releases · Patreon/patreon-wordpress
1.4.2 release
= 1.4.2 =
- Updated gated post interface text to be more informative. Now non-qualifying patrons should see the reason why they dont qualify for access to a post
- Fixed a minor PHP notice that non-patron Patreon users saw when they viewed a gated post after logging into WP site via Patreon
1.4.1 Release
= 1.4.1 =
- Post meta saving code simplified
- Help link updated
- Credential check after credential save got minor enhancements
- Set a default email to make sure email check fails when a user doesnt have an email verified at Patreon
- A notice that appeared during plugin update check was fixed
- A duplicate state var was removed
1.4.0 release
= 1.4.0 =
- Added no-cache HTTP header to prevent caching of gated content
- More efficient and smooth addition/removal of image locking feature related htaccess rules
- Universal deactivate function
- Rewrite rules flushed upon activate/deactivate
- Added filter for raw text of label over interface button
1.3.9 Release
- Plugin will now try preventing caching of gated content. This will help users to access the content they unlocked instead of still seeing the cached locked version. Has option to turn on/off
- Added admin pointers to help users navigate plugin related info
- Added admin pointer for new cache option
- Formatted gated content feed items to have proper html
- Fixed WP 5.3 causing add_submenu_page parameter notice
1.3.8 Release
= 1.3.8 =
- Added a health check page that shows the health of Patreon integration
- Added compatibility checks for permalink settings and WP Super Cache settings
- Critical issues with the integration are shown in dismissable notice that shows up on a 7 day basis when dismissed
- Removed the transitional image locking option check code now that it is not needed
1.3.7 minor release
= 1.3.7 =
- Readme updated, screenshots added, Faq added
- Made __get_json function and token var in API class public so 3rd party addons and class extenders can access and use them
1.3.6 Minor release
= 1.3.6 =
- Allowed existing sites using v1 to upgrade to v2 by using reconnect/disconnect/setup functions. This also fixes the PHP error these sites may have encountered if they attempted that upgrade.
1.3.5 Release
= 1.3.5 =
- Addressed various PHP warnings and notices which may have appeared in websites that have warnings and notices turned on
- Fixed missing default app icon
1.3.4 Release
= 1.3.4 =
- Gated post interface now shows refresh link to non logged in visitors. This allows existing patrons to easily refresh the content or login as opposed to being sent to plegdge flow
- Updated interface message that is shown to non-qualifying patrons. These patrons will now be shown a message asking them to ugprade their tier as opposed to just showing them the default message.
- Added 2 links to setup wizard to allow creators to easily log in or register at Patreon as a creator before starting setup
- Added utm params to existing links
1.2.6 Release
Implements version string in wp_enqueue_script to force js to refresh on every new version.