Commit Graph

33 Commits

Author SHA1 Message Date
Mykyta Synelnikov d48bcac683 - fixed using esc_attr() in href="" attributes; 2024-03-27 11:06:02 +02:00
Mykyta Synelnikov b83da8b814 - WPCS for defined constants;
* um_url -> UM_URL
   * um_path -> UM_PATH
   * um_plugin -> UM_PLUGIN
   * ultimatemember_version -> UM_VERSION
   * ultimatemember_plugin_name -> UM_PLUGIN_NAME
2023-09-13 22:56:32 +03:00
Mykyta Synelnikov ca092d9496 - updated hookdocs markup;
- updated release docs;
2023-06-12 17:02:56 +03:00
Mykyta Synelnikov 936190d93e - updated using get_option( 'permalink_structure' ) to UM()->is_permalinks which is the same;
- code review for WPML profile links;
- fixed User Profile tabs and subtabs link with WPML arguments in link;
- added deprecated function to outdated `um_rel_canonical_()`. @todo remove since 2.7.0;
- fixed WPCS in class-permalinks.php;
- deprecated `um_localize_permalink_filter`. Use `post_link` instead;
- added new hooks: `um_profile_permalink`,`um_external_profile_url` and new docs for them;
- added new hookdocs for `um_get_current_page_url`;
- temporarily added development/2.6.3 branch to build-docs.yml
2023-06-09 12:28:15 +03:00
yuriinalivaiko c6e5dee6c6 - fixed user profile URL for WPML
- added hook um_permalinks_profile_url
2023-06-06 15:13:46 +03:00
Nikita Sinelnikov 41deba974a - optimized restriction handlers; 2021-08-18 14:04:21 +03:00
nikitasinelnikov 5740bc637d - fixed: PHP notices and warnings
- fixed: security vulnerability with User Account page and password field
2021-03-03 13:13:44 +02:00
nikitasinelnikov eeadc4ac89 - small PHP notices fixes; 2020-08-12 00:56:06 +03:00
Champ Camba 856cb8492a Fix wpml existence validation 2019-11-15 21:58:32 +08:00
Champ Camba b6138eb665 Fix fatal error - check if wpml is active 2019-11-15 21:43:29 +08:00
nikitasinelnikov 61a5190409 - remove function; 2019-07-11 19:30:05 +03:00
nikitasinelnikov 4ce828f628 Merge remote-tracking branch 'remotes/origin/fix/xss_security' 2019-07-11 19:10:41 +03:00
nikitasinelnikov 7151b8a183 - added free extension;
- 3rd party integration;
- fixed CPT & Taxonomies titles;
2019-07-11 19:02:16 +03:00
nikitasinelnikov 77f950294f - 3rd party integration with ForumWP
- fixed labels for CPT and Taxonomies;
2019-07-11 11:47:04 +03:00
nikitasinelnikov 41a9bd4be4 - fixed loop in profile tabs init;
- fixed order by display name;
2019-06-10 15:31:37 +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 b7555b75ab - fixes for email templates save process
- fixes for multilanguage email templates;
2019-04-01 23:44:21 +03:00
nikitasinelnikov 7ce4af03b7 - fixed locate template in default plugin folder; 2019-03-29 17:43:51 +02:00
denisbaranov 1e8fed6fde Task: Password reset 'updated=checkemail'
Link: https://secure.helpscout.net/conversation/811622720/29281/
Done: function 'get_core_page_url' changed
2019-03-28 15:42:38 +02:00
nikitasinelnikov 53b688faa1 - Transposh integration; 2019-01-24 15:12:44 +02:00
denisbaranov 4df06c1b8f Fix for not logged in users 2019-01-09 14:08:08 +02:00
denisbaranov 88107cda78 minor changes 2019-01-08 20:03:35 +02:00
denisbaranov e0bfbd52e5 Integration for the "Transposh Translation Filter" plugin. Fix issue "404 Not Found" on profile page 2019-01-08 19:46:55 +02:00
nikitozzzzzzz 4cf341e890 - added code snippet for WPML integration with Forms translations;
- removed some old commented code;
2018-11-27 14:21:27 +02:00
nikitozzzzzzz 73ba2681fe - fixed translations for email notifications 2018-10-11 12:47:32 +03:00
nikitozzzzzzz fc298c53b7 - removed some deprecated variables;
- changed the structure of the menu item's custom fields;
2018-09-17 08:29:33 +03:00
nikitozzzzzzz 3eca951d07 - fixed class exists operators; 2018-03-26 01:27:46 +03:00
nikitozzzzzzz 2ce33098b5 - fixed user registration;
- phpDoc;
2018-03-20 13:24:38 +02:00
nikitozzzzzzz f4d1251220 - small fixes for language url function; 2018-02-19 00:22:34 +02:00
nikitozzzzzzz cbf06f5835 - fixed bbPress restrict content message on forums;
- fixed issues with permalinks (issue #375);
- fixed replacing placeholders in [show_content_for_role] shortcode;
2018-02-18 13:27:46 +02:00
Denis Baranov 5862a75ac4 - fixed added missed param 2017-12-20 12:31:33 +02:00
nikitozzzzzzz 98e2618e90 - code reviewed created external integrations class (for 3-d party plugins/themes integrations); 2017-12-20 10:58:39 +02:00
nikitozzzzzzz f861de65a8 - made external integrations class; 2017-12-19 14:44:06 +02:00