Mykyta Synelnikov
a460146958
- alternative #1167 , #1166 because there had been used already existing hook with other attributes;
...
- added description for the "Enable menu icons in desktop view" option;
2023-05-23 13:57:55 +03:00
Mykyta Synelnikov
5caf57aeee
- added um_disable_email_notification_sending hook for dynamically disable email notification sending;
2023-04-19 10:33:23 +03:00
Nikita Sinelnikov
8b5bb5d784
- fixed #1082 ;
...
- used wp_mkdir to avoid the filesystem conflict;
2022-12-13 15:52:57 +02:00
nikitasinelnikov
caba3de9d5
- Added: Hooks um_before_email_notification_sending and um_after_email_notification_sending regarding #743 pull-request
2021-04-02 13:05:36 +03:00
nikitasinelnikov
da50a79a92
- removed legacy.js from pickadate;
...
- fixed wp_mail attachments;
2020-09-21 12:10:29 +03:00
Champ Camba
70e4082f0b
Push updates
2020-01-28 20:57:14 +08:00
Champ Camba
2629eb4ace
Fix Gmail & Yahoo UTF-8 encoding
2019-09-19 19:27:34 +08:00
andrewshuba
219956268b
- add wp_unslash for email subject
2019-08-22 11:58:39 +03:00
denisbaranov
3e05da5ffd
Issue: Apostrophe appears as \' in Mail appears from name
...
Link: https://secure.helpscout.net/conversation/897757075/31945?folderId=1405025
2019-07-09 13:16:09 +03:00
andrewshuba
82a119e1ef
fix activation link and profile link in email
2019-05-07 14:56:28 +03:00
andrewshuba
7812103851
separate placeholders into filters
2019-05-06 17:22:57 +03:00
nikitasinelnikov
b7555b75ab
- fixes for email templates save process
...
- fixes for multilanguage email templates;
2019-04-01 23:44:21 +03:00
nikitozzzzzzz
ab1c321433
- strip tags in plain text email templates;
2018-09-27 23:41:10 +03:00
denisbaranov
5d3507b01c
Resolve Issues with HTML code in plain emails
2018-09-19 17:57:23 +03:00
nikitozzzzzzz
d856188e60
- fixed email templates for multisite;
...
- fixed upgrade script to 2.0.x version for multisites;
2018-06-07 01:01:42 +03:00
nikitozzzzzzz
1f2c65a658
- fixed getting email templates for Network active themes;
2018-06-06 18:08:27 +03:00
nikitozzzzzzz
ca40103d9b
- multisite email templates;
2018-05-30 18:34:24 +03:00
nikitozzzzzzz
cc58ba5938
Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into fix/ms_email_templates
2018-05-30 15:15:57 +03:00
nikitozzzzzzz
cf3835d5e2
- deprecated old functions;
2018-05-30 11:09:37 +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
nikitozzzzzzz
3eca951d07
- fixed class exists operators;
2018-03-26 01:27:46 +03:00
nikitozzzzzzz
cf0f7b1d10
- added filter for the integration with email notification's content;
...
- fixed homepage User Role setting;
2018-03-25 20:44:54 +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
nikitozzzzzzz
98e2618e90
- code reviewed created external integrations class (for 3-d party plugins/themes integrations);
2017-12-20 10:58:39 +02:00
nikitozzzzzzz
f861de65a8
- made external integrations class;
2017-12-19 14:44:06 +02:00
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