Skip to content

Latest commit

 

History

History
91 lines (61 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

91 lines (61 loc) · 3.51 KB

Changelog

All notable changes to this project will be documented in this file.

Enhancements

  • 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 with post_link and post_type_link filter, to display locked post permalink in the correct format as normal post.

Bug Fixes

  • Fix post counting in Permalinks
  • Fix styles in dark mode

Enhancements

  • 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-in mycred_buy shortcode to set your own custom cost.

Bug Fixes

  • Permalinks generation triggered and crash in admin screen
  • br tag or newline between authcred buy button

Bug Fixes

  • Escape $/dollar sign in button label, to prevent it from being interpreted as a variable.

Bug Fixes

  • Fix locked post return post id ?p=123 as permalink rather normal one /2022/12/a-locked-chapter-test/

Bug Fixes

  • Fix user icon height & size

Enhancements

  • Change mycred tab to top up tab in settings

Bug Fixes

  • Fix input fields not filling the form space

Bug Fixes

  • Fix potential underline & color issues

  • Change border of buy button from red to blue in hover

Enhancements

  • Change border of buy button from red to blue in hover

Enhancements

  • 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

Enhancements

  • Plugin updater
  • Plugin settings page

Initial Features

Shortcodes

  • [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

Templates

  • Authentication system & pages: login, register, forgot password