Mykyta Synelnikov
b83da8b814
- WPCS for defined constants;
...
* um_url -> UM_URL
* um_path -> UM_PATH
* um_plugin -> UM_PLUGIN
* ultimatemember_version -> UM_VERSION
* ultimatemember_plugin_name -> UM_PLUGIN_NAME
2023-09-13 22:56:32 +03:00
Mykyta Synelnikov
7ed46093e7
- fixed JB() using instead of UM();
2023-07-13 15:29:19 +03:00
ashubawork
82ae1dc614
- notices, gdpr, settings, metabox, menu
2023-07-12 15:31:06 +03:00
Nikita Sinelnikov
c9f90c54dd
- User queries performance fix;
2022-06-20 17:29:31 +03:00
Nikita Sinelnikov
07e664be80
- intermediate results with sanitizing form handlers;
2021-06-29 02:51:54 +03:00
nikitasinelnikov
12dca8b826
- fixed getting temp directory size;
2021-04-22 13:46:51 +03:00
nikitasinelnikov
b45b4fc140
- fixed admin menu PHP notice;
2020-09-30 12:03:06 +03: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
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
nikitasinelnikov
5f66fd5fe3
- added escape functions, security fix for XSS;
2019-08-08 00:36:33 +03:00
nikitasinelnikov
dc4382acd3
- security fixes;
...
- download last upgrades fixes;
2019-05-10 15:43:14 +03:00
Yurii Nalivaiko
b0cd9c98c3
- small fixes
2018-11-30 11:32:57 +02:00
nikitozzzzzzz
0ceab69793
- added nonce fields;
2018-11-21 14:01:18 +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
6e0836a4f8
- wp native ajax fix
2018-08-15 13:24:22 +03:00
nikitozzzzzzz
5f4d054386
- 2.0.22 release prepare
2018-08-05 23:05:25 +03:00
nikitozzzzzzz
2ce01fcd4c
- upgrades request manual;
2018-05-24 16:55:06 +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
12891ff743
- hook docs;
2018-03-05 16:35:51 +02:00
nikitozzzzzzz
e36c3ca841
- settings optimization;
2017-12-11 09:53:38 +02:00
nikitozzzzzzz
a0eca5f350
- removed "About" page;
...
- added tooltips to Profile menu;
- some fixes;
2017-07-28 13:33:14 +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