nikitozzzzzzz
f2b6249516
- fixed issues with admin notices and their priority;
2018-04-03 11:46:30 +03:00
Denis Baranov
69e31a6e52
- small fixed. Return an empty array if the "um_roles" option is not specified
2018-04-02 13:22:25 +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
Denis Baranov
3a3af72e82
- fixed placeholder used 'strip_tags()' for input select
2018-03-15 13:28:21 +02:00
nikitozzzzzzz
4c76cce957
- fixed scripts enqueue;
...
- fixed attributes on files/images upload;
2018-03-09 16:26:01 +02:00
nikitozzzzzzz
4e34c15643
- added ability to change field classes at user forms (issue #311 );
2018-03-07 12:14:06 +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
1b03923c6b
- fixed small notices about array_intersect;
2018-02-19 12:10:54 +02:00
nikitozzzzzzz
5ac147e41f
- fixed roles priority and added functions to work with roles (all|priority|um role);
...
- fixed um_is_core_page function with WPML;
- added general admin notice when user have old extensions;
- text changes;
2018-02-07 16:44:40 +02:00
nikitozzzzzzz
6eee5de62c
- php notice fix for empty 'parent_dropdown_relationship' (issue #369 );
2018-01-30 15:29:08 +02:00
nikitozzzzzzz
6aaf72064e
- fixed roles options order in dropdown and radio fields ( fix by @LuigiPulcini );
2017-12-18 10:36:42 +02:00
nikitozzzzzzz
e36c3ca841
- settings optimization;
2017-12-11 09:53:38 +02:00
nikitozzzzzzz
63dc4ecc0c
- fixed roles selector field for some installs;
...
- removed deprecated google-chart script enqueue;
2017-12-10 11:30:39 +02:00
nikitozzzzzzz
b772cb86ee
- fixed roles fields;
2017-11-28 21:21:21 +02:00
nikitozzzzzzz
d894c67d8e
- fixed Roles (Radio) field's options;
2017-11-22 16:25:41 +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
Denis Baranov
dd4e376950
fixed if a number field has the value 0, it is considered 'empty' and the field is not showing.
2017-10-29 23:32:39 +02:00
Denis Baranov
cccd907a29
-fixed max and min value on the numeric field
2017-10-29 23:20:09 +02:00
Champ Camba
9a0a3dcc6b
Added back the filter hook as what discussed in slack
2017-10-03 23:14:10 +08:00
Champ Camba
4d6853a4e7
Revert "Add new filter hook 'um_fields_options_enable_pairs__{$key}'"
...
This reverts commit 63a5c9dcb4 .
2017-10-03 22:57:21 +08:00
nikitozzzzzzz
a714be2d5c
commit by denisbaranov:
...
- fixed conditional logic in form;
- fixed prohibition on editing a field (Form->field->Can user edit this field?);
- fixed cleaning on XSS injection;
- fixed addition "wp_unslash" and "esc_attr" in the "Admin_Forms" class method "render_form_row";
2017-10-03 16:29:04 +03:00
Champ Camba
63a5c9dcb4
Add new filter hook 'um_fields_options_enable_pairs__{$key}'
2017-10-03 17:57:09 +08:00
nikitozzzzzzz
b91ad10cfa
- fixed roles dropdown, when edit options at backend edit field modal window;
2017-09-18 16:04:03 +03:00
nikitozzzzzzz
c79e76ad25
- fixed conditional logic with not selected default radio button;
2017-09-11 17:03:16 +03:00
nikitozzzzzzz
1d246e0046
- fixed conditional logic for profile form fields on submit;
...
- small notices fixes;
2017-09-01 16:39:01 +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
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
8b9320b09f
- removed UM prefix before UM custom roles;
2017-07-30 22:54:39 +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