Nikita Sinelnikov
fc92903f97
- fixed updating display_name if there is set the User Display Name setting to Default WP Display Name in UM > General > Users > Display name;
...
- fixed typo in the password validation
2021-09-21 18:26:57 +03:00
Nikita Sinelnikov
07e664be80
- intermediate results with sanitizing form handlers;
2021-06-29 02:51:54 +03:00
nikitasinelnikov
88f586ff11
- fixed members search engine;
...
- fixed get_template function for specific settings at Windows servers;
2019-10-21 15:43:30 +03:00
denisbaranov
d74058fbb0
fix get_template function
2019-10-19 10:42:18 +03:00
nikitasinelnikov
250b0836c4
- fixed tooltip "a" tag CSS;
...
- fixed get_template function '/' to DIRECTORY_SEPARATOR;
- changed loading posts.php template;
2019-10-17 16:20:48 +03:00
nikitasinelnikov
6a553e828d
- 2.1.0 pre-release;
2019-10-04 15:02:37 +03:00
nikitasinelnikov
77e3cc608b
- member directory header;
...
- account tabs fields fixes;
2019-09-27 12:38:14 +03:00
nikitasinelnikov
27135ed988
- new member directory;
2019-09-04 14:54:03 +03:00
nikitasinelnikov
e53924a0b2
- fixed save fields register/profile;
2019-05-13 14:16:11 +03:00
nikitasinelnikov
dc4382acd3
- security fixes;
...
- download last upgrades fixes;
2019-05-10 15:43:14 +03:00
nikitasinelnikov
887d4b5293
- fixed scroll via enqueue new scroll library;
...
- fixed order by Display name option
2019-05-02 18:29:00 +03:00
nikitasinelnikov
e7c893cdea
- fixed verify nonce;
2018-12-07 15:26:42 +02:00
nikitozzzzzzz
9304f7a982
- extensions class for future integrations;
2018-11-28 11:13:51 +02:00
nikitozzzzzzz
036faaa964
- removed deprecated "UM_TEXTDOMAIN" constant;
...
- removed deprecated function UM()->get_ajax_route();
2018-11-27 13:53:34 +02:00
nikitozzzzzzz
0ceab69793
- added nonce fields;
2018-11-21 14:01:18 +02:00
nikitozzzzzzz
fc298c53b7
- removed some deprecated variables;
...
- changed the structure of the menu item's custom fields;
2018-09-17 08:29:33 +03:00
nikitozzzzzzz
5a981a8a01
- fixed content restriction;
2018-04-04 15:12:30 +03:00
nikitozzzzzzz
68a18b02e9
- added PHPDocs;
...
- small fixes and code optimization;
2018-03-19 16:31:49 +02:00
nikitozzzzzzz
94ae70941a
- fixed Icon selector JS;
2018-03-09 10:42:08 +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
96c1aaf05a
- options optimization;
2017-12-12 11:13:02 +02:00
nikitozzzzzzz
e36c3ca841
- settings optimization;
2017-12-11 09:53:38 +02:00
Denis Baranov
4c927e36bf
- fixed UM20 ajax not working when "Site Address URL" different to "WordPress Address URL"
2017-12-08 12:53:50 +02:00
nikitozzzzzzz
a8d45b1824
- fixed email notifications for extensions;
2017-11-01 13:08:28 +02:00
yura_nalivaiko
6befee20ca
- fixed templates function;
2017-10-25 17:16:39 +03:00
yura_nalivaiko
dee53eddd9
- fixed template function;
2017-10-25 17:11:58 +03:00
yura_nalivaiko
f8b4f34cd0
- added template functions;
2017-10-24 17:20:03 +03:00
nikitozzzzzzz
2921707a65
- fixed integration with User Tags extension (remove some hardcode, changed to hooks);
...
- fixed 2.0 upgrades for User roles meta data;
- clear/review code;
2017-09-06 09:03:24 +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
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