Mykyta Synelnikov
c642505a0e
Merge remote-tracking branch 'origin/development/2.8.x' into feature/new_fa
2024-04-25 01:41:04 +03:00
Mykyta Synelnikov
1409de3eb4
- fixed form duplicate and PHP notice about empty mode;
...
- fixed first install and login/registration forms custom fields;
2024-04-24 17:50:52 +03:00
Mykyta Synelnikov
595945c96e
- changed form builder > icon field to new dropdown type;
2024-04-17 17:55:21 +03:00
Mykyta Synelnikov
7aaf47dc2d
- WPCS;
...
- hookdocs;
2024-03-07 14:56:55 +02:00
Mykyta Synelnikov
5da4994a2a
- fixed install predefined page script;
2024-02-07 17:38:36 +02:00
Mykyta Synelnikov
a551123a6d
- WPCS for class-setup.php;
2023-12-19 11:47:41 +02:00
Champ Camba
6a825f70eb
Fix error notice when creating page via extensions
2023-12-16 00:05:38 +08:00
Mykyta Synelnikov
24e79c37af
- wpcs;
...
- hookdocs for `um_setup_predefined_page_content`, `um_core_pages`;
2023-08-09 16:24:22 +03:00
Nikita Sinelnikov
f4f84bbd7e
- added expiration for the um_count_users_unassigned transient for the checking everyday the users who don't have the account_status meta (registered 3rd-party way);
2022-08-12 16:33:23 +03:00
Nikita Sinelnikov
c9f90c54dd
- User queries performance fix;
2022-06-20 17:29:31 +03:00
nikitasinelnikov
33ce6d7ae5
- commit with user metadata table;
2019-12-20 15:06:58 +02:00
nikitasinelnikov
88ba816fc8
- removed 'um_flush_stop' hidden option;
...
- removed every page rewrite rules action issue;
- added maybe_flush_rewrites function on wp_loaded hook;
2019-10-24 01:01:04 +03:00
nikitasinelnikov
efdbde0eee
- member directory;
2019-09-09 12:39:45 +03:00
nikitozzzzzzz
66c38c52fb
- changed installation process for UM core pages;
...
- added notice after first install for set UM core pages;
2018-09-17 10:03:31 +03:00
nikitozzzzzzz
2430203ad6
- fixed activate/deactivate process;
2018-07-05 18:07:22 +03:00
nikitozzzzzzz
3eca951d07
- fixed class exists operators;
2018-03-26 01:27:46 +03:00
nikitozzzzzzz
2ce33098b5
- fixed user registration;
...
- phpDoc;
2018-03-20 13:24:38 +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
96c1aaf05a
- options optimization;
2017-12-12 11:13:02 +02:00
nikitozzzzzzz
c1cfc8efa2
- fixed email notifications sendings when HTML is turned off;
...
- fixed first install and default settings;
2017-09-21 16:31:39 +03:00
nikitozzzzzzz
1cccd2caff
- fixed empty members directory;
2017-07-28 16:58:35 +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