Commit Graph

70 Commits

Author SHA1 Message Date
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
Ultimate Member eab1e87e34 Adds [um_loggedin] shortcode to protect content 2016-01-02 01:36:11 +02:00
Ultimate Member f9881db227 Merge pull request #28 from purplewhite/master
plugin adjustments
2015-12-28 11:58:18 +02:00
champsupertramp 479fc18a42 Added 'um_profile_query_make_posts' filter hook
This filter hook can modify query posts in templates/profile/posts.php
2015-11-16 22:40:15 +08:00
purplewhite ae830c602b plugin adjustments
1. sorting: I am using a custom sort criteria (role), but within each
role I wanted to ensure a "controlled" sorting, at best by display name
2. add CSS class for user role to member profile
3. add CSS class for user role to member div's in in members directory
4. add link to cover picture in the members directory for easier click.
5. cover picture in format 1.6:1.
2015-11-06 22:59:11 +01:00
ultimatemember 77cde02dd8 Update 1.2.92 2015-05-02 02:49:05 +03:00
ultimatemember 3c960b187c Update 1.2.8 2015-04-25 21:41:47 +02:00
ultimatemember 7b9b59ea8d Update 1.2.2 2015-04-15 16:59:27 +02:00
ultimatemember 5e281fbeaf Update 1.1.6 2015-04-07 20:10:23 +02:00
ultimatemember 1653677136 Update 1.0.87 2015-03-17 16:03:32 +02:00
ultimatemember 5815557192 Update 1.0.85 2015-03-14 23:39:33 +02:00
ultimatemember 506593f409 Update 1.0.83 2015-03-12 18:22:29 +02:00
ultimatemember d2786eb965 Update 1.0.77 2015-03-10 14:27:56 +02:00
ultimatemember 22d5c2d24a Update 1.0.76 2015-03-07 13:07:49 +02:00