Nikita Sinelnikov
fa9b85773e
- fixed using special chars inside the password;
2022-06-10 01:53:35 +03:00
Nikita Sinelnikov
601c75ad92
- fixed #946 ;
...
- fixed PHP notices;
2021-12-15 02:46:47 +02:00
Nikita Sinelnikov
74bfdbcb18
- closed #927 ;
...
- updated readme;
2021-12-14 18:31:47 +02:00
Nikita Sinelnikov
9c9ac59be7
- changed version to 2.3.0;
...
- added update for Required strong password option;
2021-12-14 17:44:07 +02:00
Nikita Sinelnikov
fc92903f97
- fixed updating display_name if there is set the User Display Name setting to Default WP Display Name in UM > General > Users > Display name;
...
- fixed typo in the password validation
2021-09-21 18:26:57 +03:00
Nikita Sinelnikov
e8c1497ec4
- fixed password length validation;
...
- added settings for the password min/max length;
2021-09-21 13:25:49 +03:00
Nikita Sinelnikov
07e664be80
- intermediate results with sanitizing form handlers;
2021-06-29 02:51:54 +03:00
nikitasinelnikov
a8de403837
- minified scripts;
...
- fixed PHP notice with slider's range;
- fixed the issue with the password reset hash;
2021-03-08 16:59:11 +02:00
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