Commit Graph

13 Commits

Author SHA1 Message Date
nikitasinelnikov a021f5e786 Merge remote-tracking branch 'remotes/origin/fix_reset_pass_hash_after_approve'
# Conflicts:
#	includes/um-short-functions.php
2019-05-06 10:15:58 +03:00
andrewshuba 7a5cbf46e7 fix activation link placeholder, remove repeated um_convert_tags() 2019-05-06 09:24:05 +03:00
nikitasinelnikov e101bdbb39 - code review for reset password link; 2019-05-05 23:01:07 +03:00
andrewshuba 6451fb29ad fix reset password email after approve in admin area 2019-05-03 17:51:55 +03:00
nikitozzzzzzz fdd5dca174 - fixed approving users with "Administrator" role; 2018-04-26 11:31:30 +03:00
nikitozzzzzzz 90ac16d910 - removed procedural methods; 2018-04-03 12:53:41 +03:00
nikitozzzzzzz 3eca951d07 - fixed class exists operators; 2018-03-26 01:27:46 +03:00
nikitozzzzzzz 68a18b02e9 - added PHPDocs;
- small fixes and code optimization;
2018-03-19 16:31:49 +02:00
nikitozzzzzzz 179fc36ebf - fixed user permalinks for profile page; 2018-03-07 10:58:58 +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
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