Commit Graph

39 Commits

Author SHA1 Message Date
nikitasinelnikov fca6de05d6 - added custom date format ability for datepicker field; 2019-10-22 12:24:36 +03:00
nikitasinelnikov 1df55d0ecf - member directory default filters; 2019-10-01 11:53:34 +03:00
nikitasinelnikov 26eb9600ca Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into beta/2.1.0
# Conflicts:
#	ultimate-member.php
2019-08-19 15:16:46 +03:00
Champ Camba a37fdd9704 Additional parameters for admin field hook in form builder 2019-08-17 00:05:33 +08:00
nikitasinelnikov 4a5863db51 - member directory code merge; 2019-08-14 10:54:16 +03:00
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
nikitasinelnikov c3b308f0e7 - added default values for date/time picker;
- fixed theme upgrader;
2019-04-16 00:57:27 +03:00
nikitasinelnikov 8d53e2ea34 - deprecated Is Account Page, Is User page for WPML integration (because default translations works properly); 2019-04-02 11:10:12 +03:00
nikitasinelnikov 7ce4af03b7 - fixed locate template in default plugin folder; 2019-03-29 17:43:51 +02:00
nikitasinelnikov 141305c746 - recover 2.0.34 2018-12-05 10:50:08 +02:00
Yurii Nalivaiko 4c2532d023 Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2018-11-30 11:33:15 +02:00
Yurii Nalivaiko b0cd9c98c3 - small fixes 2018-11-30 11:32:57 +02:00
nikitozzzzzzz 036faaa964 - removed deprecated "UM_TEXTDOMAIN" constant;
- removed deprecated function UM()->get_ajax_route();
2018-11-27 13:53:34 +02:00
nikitozzzzzzz 277a4c5512 Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into fix/custom_fields_cond_logic
# Conflicts:
#	assets/js/um-select.min.js
2018-10-28 23:51:28 +02:00
nikitozzzzzzz be5dc07f63 - default shortcodes;
- enqueue dependencies;
2018-10-23 00:36:27 +03:00
nikitozzzzzzz 9e6cea911a - base default shortcodes; 2018-10-22 21:53:43 +03:00
andrewshuba 16ec637483 add condition logic and/or in admin, fix logic in front, fix condition required fields in edit profile 2018-10-17 13:56:44 +03:00
Denis Baranov 30b5e0bbbf allow condition value to be zero 2018-06-03 00:58:11 +03:00
nikitozzzzzzz ee55c1fa9a - fixed is_admin_screen function; 2018-04-04 16:17:03 +03:00
nikitozzzzzzz 90ac16d910 - removed procedural methods; 2018-04-03 12:53:41 +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 8e348e084e - conditional logic fixed;
- some code optimization and documentation;
- fixed conflict with WP Fusion;
2018-03-16 09:37:19 +02:00
nikitozzzzzzz 12891ff743 - hook docs; 2018-03-05 16:35:51 +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 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 9e4a0b5309 - removed redundant data; 2017-12-10 16:32:12 +02:00
nikitozzzzzzz c6dfd97655 - fixed transferring from 1.3.88 to 2.0;
- hide restrict options for administrator role;
2017-11-23 21:44:18 +02:00
nikitozzzzzzz ef653c29d3 - small notices fixes;
- fixed issue #344;
2017-11-14 12:36:44 +02:00
nikitozzzzzzz fdce17d420 - fixed user verification content restriction; 2017-11-08 13:00:02 +02:00
nikitozzzzzzz 23cb97cf6c - UM Woocommerce compatibility;
- make "Shop" page restricted;
2017-11-07 16:24:43 +02:00
nikitozzzzzzz c8278a7599 - fixed modal window wp_editor; 2017-11-02 13:59:57 +02:00
nikitozzzzzzz 7fe908a5ca - fixed editable option for fields; 2017-09-19 14:35:49 +03:00
nikitozzzzzzz 324e9aeb91 - fixed content restriction feature for "attachment" post types; 2017-09-06 12:38:37 +03:00
nikitozzzzzzz 2921707a65 - fixed integration with User Tags extension (remove some hardcode, changed to hooks);
- fixed 2.0 upgrades for User roles meta data;
- clear/review code;
2017-09-06 09:03:24 +03:00
nikitozzzzzzz 026b783a24 - fixed default avatar URL for sites at subfolder;
- user registration optimization (removed edit profile handlers on user registration);
- fixed "can edit" checkbox at Forms add field modal window;
2017-08-31 15:05:27 +03:00
nikitozzzzzzz 3ae6209491 - WP Native menu restriction settings; 2017-08-01 17:17:19 +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