Commit Graph

17 Commits

Author SHA1 Message Date
Mykyta Synelnikov fc2c5456e4 Implement directory privacy settings and add rate limiting
Adds configurable privacy options for member directories, allowing restrictions on visibility based on roles or login status. Introduces rate limiting for unauthenticated AJAX requests to prevent brute-force attacks or abuse.
2025-12-11 17:36:42 +02:00
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
Nikita Sinelnikov 641f2c5a74 - fixed restriction logic cases;
- fixed conditions for the restriction logic options;
2021-09-14 18:21:41 +03:00
Nikita Sinelnikov c8a09caef4 - fixed posts query in the User Profile; 2021-08-12 15:57:21 +03:00
Nikita Sinelnikov 07e664be80 - intermediate results with sanitizing form handlers; 2021-06-29 02:51:54 +03:00
nikitasinelnikov 731506be2b - fixed getting posts count at the Posts tab;
- UM metatable queries changed;
2020-01-10 12:53:30 +02:00
nikitasinelnikov 72ae461c6e - changed logic of the comments loading on the user profile page; 2019-10-17 18:05:44 +03:00
nikitasinelnikov f82ace1551 - fixed template include; 2019-10-17 16:53:57 +03:00
nikitasinelnikov 250b0836c4 - fixed tooltip "a" tag CSS;
- fixed get_template function '/' to DIRECTORY_SEPARATOR;
- changed loading posts.php template;
2019-10-17 16:20:48 +03:00
nikitasinelnikov c8ff9dec4a - pre-release 2019-03-01 17:08:28 +02:00
denisbaranov b575f8af3f Issue: ‘Load More Posts’ still visible when posts < 10
Function count_user_posts() used instead of wp_count_posts()
2019-02-26 13:08:49 +02:00
nikitozzzzzzz 0ceab69793 - added nonce fields; 2018-11-21 14:01:18 +02:00
nikitozzzzzzz b4c2ff15dd - fixed User Profile posts pagination;
- 2.0.29 release;
2018-10-08 23:36:05 +03:00
nikitozzzzzzz 3eca951d07 - fixed class exists operators; 2018-03-26 01:27:46 +03:00
nikitozzzzzzz 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
nikitozzzzzzz a36226c718 - added filter for fix #306 issue; 2017-10-19 16:28:30 +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