Commit Graph

17 Commits

Author SHA1 Message Date
nikitasinelnikov fa3c4f4b9e - removed Instagram extension from marketing pages;
- fixed security lack with not editable roles field;
2020-10-05 23:21:40 +03:00
nikitasinelnikov c112f02743 - added WP Users restrictions by UM Roles settings;
- added new extensions to the list;
2020-08-31 18:05:54 +03:00
nikitasinelnikov 5e782cf922 - fixed account submission for password reset; 2020-08-03 18:06:26 +03:00
nikitasinelnikov 4e604cad3f - added User Locations extension; 2020-03-03 09:43:58 +02:00
nikitasinelnikov 0aab9853d9 - sanitizing variables in wp-admin classes; 2020-02-28 15:51:45 +02:00
nikitasinelnikov 4c437240f7 - added Profile Tabs licenses integration;
- fixed issue with the filter on change enqueue scripts priority;
2019-12-10 14:04:13 +02:00
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
nikitasinelnikov 954dfa7fc5 - fixed Edit Profile mode;
- added esc functions;
- added Unsplash extension;
- added new conditional setting for admin forms;
2019-08-01 14:23:13 +03:00
nikitasinelnikov a7a05236cc - added extensions images to core files; 2019-07-16 14:09:28 +03:00
nikitasinelnikov 544134610c - changed readme; 2019-07-11 19:04:35 +03:00
nikitasinelnikov 7151b8a183 - added free extension;
- 3rd party integration;
- fixed CPT & Taxonomies titles;
2019-07-11 19:02:16 +03:00
nikitasinelnikov 3e89e9e9f8 - fixed admin forms; 2018-12-13 18:54:36 +02:00
nikitozzzzzzz 819d5333db - notices texts changes;
- remove language notice;
- fixed duplicated "redirect_to" field;
- added compatibility with PHP7.2 (removed deprecated functions and ini variables);
2018-11-15 18:53:59 +02:00
nikitozzzzzzz cefe9957df - added extensions to the list; 2018-10-16 10:34:14 +03:00
nikitozzzzzzz 68a18b02e9 - added PHPDocs;
- small fixes and code optimization;
2018-03-19 16:31:49 +02:00
nikitozzzzzzz 2c56b9c1f4 - private content compatibility added; 2017-09-14 17:12:08 +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