Commit Graph

17 Commits

Author SHA1 Message Date
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