Manage members on WordPress as post type. Implement: post type, authentification, role, clone from WordPress.
Compatibility : 4.6
If you have implemented custom views before 0.7.2, you might update them. Especially because _wpnonce
=> _mptnonce
and wp_verify_nonce
=> mpt_verify_nonce
. Find an exemple here.
Compatibility : 4.4
If you use the roles and capabilities you have to migrate all data from meta for taxonomies to WordPress native functions. To do so, download the meta for taxonomies plugin and let the plugin migrate the data for you.
- Ensure to send all admin notifications.
- Add first name and last for user password reset notification.
- replace do_action() with apply_filters() cause you MUST NOT echo in shortcode handler
- add useful do_action() on login tpl
- increment versions and make it the same as release
- fix undefined var
- composer support
- Fix textdomain for errors notification.
- Fix wrong mapping %%user_name%% value.
- Fix wrong default register notification.
- Add for email notifications the available replacements values which are automatically replaced before email send.
- Update the .pot and French po/mo.
mpt_nonce_field()
method for nounce generating has been integrated to decorrelate members and WordPress users on one hand, and to not share the same cookie for all connected members, as before, in other hand.
- Fix missing
mpt_verify_nonce
.
- Update the way roles and capabilities works with members.