Commit Graph

13 Commits

Author SHA1 Message Date
Nikita Sinelnikov 07e664be80 - intermediate results with sanitizing form handlers; 2021-06-29 02:51:54 +03:00
nikitasinelnikov 731506be2b - fixed getting posts count at the Posts tab;
- UM metatable queries changed;
2020-01-10 12:53:30 +02:00
nikitasinelnikov 72ae461c6e - changed logic of the comments loading on the user profile page; 2019-10-17 18:05:44 +03:00
nikitasinelnikov f82ace1551 - fixed template include; 2019-10-17 16:53:57 +03:00
nikitasinelnikov 250b0836c4 - fixed tooltip "a" tag CSS;
- fixed get_template function '/' to DIRECTORY_SEPARATOR;
- changed loading posts.php template;
2019-10-17 16:20:48 +03:00
nikitasinelnikov c8ff9dec4a - pre-release 2019-03-01 17:08:28 +02:00
denisbaranov b575f8af3f Issue: ‘Load More Posts’ still visible when posts < 10
Function count_user_posts() used instead of wp_count_posts()
2019-02-26 13:08:49 +02:00
nikitozzzzzzz 0ceab69793 - added nonce fields; 2018-11-21 14:01:18 +02:00
nikitozzzzzzz b4c2ff15dd - fixed User Profile posts pagination;
- 2.0.29 release;
2018-10-08 23:36:05 +03:00
nikitozzzzzzz 3eca951d07 - fixed class exists operators; 2018-03-26 01:27:46 +03:00
nikitozzzzzzz 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
nikitozzzzzzz a36226c718 - added filter for fix #306 issue; 2017-10-19 16:28:30 +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