nikitozzzzzzz
f2b6249516
- fixed issues with admin notices and their priority;
2018-04-03 11:46:30 +03:00
nikitozzzzzzz
803c337dd9
Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into feature/ajax_upgrade_process
2018-03-26 01:32:48 +03:00
nikitozzzzzzz
3eca951d07
- fixed class exists operators;
2018-03-26 01:27:46 +03:00
nikitozzzzzzz
f5788e2c45
- fixed upgrade process for big DB data;
...
- small fixes for notices;
2018-03-25 19:14:42 +03:00
nikitozzzzzzz
68a18b02e9
- added PHPDocs;
...
- small fixes and code optimization;
2018-03-19 16:31:49 +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
nikitozzzzzzz
cbf06f5835
- fixed bbPress restrict content message on forums;
...
- fixed issues with permalinks (issue #375 );
- fixed replacing placeholders in [show_content_for_role] shortcode;
2018-02-18 13:27:46 +02:00
nikitozzzzzzz
5ac147e41f
- fixed roles priority and added functions to work with roles (all|priority|um role);
...
- fixed um_is_core_page function with WPML;
- added general admin notice when user have old extensions;
- text changes;
2018-02-07 16:44:40 +02:00
nikitozzzzzzz
1a754a0a93
- fixed roles wp_capabilities init;
...
- fixed 2.0 upgrade transfer logic with roles and capabilities;
2018-01-24 21:07:11 +02:00
Denis Baranov
03c65a8291
- fixed RTL styles
2018-01-12 11:07:15 +02:00
Denis Baranov
15b9281371
-fixed save options restricted access post and taxonomy metabox
2018-01-04 16:04:29 +02:00
nikitozzzzzzz
98e2618e90
- code reviewed created external integrations class (for 3-d party plugins/themes integrations);
2017-12-20 10:58:39 +02:00
nikitozzzzzzz
f861de65a8
- made external integrations class;
2017-12-19 14:44:06 +02:00
Denis Baranov
673a3ee795
- add filter "um_admin_settings_email_section_fields"
2017-12-19 13:15:37 +02:00
nikitozzzzzzz
7c63c20224
- fixed menu items compatibility and integration;
2017-12-14 11:12:15 +02:00
nikitozzzzzzz
a6ddfde2d5
Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into dev/forms_optimizing
...
Conflicts:
includes/admin/core/class-admin-settings.php
2017-12-12 21:24:00 +02:00
nikitozzzzzzz
96c1aaf05a
- options optimization;
2017-12-12 11:13:02 +02:00
Champ Camba
0f79100d4c
Fix license keys settings
2017-12-11 21:54:10 +08:00
nikitozzzzzzz
e36c3ca841
- settings optimization;
2017-12-11 09:53:38 +02:00
nikitozzzzzzz
9e4a0b5309
- removed redundant data;
2017-12-10 16:32:12 +02:00
Champ Camba
3abe1ee0fa
Add license keys notice for inactive and unauthorised site activation
2017-12-07 15:03:54 +08:00
nikitozzzzzzz
d3990feb4c
- fixed issue #321 ;
2017-11-16 00:37:32 +02:00
nikitozzzzzzz
ef653c29d3
- small notices fixes;
...
- fixed issue #344 ;
2017-11-14 12:36:44 +02:00
nikitozzzzzzz
90c2063dbf
- fixed allow tracking option;
...
- fixed hide wp-admin bar;
2017-11-02 18:13:50 +02:00
nikitozzzzzzz
2921707a65
- fixed integration with User Tags extension (remove some hardcode, changed to hooks);
...
- fixed 2.0 upgrades for User roles meta data;
- clear/review code;
2017-09-06 09:03:24 +03:00
nikitozzzzzzz
502231671b
- new Email Templates logic with save template to Theme(Child Theme);
...
- small fixes;
2017-08-29 15:01:29 +03:00
nikitozzzzzzz
e03b16adac
- fixed integration with core and another extensions (removed class_exists checking);
2017-08-14 17:24:38 +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
3b4da87930
- fixed saving empty value to multi texts fields;
2017-07-31 23:44:29 +03:00
nikitozzzzzzz
e059e78c91
- fixed roles table;
...
- added onleave event to settings page;
- added install info to settings tab;
2017-07-31 16:56:16 +03:00
nikitozzzzzzz
a0eca5f350
- removed "About" page;
...
- added tooltips to Profile menu;
- some fixes;
2017-07-28 13:33:14 +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