Commit Graph

17 Commits

Author SHA1 Message Date
nikitozzzzzzz 770a5f73af - additional version upgrade notice (major version notice); 2018-06-10 23:21:44 +03:00
nikitozzzzzzz c503c05a43 - fixed PHP memory limit error after upgrade; 2018-05-28 14:41:15 +03:00
nikitozzzzzzz 8d7d58c371 - fixed user profile page permalinks; 2018-04-13 14:35:01 +03:00
nikitozzzzzzz c6a00afa9a - remove cache on upgrade user role;
- removed deprecated functions-
- text changes;
2018-04-05 14:38:20 +03:00
nikitozzzzzzz 5a981a8a01 - fixed content restriction; 2018-04-04 15:12:30 +03:00
nikitozzzzzzz f2b6249516 - fixed issues with admin notices and their priority; 2018-04-03 11:46:30 +03:00
nikitozzzzzzz e6fca810d2 - small texts changes; 2018-03-30 02:14:54 +03:00
nikitozzzzzzz b561c3f029 - small fix for first install; 2018-03-28 09:47:26 +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 4b6fd51aa3 - enabled time_limit 0 for normally upgrades running; 2018-01-29 17:58:45 +02:00
nikitozzzzzzz 90c2063dbf - fixed allow tracking option;
- fixed hide wp-admin bar;
2017-11-02 18:13:50 +02:00
nikitozzzzzzz c79e76ad25 - fixed conditional logic with not selected default radio button; 2017-09-11 17:03:16 +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