Commit Graph

16 Commits

Author SHA1 Message Date
Mykyta Synelnikov e14f165e73 - fixed issue with lack of the nonces in the um_adm_action handler;
- fixed #1263;
2023-07-24 22:30:33 +03: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 e838ac5712 - added wpnonce attribute for duplicate UM Form link; 2023-04-26 22:11:28 +03:00
Nikita Sinelnikov 74e1ea260d - Fixed typos in gettext domain #1156. Thanks to @DanWin 2023-03-27 15:22:09 +03:00
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
nikitasinelnikov 6bbfefd304 - additional column with user status; 2019-01-08 10:13:19 +02:00
nikitozzzzzzz be5dc07f63 - default shortcodes;
- enqueue dependencies;
2018-10-23 00:36:27 +03:00
nikitozzzzzzz 9e6cea911a - base default shortcodes; 2018-10-22 21:53:43 +03:00
nikitozzzzzzz 90ac16d910 - removed procedural methods; 2018-04-03 12:53:41 +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 8e348e084e - conditional logic fixed;
- some code optimization and documentation;
- fixed conflict with WP Fusion;
2018-03-16 09:37:19 +02:00
nikitozzzzzzz 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
Denis Baranov dc97016e07 - added changes for issue #353 2017-11-30 18:03:58 +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