Commit Graph

16 Commits

Author SHA1 Message Date
Mykyta Synelnikov b40edd26e6 - wp-admin assets refactoring (in process); 2023-11-03 17:31:18 +02:00
Nikita Sinelnikov 0d2ac59ce3 - fixed getting default metadata for UM forms; 2021-07-26 14:57:31 +03:00
Nikita Sinelnikov 07e664be80 - intermediate results with sanitizing form handlers; 2021-06-29 02:51:54 +03:00
nikitasinelnikov c81c52dda5 - added ability to set cover/avatar size from predefined sizes in Ultimate Member -> Settings -> General -> Uploads; 2019-10-10 17:22:24 +03:00
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
nikitasinelnikov d95001359c Merge remote-tracking branch 'remotes/origin/feature/option__Profile_Photo_Uploader'
# Conflicts:
#	includes/admin/core/class-admin-settings.php
2019-07-16 14:51:14 +03:00
denisbaranov 5c71255d66 Add option to Switch on/off the profile photo uploader 2019-06-04 19:21:36 +03:00
denisbaranov 56f1f6d5c7 Issue "The option to pick 1.6:1 Profile Cover Ratio is missing in the Customize the form sidebar"
Link https://secure.helpscout.net/conversation/760464739/27409?folderId=1405025
2019-01-23 15:54:51 +02:00
nikitozzzzzzz abb00b74c3 - roles multiselect on Profile form settings; 2018-06-03 20:02:55 +03:00
nikitozzzzzzz b23f762919 - fixed Profile menu on some installs;
- typo fixed;
2018-05-02 15:46:09 +03:00
Denis Baranov 21e5c397d7 - fixed support for PHP version: 5.4 2018-01-12 12:32:32 +02:00
nikitozzzzzzz 96c1aaf05a - options optimization; 2017-12-12 11:13:02 +02:00
nikitozzzzzzz 31de1e49ce - changed checkboxes to dropdowns at top label metaboxes; 2017-09-04 16:52:42 +03:00
nikitozzzzzzz 1f5bf3dafc - fixed get_meta_value function for options with "0" value;
- fixed upgrade to 2.0 for transferring menu restriction;
2017-08-30 16:01:43 +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