Commit Graph

21 Commits

Author SHA1 Message Date
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