nikitasinelnikov
6e0a711f4b
- code review;
2021-03-03 17:55:12 +02:00
yuriinalivaiko
fc668b2744
Send an email when the password is changed
2021-02-24 15:51:52 +02:00
nikitasinelnikov
5afebdd786
- Added: Ability for the integration with Gutenberg Block restriction settings (extends the block restriction settings via 3rd-party plugins);
...
- Added: Invalid nonce validation on Login and Registration pages instead of wp_die()
2020-12-04 03:54:59 +02:00
nikitasinelnikov
fa13e82202
- There are changed PHP’s intval(), strval(), floatval(), and boolval() typecasting functions to (int), (string), (float) and (bool) regarding [this doc]( https://make.wordpress.org/core/2020/11/20/miscellaneous-developer-focused-changes-in-wordpress-5-6/ ).
2020-11-24 12:55:22 +02:00
nikitasinelnikov
5e782cf922
- fixed account submission for password reset;
2020-08-03 18:06:26 +03:00
nikitasinelnikov
72a1e9a7c3
- small code formatting;
2020-03-02 16:47:56 +02:00
nikitasinelnikov
86c0190a87
- fixed #614 error;
2019-12-05 17:11:28 +02:00
andrewshuba
7812103851
separate placeholders into filters
2019-05-06 17:22:57 +03:00
nikitasinelnikov
efa38f7b12
- reset password nocache headers;
2019-04-01 17:24:45 +03:00
nikitasinelnikov
ccdd62ccdf
- fixed security issue with reset password;
2019-03-26 12:55:57 +02:00
nikitasinelnikov
127086942a
- fixed member directory edit profile button;
...
- small fixes for password reset;
2019-03-22 14:12:44 +02:00
denisbaranov
407d212745
Fix: "um_after_changing_user_password" running before password has changed
...
Link: https://github.com/ultimatemember/ultimatemember/issues/532
2019-03-06 19:44:33 +02:00
Champ Camba
00ea16d24f
Fix password reset cookie
2019-01-17 12:18:19 +08:00
nikitozzzzzzz
e9c1f91885
- fixed account password change;
2018-09-17 21:29:59 +03:00
nikitozzzzzzz
55ddc025f6
- fixed delete user and password change in account page;
2018-09-17 16:53:40 +03:00
nikitozzzzzzz
461cad6559
- make WP native password reset;
...
- fixed password reset;
2018-09-16 00:26:32 +03:00
nikitozzzzzzz
6e2e907a6b
- fixed login form loading in modal window;
2018-06-21 17:27:36 +03:00
nikitozzzzzzz
3eca951d07
- fixed class exists operators;
2018-03-26 01:27:46 +03:00
nikitozzzzzzz
2ce33098b5
- fixed user registration;
...
- phpDoc;
2018-03-20 13:24:38 +02:00
nikitozzzzzzz
12891ff743
- hook docs;
2018-03-05 16:35:51 +02:00
nikitozzzzzzz
3d19aa00b8
- made hooks documentation;
...
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
nikitozzzzzzz
af191ee149
- optimized account page;
...
- optimized code of shortcodes/password/account classes;
- fixed some enqueue scripts issues;
2017-08-11 14:21:42 +03:00
nikitozzzzzzz
6c9668c0cb
- fixed encoding if not installed mbstring PHP library;
...
- some texts changes;
- some fixes on first install and forms metaboxes;
2017-08-03 10:52:40 +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