10 Commits

Author SHA1 Message Date
Mykyta Synelnikov 7f7820e67c * fixed sending emails upon registration;
* fixed using `um_user( 'status' )` and `um_user( 'account_status' )` functions;
* fixed using `set_status()` function;
* based on https://github.com/ultimatemember/ultimatemember/pull/1564
2024-10-10 18:18:56 +03:00
nikitozzzzzzz 68a18b02e9 - added PHPDocs;
- small fixes and code optimization;
2018-03-19 16:31:49 +02:00
nikitozzzzzzz 7bd09d77c4 - fixed default values on Add User Role;
- fixed some PHP notices;
2018-02-20 17:19:30 +02:00
nikitozzzzzzz cb0de87668 - added deprecated functions;
- added security ABSPATH checking;
2017-12-18 15:36:04 +02:00
nikitozzzzzzz 2c2e76a20c - content restriction fixes;
- compatibility with global accessible settings and individual restrict content options for post types;
2017-11-23 01:29:10 +02:00
nikitozzzzzzz 7961915822 - fixed categories/tags access (restrict content); 2017-10-09 14:23:04 +03:00
nikitozzzzzzz 495f447b5c - fixed accessible settings and register and password-reset page;
- fixed roles filtration on social registration;
2017-09-10 20:06:00 +03:00
nikitozzzzzzz f158909339 - beta1 released;
- fixed restriction post categories;
- fixed 2.0 upgrade;
- optimized and added backward compatibility to dependencies class;
2017-09-06 17:11:14 +03:00
nikitozzzzzzz 9d6f6231bd - fixed user update logic;
- checked and optimized um_role() function;
- small changes and fixes for 2.0;
2017-08-31 17:42:01 +03:00
nikitozzzzzzz 9e53314c3a !!! IMPORTANT 2.0 version before upgrade please run full backup of your site !!!
- new code structure, optimized for next development;
  - created spl_autoloader for remove includes;
  - UM classes with namespaces;
  - deprecated global $ultimatemember; variable (use UM() instead);
- new UM/WP roles logic;
- new settings class and logic (deprecated Redux framework, deprecated some old options, added some new options);
- new dependencies class for extensions;
- WP native styles for backend fields;
- new upgrades and license activations for extensions;
- new logic form backend forms and fields;
- created uninstall.php file for delete permanently all UM settings;
- optimized registration/upgrade profile process;

Deprecated Hooks:

um_new_user_registration_plain
um_user_registration_extra_hook
um_add_user_frontend
um_post_registration_global_hook
um_admin_extend_directory_options_general (was action...will be filter)
2017-07-26 14:57:52 +03:00