Commit Graph

16 Commits

Author SHA1 Message Date
nikitasinelnikov 5e7b250a9e - added ability to set restriction options for each Gutenberg block; 2019-01-04 19:00:21 +02:00
denisbaranov 8b4004e0e4 Additional search filters for members
helpscout#24541 
Member Directory filter shortcode and search bar on paginated pages
2018-10-01 18:35:59 +03:00
nikitozzzzzzz ac88f69cd6 - removed tracking;
- changed notices texts;
- fixed MailChimp opt-in from notice;
2018-07-02 16:46:22 +03:00
nikitozzzzzzz abb00b74c3 - roles multiselect on Profile form settings; 2018-06-03 20:02:55 +03:00
nikitozzzzzzz c6a00afa9a - remove cache on upgrade user role;
- removed deprecated functions-
- text changes;
2018-04-05 14:38:20 +03:00
nikitozzzzzzz b709bb3914 - update account email notification; 2018-04-01 15:45:25 +03:00
nikitozzzzzzz 68a18b02e9 - added PHPDocs;
- small fixes and code optimization;
2018-03-19 16:31:49 +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 810bd07244 - fixed role keys for no-UTF8 titles; 2018-02-12 15:37:58 +02:00
nikitozzzzzzz 7c63c20224 - fixed menu items compatibility and integration; 2017-12-14 11:12:15 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz a096d9a5a0 - fixed logout process; 2017-09-15 10:28:04 +03:00
nikitozzzzzzz 472f5d21bc - transferring emails to UM2.0 logic;
- first install email notifications settings;
2017-08-29 17:33:10 +03:00
nikitozzzzzzz b6aff77568 - fixed upload files;
- minified js files and changed enqueue to classic WP logic with DEBUG_SCRIPTS constant;
2017-08-06 19:50:31 +03:00
nikitozzzzzzz 6c9668c0cb - fixed encoding if not installed mbstring PHP library;
- some texts changes;
- some fixes on first install and forms metaboxes;
2017-08-03 10:52:40 +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