Mykyta Synelnikov
7ed46093e7
- fixed JB() using instead of UM();
2023-07-13 15:29:19 +03:00
ashubawork
5b647ae5e9
- add translators
2023-07-13 11:36:29 +03:00
Mykyta Synelnikov
336e807a50
- added comments;
2023-06-08 13:52:11 +03:00
ashubawork
29eceaeff7
- add hooks after delete role and reset role
2023-06-06 17:12:35 +03:00
ashubawork
f8c0bbe28e
- add a hook for private content
2023-06-05 13:20:53 +03:00
Mykyta Synelnikov
bdb768d963
- reviewed #1164 ;
2023-04-18 16:14:21 +03:00
ashubawork
42337c440a
- check versions, add transient
2023-04-10 17:46:25 +03:00
ashubawork
00dd3d6b9f
- list of templates
2023-04-07 12:45:34 +03:00
Nikita Sinelnikov
a7b9a03db7
- fixed role list-table + role edit screen for invalid role keys;
2021-09-13 17:02:16 +03:00
yuriinalivaiko
8f3626f42e
- fixed user role delete action
2021-08-27 18:14:24 +03:00
Nikita Sinelnikov
07e664be80
- intermediate results with sanitizing form handlers;
2021-06-29 02:51:54 +03:00
nikitasinelnikov
41350e1391
- fixed PHP notices when there aren't UM custom roles and we get bool variable from get_option( 'um_roles' );
2020-12-16 13:37:13 +02:00
nikitasinelnikov
0e5dcd91b4
- fixed additional slashes in the role titles;
2020-08-26 23:47:26 +03:00
nikitasinelnikov
3a1366d2b6
- code formatting;
2020-05-25 17:56:24 +03:00
denisbaranov
42ec7a55db
Added: Emails descriptions
2020-04-19 21:08:17 +03:00
nikitasinelnikov
0aab9853d9
- sanitizing variables in wp-admin classes;
2020-02-28 15:51:45 +02:00
nikitasinelnikov
2d36eaea36
- fixed member directory scripts enqueue;
...
- added integration with User Location extension;
- sanitize $_GET variables in wp-admin side;
2020-02-12 12:36:47 +02:00
andrewshuba
88bdc97c86
- fix pagination on Ultimate member - Settings - Email page
2019-11-27 15:36:09 +02:00
nikitasinelnikov
5f66fd5fe3
- added escape functions, security fix for XSS;
2019-08-08 00:36:33 +03:00
nikitasinelnikov
1caf85bf31
- fixed licenses validation;
...
- fixed no-UM custom roles update;
2019-07-17 12:44:39 +03:00
nikitasinelnikov
8f60eef636
- email templates message
2019-04-10 11:45:45 +03:00
nikitozzzzzzz
614fe50a60
- fixed hidden input by esc_attr;
2018-07-13 11:35:49 +03:00
nikitozzzzzzz
8e348e084e
- conditional logic fixed;
...
- some code optimization and documentation;
- fixed conflict with WP Fusion;
2018-03-16 09:37:19 +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
71a9b3da11
- fixed logout process for WPML;
...
- added priority to the User Roles;
2018-01-29 00:25:08 +02:00
nikitozzzzzzz
489cf3cc1a
- fixed deleting UM roles;
2017-12-22 16:48:55 +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
b0576e0b19
- add column "icl_translations" to UM_Emails_List_Table
2017-12-19 11:56:42 +02:00
nikitozzzzzzz
e36c3ca841
- settings optimization;
2017-12-11 09:53:38 +02:00
nikitozzzzzzz
375ba106db
- fixed pagination at roles page;
2017-12-10 10:13:16 +02:00
nikitozzzzzzz
b6e39844af
- fixed email notifications status at list table;
2017-11-16 12:19:05 +02:00
nikitozzzzzzz
7d45a0a229
- fixed issue with deleting custom roles;
2017-11-16 01:07:08 +02:00
nikitozzzzzzz
e059e78c91
- fixed roles table;
...
- added onleave event to settings page;
- added install info to settings tab;
2017-07-31 16:56:16 +03:00
nikitozzzzzzz
8b9320b09f
- removed UM prefix before UM custom roles;
2017-07-30 22:54:39 +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