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