All notable changes to this project will be documented in this file.
- Lower
pre_get_posts
priority to 1000, to prevent conflict with other plugins and make sure people can visit the locked post without any issue. - Replace
is_post_status_viewable
withpost_link
andpost_type_link
filter, to display locked post permalink in the correct format as normal post.
- Fix post counting in Permalinks
- Fix styles in dark mode
- Added table of contents shortcode, please see the wiki for more information.
- You're now able to set a
cost
argument/parameter in the mycred built-inmycred_buy
shortcode to set your own custom cost.
- Permalinks generation triggered and crash in admin screen
br
tag or newline between authcred buy button
- Escape $/dollar sign in button label, to prevent it from being interpreted as a variable.
- Fix locked post return post id
?p=123
as permalink rather normal one/2022/12/a-locked-chapter-test/
- Fix user icon height & size
- Change
mycred
tab totop up
tab in settings
- Fix input fields not filling the form space
-
Fix potential underline & color issues
-
Change border of buy button from red to blue in hover
- Change border of buy button from red to blue in hover
- Change password shortcode & page
- Custom/dynamic amount top up shortcode & page, similary to [mycred_buy_form] shortcode
- Custom cost top up in [authcred-buy] shortcode, you can set the custom cost for specific point amount
- Change user fields library to CMB2, it's still disabled by default as it's still in development
- Plugin updater
- Plugin settings page
- [authcred] shortcode, display login, register, and forgot password form
- [authcred-balance] shortcode, displays the current balance of the user
- [authcred-buy] shortcode, displays the buy point button, similary to [mycred_buy] shortcode
- [authcred-login] shortcode, return the login link of given post id
- [authcred-logout] shortcode, return the logout link and redirect user to given url after logout
- [authcred-user-icon] shortcode, displays the user icon, recommended to be use in the navigation menu
- Authentication system & pages: login, register, forgot password