Commit Graph

1211 Commits

Author SHA1 Message Date
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
Champ Camba ff0eb1fd55 Merge pull request #280 from abdusfauzi/patch-1
Fix error missing wp-load.php
2017-06-18 22:58:03 +08:00
Champ Camba eed2c0be6a Update ReadMe 2017-06-18 22:46:42 +08:00
Champ Camba 71b29f34db Fix extra slashes in form edit fields when invalid input fields occur 2017-06-16 23:21:07 +08:00
Champ Camba e29d31d13f Fix file clean up with image/file fields on profile update 2017-06-14 16:03:11 +08:00
Champ Camba d8072d5980 Update ReadMe 2017-06-12 21:45:39 +08:00
Abdus Fauzi 067b51ed01 Fix error missing wp-load.php
Fixing bug which require missing wp-load.php
See ultimatemember#7
2017-06-10 10:11:41 +08:00
Champ Camba f3acef90ac Fix conditional logic with radio and checkbox fields 2017-06-09 21:59:50 +08:00
Champ Camba d577823f08 Fix png image upload with transparency 2017-06-09 18:45:54 +08:00
Champ Camba f65f85c1ae Fix spacing 2017-06-08 22:47:51 +08:00
Champ Camba 0c0d69152a Add travis build status icon 2017-06-08 22:47:05 +08:00
Champ Camba 8fd5c5540d Fix travis access permission to run 2017-06-08 22:31:44 +08:00
Champ Camba b7406ec858 Fix travis permission access 2017-06-08 22:25:18 +08:00
Champ Camba 08b814f9be Add tests bootstrap 2017-06-08 22:18:57 +08:00
Champ Camba f139fa441d Add .editorconfig 2017-06-08 21:48:31 +08:00