Commit Graph

12 Commits

Author SHA1 Message Date
nikitozzzzzzz 79ae9a9185 - fixed refresh of transient plugin upgrade options 2018-05-25 10:34:53 +03:00
nikitozzzzzzz 2ce01fcd4c - upgrades request manual; 2018-05-24 16:55:06 +03:00
nikitozzzzzzz 27f2021d6b - class admin optimization; 2018-04-03 15:04:14 +03:00
nikitozzzzzzz 90ac16d910 - removed procedural methods; 2018-04-03 12:53:41 +03:00
nikitozzzzzzz f2b6249516 - fixed issues with admin notices and their priority; 2018-04-03 11:46:30 +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 12891ff743 - hook docs; 2018-03-05 16:35:51 +02:00
nikitozzzzzzz 54016fdaab - 2.0.1 version;
- small code optimization;
- fix for update user profile role change;
2018-02-08 15:27:01 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz 5d14060aff - fixed dependencies with extensions, which installed with wrong folder name;
- added notice when UM is installed with wrong folder name;
2017-10-18 15:45:59 +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