Commit Graph

27 Commits

Author SHA1 Message Date
nikitasinelnikov 2da12b3354 - code formatting;
- added version's changelog;
2019-11-26 12:17:25 +02:00
andrewshuba 02c7486978 - fix set_id 2019-11-26 10:36:04 +02:00
nikitasinelnikov 91048da275 - fixed dropdown.js handlers;
- fixed account save some fields which were initialized after adding custom;
- fixed enqueue members scripts;
- small CSS fixes;
2019-10-21 13:31:59 +03:00
nikitasinelnikov 77e3cc608b - member directory header;
- account tabs fields fixes;
2019-09-27 12:38:14 +03:00
nikitasinelnikov 637f6548eb - fixed secure account fields long meta; 2019-09-26 16:52:11 +03:00
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
nikitasinelnikov a199f35cc7 - increase security via option for Password field in user account; 2019-03-12 09:13:40 +02:00
nikitasinelnikov 19ffd41e22 - update account issue; 2019-03-11 16:01:11 +02:00
nikitasinelnikov c8ff9dec4a - pre-release 2019-03-01 17:08:28 +02:00
nalivaikoyura d9ed83834d Add filter for switch default tab
https://secure.helpscout.net/conversation/783720386/28231?folderId=1651531
2019-02-22 12:39:14 +02:00
nikitozzzzzzz d9f75f7db0 - fixed issues with account fields; 2018-09-24 09:15:18 +03:00
nikitozzzzzzz 55ddc025f6 - fixed delete user and password change in account page; 2018-09-17 16:53:40 +03:00
nikitozzzzzzz 77b1d495bb - fixed issue with account button ID's duplicates; 2018-06-27 14:00:34 +03:00
nikitozzzzzzz 4000dca515 - fixed wp_mail text/plain and text/html headers;
- fixed profile tabs without icons at mobile devices;
2018-05-25 15:05:14 +03:00
Denis Baranov 60637cc3a4 fix privacy tab content 2018-05-09 16:16:32 +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
yura_nalivaiko 22585ec184 - changed code for account tabs; 2018-02-26 12:54:41 +02:00
nikitozzzzzzz dca45dad6b - added filters to account tabs; 2018-01-29 01:00:02 +02:00
nikitozzzzzzz d96b612fa7 - small fix for custom account tab's buttons; 2017-12-15 10:48:30 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz e03b16adac - fixed integration with core and another extensions (removed class_exists checking); 2017-08-14 17:24:38 +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 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