Commit Graph

83 Commits

Author SHA1 Message Date
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
andrewshuba b71238e33b - fix UM replace placeholders 2019-08-02 13:38:13 +03:00
nikitasinelnikov 954dfa7fc5 - fixed Edit Profile mode;
- added esc functions;
- added Unsplash extension;
- added new conditional setting for admin forms;
2019-08-01 14:23:13 +03:00
nikitasinelnikov 1cc873d458 - small code formatting; 2019-07-25 15:54:10 +03:00
andrewshuba c69debe31b - fix rtl direction for tooltips 2019-07-24 17:10:30 +03:00
nikitasinelnikov 391fb36d5c - fixed templates raw HTML;
- fixed profile image size in member directories;
- preparing for 2.0.54 release;
2019-07-22 18:19:56 +03:00
nikitasinelnikov 70e11a6a18 - small fixes; 2019-07-22 12:44:58 +03:00
nikitasinelnikov ceb2d38988 - profile tabs changes; 2019-07-19 15:41:10 +03:00
nikitasinelnikov b47a6e2137 - escape functions in templates; 2019-07-17 16:55:09 +03:00
denisbaranov 0f3e87ffb1 use esc_attr() in templates 2019-07-16 18:40:07 +03:00
nikitasinelnikov 572f47033f - 2.0.49 release; 2019-05-29 18:51:22 +03:00
nikitasinelnikov 127086942a - fixed member directory edit profile button;
- small fixes for password reset;
2019-03-22 14:12:44 +02:00
nikitasinelnikov a199f35cc7 - increase security via option for Password field in user account; 2019-03-12 09:13:40 +02:00
nikitasinelnikov 1cbae95419 - member directory notices fix; 2019-01-28 11:53:16 +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
nikitozzzzzzz 7896d7a9ac - fixed profile layout; 2018-11-28 17:05:59 +02:00
andrewshuba da3bf01598 fix title and link to comment if comment in group discussion wall 2018-10-29 17:18:43 +02:00
nikitozzzzzzz 40eeeba2c1 - 2.0.30 release; 2018-10-26 14:06:45 +03:00
nikitozzzzzzz 9e6cea911a - base default shortcodes; 2018-10-22 21:53:43 +03:00
nikitozzzzzzz b4c2ff15dd - fixed User Profile posts pagination;
- 2.0.29 release;
2018-10-08 23:36:05 +03:00
nikitozzzzzzz 461cad6559 - make WP native password reset;
- fixed password reset;
2018-09-16 00:26:32 +03:00
nikitozzzzzzz 1a17095b24 - small fixes for file uploader;
- added filter for include UM pages to conditional logic;
2018-08-07 12:38:19 +03:00
nikitozzzzzzz 8414586f45 - fixed Install Info settings section on PHP7.1;
- GDPR compatibility;
- added support for GDPR Personal Data Exporter;
- added support for GDPR Personal Data Eraser;
- added feature: New privacy field to form builder for GDPR consent collection;
- added GDPR privacy policy guide text;
2018-05-22 11:17:18 +03:00
Champ Camba 1826cf926a Add translation textdomain 2018-04-18 22:43:45 +08:00
nikitozzzzzzz 030610e51c - content restriction message; 2018-04-12 14:34:22 +03:00
nikitozzzzzzz 7d85a24de7 - fixed message for restricted taxonomy; 2018-04-12 14:10:10 +03:00
nikitozzzzzzz b709bb3914 - update account email notification; 2018-04-01 15:45:25 +03: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 fa288dbe0b - fixed conflicts with raty JS plugin;
- fixed members directory and meta section visibility;
2018-01-29 17:10:02 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz ba02dd61fc - fixed issue #346 with encode Biography field; 2017-12-07 18:42:14 +02:00
nikitozzzzzzz a3dfb82a78 - fixed posts on user profile page; 2017-11-16 16:25:52 +02:00
nikitozzzzzzz 502231671b - new Email Templates logic with save template to Theme(Child Theme);
- small fixes;
2017-08-29 15:01:29 +03:00
nikitozzzzzzz 7a604e956a - fixed membersgrid edit profile button; 2017-08-16 12:59:55 +03:00
nikitozzzzzzz 8cc7934b0e - fixed profile menu for extension's integration; 2017-08-15 16:34:44 +03: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
nikitozzzzzzz c4b6484438 - fixed vulnerabilities;
- small changes and fixes;
2017-08-07 16:30:12 +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
Champ Camba bf306bdbbd Add class for member tagline in directory grid 2017-07-03 21:00:34 +08:00
Champ Camba 18dd37fe70 Fx text domain slug for wp.org translation compatibility 2017-06-06 22:37:55 +08:00
Champ Camba de4d06c29a Fixes an issue where tagline shows the current users to all members 2016-11-30 20:18:13 +08:00
champsupertramp fb6f03575b Update translation strings and file 2016-07-07 09:58:51 +08:00
champsupertramp 64e7fb6011 Remove account information from welcome email 2016-05-31 20:21:37 +08:00
champsupertramp 960f519271 Fix approve and welcome email with set password link 2016-05-19 15:27:48 +08:00
jonfalcon 4ee94204ab Add search widget 2016-03-17 15:09:49 -07:00
Melvin Lammerts 3cf6f2cb16 escape display name in title attributes 2016-01-27 10:28:20 +01:00
Ultimate Member 8f66b91c14 Fix empty spaces 2016-01-20 21:21:10 +02:00
Ultimate Member 407e73dc24 Allow members template to be customized/overridden 2016-01-20 17:00:12 +02:00