Mykyta Synelnikov
4adbe19cbe
* fixed CVE-2024-12276;
...
* reviewed using $wpdb and WPCS;
* set minimum required version to 6.2 due to using %i for $wpdb->prepare;
2025-02-03 16:17:37 +02:00
Mykyta Synelnikov
ba93896c5d
* manually reviewed #1537 ;
2024-09-24 17:58:55 +03:00
Mykyta Synelnikov
7778186f83
- fixed builder issues;
2023-12-06 17:55:20 +02:00
Mykyta Synelnikov
fcd5854424
Merge branch 'development/2.6.5' into fix/remove_extract_frontend
2023-06-27 16:08:09 +03:00
Mykyta Synelnikov
d5a6cc8674
- review make();
2023-06-26 21:29:41 +03:00
Mykyta Synelnikov
863fa6aebc
- review ajax_paginate();
2023-06-26 17:16:41 +03:00
Mykyta Synelnikov
069a8d15ac
- removed extract() from show_builder() function;
...
- wpcs for `show_builder()`;
2023-06-22 17:06:01 +03:00
ashubawork
a027cfcd70
- fix make()
2023-06-22 16:11:32 +03:00
ashubawork
9cc48e0a8c
- fix load()
2023-06-22 14:40:44 +03:00
ashubawork
569a341fd2
- fix ajax_paginate()
2023-06-22 13:19:09 +03:00
Nikita Sinelnikov
c1b3b0d3c4
- fixed issues related to the registration users with awaiting admin review or email confirmation;
2022-08-12 23:07:16 +03:00
Nikita Sinelnikov
c9f90c54dd
- User queries performance fix;
2022-06-20 17:29:31 +03:00
Nikita Sinelnikov
72d58f709d
- fixed #1008 ;
...
- fixed #1005 ;
- fixed #1006 ;
- fixed #1010 ;
2022-06-09 17:17:15 +03:00
Nikita Sinelnikov
fe88b40939
- using slashes in the callback function setting of the dropdown fields;
2022-06-08 21:24:23 +03:00
Nikita Sinelnikov
744727fe75
- added query_var for UM additional Users_Query on users.php
2022-01-20 15:53:34 +02:00
Nikita Sinelnikov
07e664be80
- intermediate results with sanitizing form handlers;
2021-06-29 02:51:54 +03:00
nikitasinelnikov
fd4c40fb5c
- code formatting;
2019-08-20 16:21:23 +03:00
andrewshuba
9374b7e2cb
- fix default buttons text
...
- show default button text if filed value is empty
2019-08-09 14:56:27 +03:00
nikitasinelnikov
859798ce14
- code formatting;
2019-03-12 21:28:29 +02:00
nalivaikoyura
3ae781ef04
change quote (project nami wp)
...
mssql doesn't understand double quotes (microsoft azure)
2019-03-12 16:28:05 +02:00
nikitozzzzzzz
0ceab69793
- added nonce fields;
2018-11-21 14:01:18 +02:00
nikitozzzzzzz
c177a7f870
- fixed buffer echo and close;
2018-09-28 17:14:50 +03:00
nikitozzzzzzz
3eca951d07
- fixed class exists operators;
2018-03-26 01:27:46 +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
Denis Baranov
da7d53d0fb
- fixed notices
2017-12-12 17:00:21 +02:00
nikitozzzzzzz
326863f7e3
- fixed bbPress reccursive cycle on WP_Query;
2017-12-01 15:11:52 +02:00
nikitozzzzzzz
1f5bf3dafc
- fixed get_meta_value function for options with "0" value;
...
- fixed upgrade to 2.0 for transferring menu restriction;
2017-08-30 16:01:43 +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