nikitasinelnikov
fc2ab58dfe
- added UM setting;
2021-04-09 15:25:01 +03:00
nikitasinelnikov
3f920d7ab6
- Fixed: Activate an account via email
2020-09-01 23:34:17 +03:00
nikitasinelnikov
3d8b9f7cf4
- code review;
2020-07-08 19:34:40 +03:00
denisbaranov
3851781161
Fixed: SEO link canonical for the profile page
2020-06-19 17:56:49 +03:00
nikitasinelnikov
72a1e9a7c3
- small code formatting;
2020-03-02 16:47:56 +02:00
Champ Camba
80cfa00d45
Fix missing bracket
2019-12-22 22:47:20 +08:00
Champ Camba
2ef44d91a1
Remove notices
2019-12-22 22:28:41 +08:00
nikitasinelnikov
99474abfd5
- pre 2.0.44 commit;
2019-04-14 21:26:04 +03:00
denisbaranov
dc213aab31
Use 'localhost' if $_SERVER['HTTP_HOST'] is empty
2019-04-10 18:19:56 +03:00
nikitozzzzzzz
8cc4be56d6
- fixed profile page permalinks;
2018-10-15 21:36:34 +03:00
nikitozzzzzzz
97ee3cc95e
- fixed get current URL function;
2018-05-31 17:21:45 +03:00
nikitozzzzzzz
4ab758e756
- changed version;
2018-05-30 23:57:57 +03:00
yura_nalivaiko
e49197e588
- changes with avatar;
2018-05-01 10:21:19 +03:00
nikitozzzzzzz
3eca951d07
- fixed class exists operators;
2018-03-26 01:27:46 +03:00
nikitozzzzzzz
70e33dcacf
- added filters for integration with redirect URLs (login, logout, register, account delete, custom homepage);
...
- fixed SSL permalinks;
2018-03-16 14:20:37 +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
nikitozzzzzzz
cbf06f5835
- fixed bbPress restrict content message on forums;
...
- fixed issues with permalinks (issue #375 );
- fixed replacing placeholders in [show_content_for_role] shortcode;
2018-02-18 13:27:46 +02:00
Denis Baranov
092be40448
- formatted code
2018-02-13 11:28:54 +02:00
Denis Baranov
8fa0561e20
- fixed user profile url slug name
2018-02-13 11:23:17 +02:00
nikitozzzzzzz
7a93ed0138
- code reviewed;
2018-02-12 16:27:34 +02:00
Denis Baranov
7bdc82ef4a
-fixed formated code
2018-02-12 15:37:10 +02:00
Denis Baranov
4d9ba51afe
- fixed unique address of the user's link
2018-02-12 13:31:54 +02:00
nikitozzzzzzz
e36c3ca841
- settings optimization;
2017-12-11 09:53:38 +02:00
Denis Baranov
545804f4b3
- fixed generated profile permalink base.
2017-11-30 16:27:30 +02:00
Denis Baranov
17906e5485
- fixed generated profile permalink base.
2017-11-27 12:44:21 +02:00
nikitozzzzzzz
824da3f036
- fixed allowed memory size on multisites;
2017-11-14 17:50:37 +02:00
nikitozzzzzzz
de3355e059
- fixed activation at multisite (issue #319 );
...
- small notices fixes;
2017-09-14 17:39:26 +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