Commit Graph

11 Commits

Author SHA1 Message Date
Denis Baranov 45498f16dc - added filter "um_email_send_subject" 2017-12-19 13:45:11 +02:00
Denis Baranov d460139473 - fixed creating a file in a theme for another language.
- fixed sending emails template in the standard language for administrator.
- fixed sending a standard template email, if not for the current language
2017-12-18 18:01:42 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz 129de3fec7 - added filter for additional headers to email templates (e.g. DOCTYPE etc.); 2017-12-08 16:51:25 +02:00
nikitozzzzzzz 269bd2f7bb - fixed small notice; 2017-11-12 20:32:17 +02:00
nikitozzzzzzz cfbdb688fe - fixed email notifications integration;
- fixed small notices;
2017-11-12 15:55:43 +02:00
nikitozzzzzzz a8d45b1824 - fixed email notifications for extensions; 2017-11-01 13:08:28 +02:00
nikitozzzzzzz c1cfc8efa2 - fixed email notifications sendings when HTML is turned off;
- fixed first install and default settings;
2017-09-21 16:31:39 +03:00
nikitozzzzzzz 472f5d21bc - transferring emails to UM2.0 logic;
- first install email notifications settings;
2017-08-29 17:33:10 +03:00
nikitozzzzzzz 502231671b - new Email Templates logic with save template to Theme(Child Theme);
- small fixes;
2017-08-29 15:01:29 +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