Commit Graph

1225 Commits

Author SHA1 Message Date
Champ Camba fe584dfdf9 require gulp-rename and use default task 2017-08-11 19:26:27 +08:00
Champ Camba e5badabece Add function to select field options 2017-08-11 19:26:27 +08:00
nikitozzzzzzz af191ee149 - optimized account page;
- optimized code of shortcodes/password/account classes;
- fixed some enqueue scripts issues;
2017-08-11 14:21:42 +03:00
Champ Camba 92ab044b8a Fix localize admin scripts 2017-08-09 23:03:16 +08:00
nikitozzzzzzz c4b6484438 - fixed vulnerabilities;
- small changes and fixes;
2017-08-07 16:30:12 +03:00
nikitozzzzzzz 2b21ebbc7c - FontAwesome new version;
- fixed enqueue backend styles&js;
2017-08-06 21:55:09 +03:00
nikitozzzzzzz b6aff77568 - fixed upload files;
- minified js files and changed enqueue to classic WP logic with DEBUG_SCRIPTS constant;
2017-08-06 19:50:31 +03:00
nikitozzzzzzz 8409b0fb5b - fixed nav menu filter restriction for users;
- small fixes for UM2.0 classes;
2017-08-03 13:54:47 +03:00
nikitozzzzzzz 6c9668c0cb - fixed encoding if not installed mbstring PHP library;
- some texts changes;
- some fixes on first install and forms metaboxes;
2017-08-03 10:52:40 +03:00
nikitozzzzzzz f676d1c112 - small texts changes; 2017-08-02 13:58:50 +03:00
nikitozzzzzzz 404f1aef93 - fixed show avatars on first install (fixed by Mansur); 2017-08-01 17:30:36 +03:00
nikitozzzzzzz 3ae6209491 - WP Native menu restriction settings; 2017-08-01 17:17:19 +03:00
nikitozzzzzzz 3b4da87930 - fixed saving empty value to multi texts fields; 2017-07-31 23:44:29 +03:00
nikitozzzzzzz e059e78c91 - fixed roles table;
- added onleave event to settings page;
- added install info to settings tab;
2017-07-31 16:56:16 +03:00
nikitozzzzzzz b31d994e04 - SSL transferring compatibility for default avatar setting; 2017-07-31 13:07:18 +03:00
nikitozzzzzzz 1ba933a2fd - set default "read" for UM custom roles; 2017-07-31 11:46:16 +03:00
nikitozzzzzzz 8b9320b09f - removed UM prefix before UM custom roles; 2017-07-30 22:54:39 +03:00
nikitozzzzzzz 1cccd2caff - fixed empty members directory; 2017-07-28 16:58:35 +03:00
nikitozzzzzzz 1bc03392b7 - fixed init tooltips at modal windows; 2017-07-28 14:24:58 +03:00
nikitozzzzzzz a0eca5f350 - removed "About" page;
- added tooltips to Profile menu;
- some fixes;
2017-07-28 13:33:14 +03:00
Champ Camba 1db8a9ae3a Remove notices 2017-07-27 19:22:37 +08: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
Champ Camba 6b85436a12 Tagging 1.3.88 2017-07-25 19:19:45 +08:00
Champ Camba 0a11f7776d Update ReadME 2017-07-24 19:39:10 +08:00
nikitozzzzzzz 9b882711a2 - new extensions page; 2017-07-24 14:21:03 +03:00
Champ Camba cb3621b30d Remove notice 2017-07-20 22:41:34 +08:00
Champ Camba a420e09549 Fix conditional logic script error 2017-07-20 22:41:22 +08:00
Champ Camba 2d2a00ad09 Update README 2017-07-18 21:50:15 +08:00
Champ Camba 0e4a21a1bd Fix conditional logic fields 2017-07-17 23:43:11 +08:00
Champ Camba 75610a024a Add new filter hook 'um_add_user_frontend_submitted' 2017-07-14 21:17:58 +08:00
Champ Camba 0fac8788fc Merge pull request #293 from abdusfauzi/patch-3
Fix error missing wp-load.php in Image upload function
2017-07-13 22:33:34 +08:00
Champ Camba 87f562805b Update ReadMe 2017-07-10 20:14:00 +08:00
Champ Camba 31278e1eeb Fix required field with specific roles in privacy 2017-07-08 22:38:43 +08:00
Champ Camba 9e768561ad Add recaptcha support and submit button id 2017-07-08 00:23:17 +08:00
Champ Camba c811bc7a04 Update readme.txt 2017-07-07 19:53:55 +08:00
Champ Camba bf306bdbbd Add class for member tagline in directory grid 2017-07-03 21:00:34 +08:00
Champ Camba d3074b0b45 Remove wpautop from biography 2017-07-03 20:59:52 +08:00
Champ Camba 3ca522f4ad Tagging 1.3.87 2017-07-03 15:12:14 +08:00
Champ Camba 991e0542ea Merge pull request #289 from denisbaranov/master
- fixed double click mobile account menu  (remove event "touchstart")
2017-07-03 13:40:27 +08:00
Champ Camba c695024604 Merge pull request #291 from denisbaranov/fix_gauth
Fix gauth
2017-07-03 13:39:49 +08:00
Abdus Fauzi 2a34019725 Fix error missing wp-load.php
Fix for missing wp-load.php when the script went up the directory to look for wp-load.php.

Refer: ultimatemember#280
2017-07-01 21:53:05 +08:00
Denis Baranov 3c1277119a Fix gauth 2017-06-30 16:27:05 +03:00
Denis Baranov 20487a834a Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2017-06-30 15:53:04 +03:00
Champ Camba 66b9a5e9e3 Tagging 1.3.87 2017-06-24 22:38:59 +08:00
Champ Camba d8f4c820a1 Fix system info 2017-06-24 21:35:15 +08:00
Champ Camba 20548f26e8 Update git readme 2017-06-20 21:49:36 +08:00
Champ Camba b5f54dde12 Update ReadMe 2017-06-19 21:36:19 +08:00
Denis Baranov f981ba1db1 - fixed double click mobile account menu (remove event "touchstart") 2017-06-19 14:37:29 +03:00
Champ Camba 35b3648396 Tagging 1.3.86 2017-06-19 18:35:06 +08:00
Champ Camba 59dc47bf01 Tagging 1.3.85 2017-06-18 23:40:06 +08:00