Commit Graph

40 Commits

Author SHA1 Message Date
Nikita Sinelnikov 07e664be80 - intermediate results with sanitizing form handlers; 2021-06-29 02:51:54 +03:00
nikitasinelnikov a4a954b7e6 - fixed fields validation based on field's privacy settings; 2021-04-06 12:30:33 +03: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 3e81db6fa4 - fixed security lacks in form data submissions; 2020-10-29 12:20:47 +02:00
nikitasinelnikov 255acd7c0a - fixed member directory sorting by the full name;
- fixed registration form with not editable role field;
2020-10-14 11:42:59 +03:00
nikitasinelnikov fa3c4f4b9e - removed Instagram extension from marketing pages;
- fixed security lack with not editable roles field;
2020-10-05 23:21:40 +03:00
nikitasinelnikov 042be3351a - fixed roles field; 2020-10-01 12:03:56 +03:00
nikitasinelnikov 4ac6071aa2 - fixed roles field, which isn't customized; 2020-09-22 14:30:25 +03:00
nikitasinelnikov ec1db4f5cd - fixed roles options; 2020-09-11 00:14:20 +03:00
nikitasinelnikov 19f2786e05 - fixed security vulnerability; 2020-09-08 23:13:43 +03: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 f16783c047 Merge remote-tracking branch 'remotes/origin/origin/improvement/field-notice' 2020-02-06 15:05:34 +02:00
nikitasinelnikov 2b150d3860 - fixed member directory attribute using with callback functions in selectboxes; 2020-01-21 18:27:59 +02:00
Champ Camba 14f962dd39 Add field notice 2020-01-08 17:51:23 +08:00
nikitasinelnikov 5c807204c3 - fixed callback function for select-type filter - return only existed values;
- fixed conflict with php_data variable in admin JS;
2019-11-22 11:55:21 +02:00
nikitasinelnikov 9418161306 - fixed issue #376 2019-08-23 20:22:42 +03:00
nikitasinelnikov e101bdbb39 - code review for reset password link; 2019-05-05 23:01:07 +03:00
nikitozzzzzzz 4cf341e890 - added code snippet for WPML integration with Forms translations;
- removed some old commented code;
2018-11-27 14:21:27 +02:00
nikitozzzzzzz 0ceab69793 - added nonce fields; 2018-11-21 14:01:18 +02:00
Denis Baranov 5416280d80 fix callback func in members directory search 2018-07-13 13:33:28 +03:00
nikitozzzzzzz d68eb68cf6 - fixed the role's option getting; 2018-06-07 11:09:49 +03:00
nikitozzzzzzz 224b869541 - fixed user status setup on registration process; 2018-05-25 18:22:38 +03:00
nikitozzzzzzz e1bf14e9e0 - deprecated time checking spam bot; 2018-05-15 15:41:28 +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 b9f88bb06b - small notices fixed;
- fixed role submit for extensions integrations;
2018-02-01 10:59:44 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz 49630893ce Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into release/2.0 2017-11-06 15:28:17 +02:00
nikitozzzzzzz 1be33b1c4a - fixed add/edit user/profile UM section at backend;
- fixed submit of profile/registration page at frontend with user roles;
- fixed notifications about change role;
2017-11-06 15:28:07 +02:00
Champ Camba 2d00af2d85 Add parent option name in child option callback as reference 2017-11-04 16:36:15 +08:00
nikitozzzzzzz 1d246e0046 - fixed conditional logic for profile form fields on submit;
- small notices fixes;
2017-09-01 16:39:01 +03:00
nikitozzzzzzz 026b783a24 - fixed default avatar URL for sites at subfolder;
- user registration optimization (removed edit profile handlers on user registration);
- fixed "can edit" checkbox at Forms add field modal window;
2017-08-31 15:05:27 +03:00
nikitozzzzzzz f48bb565ad - fixed save form type backend;
- fixed registration form role setting;
2017-08-20 20:49:20 +03:00
nikitozzzzzzz c4b6484438 - fixed vulnerabilities;
- small changes and fixes;
2017-08-07 16:30:12 +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