Commit Graph

20 Commits

Author SHA1 Message Date
Mykyta Synelnikov ba93896c5d * manually reviewed #1537; 2024-09-24 17:58:55 +03:00
Mykyta Synelnikov 1f70835b3f - new gulp version;
- reviewed #1479;
2024-03-27 15:27:06 +02:00
Mykyta Synelnikov e1f550afb5 - changed "e-mail" to "email";
- changed texts for admin notices;
- added a few links to docs;
2024-02-16 15:12:21 +02:00
Mykyta Synelnikov b40edd26e6 - wp-admin assets refactoring (in process); 2023-11-03 17:31:18 +02:00
Mykyta Synelnikov fa2108172f - fixed issue with lack of the nonces in the um_adm_action handler; 2023-07-24 12:57:18 +03:00
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
Nikita Sinelnikov 221e54f6ce - added separate button for the user statuses count cache clearing; 2022-08-12 20:14:39 +03:00
Champ Camba 16bdc0cf9c Fix admin user filters links in Dashboard > Users 2021-02-22 12:45:45 +08:00
nikitasinelnikov 6d57dae16d - removed feed widget from UM Dashboard;
- code refactoring for UM Gutenberg blocks;
- transferred Social Activity block to UM:Social Activity extension;
2020-09-23 11:37:42 +03:00
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
nikitozzzzzzz ca55e761e7 - deleted deprecated file; 2018-11-20 14:03:35 +02:00
nikitozzzzzzz 819d5333db - notices texts changes;
- remove language notice;
- fixed duplicated "redirect_to" field;
- added compatibility with PHP7.2 (removed deprecated functions and ini variables);
2018-11-15 18:53:59 +02:00
nikitozzzzzzz 79ae9a9185 - fixed refresh of transient plugin upgrade options 2018-05-25 10:34:53 +03:00
nikitozzzzzzz 2ce01fcd4c - upgrades request manual; 2018-05-24 16:55:06 +03:00
nikitozzzzzzz 1d3351ec5e - fixed cache users count; 2018-05-01 00:29:45 +03:00
nikitozzzzzzz 68a18b02e9 - added PHPDocs;
- small fixes and code optimization;
2018-03-19 16:31:49 +02:00
nikitozzzzzzz db5f646217 - small fixes;
- added some translations;
2018-03-07 11:35:28 +02:00
nikitozzzzzzz b2a67974bd - hotfix, removed PHP notices and warnings; 2017-10-31 15:49:48 +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