Commit Graph

40 Commits

Author SHA1 Message Date
Mykyta Synelnikov c76f074a05 - fixed wp_kses allowed HTML tags; 2024-09-17 16:12:35 +03:00
Mykyta Synelnikov 4853acc7f7 - updated allowed tags based on https://github.com/ultimatemember/notes/pull/28; 2023-12-04 20:22:58 +02:00
Mykyta Synelnikov 9798c81a5e - minified assets;
- updated readme.txt > changelog section;
- PHPDoc + Hookdocs updated for enqueue classes (common, admin, frontend);
- fixed typos in PHPDoc;
2023-11-17 17:25:47 +02:00
Mykyta Synelnikov b40edd26e6 - wp-admin assets refactoring (in process); 2023-11-03 17:31:18 +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 25aa40b1c2 - review for secure functionality; 2023-07-06 01:56:59 +03:00
Mykyta Synelnikov 6f9109adca - review edit_field(); 2023-06-28 20:56:09 +03:00
Mykyta Synelnikov ca092d9496 - updated hookdocs markup;
- updated release docs;
2023-06-12 17:02:56 +03:00
Nikita Sinelnikov ce5adf050b - added function for getting allowed tags in wp_kses sanitizing; 2023-01-02 16:10:31 +02:00
Nikita Sinelnikov e6e9bd17d8 - fixed using callback for member directory fields;
- fixed "false" display name in the member directory. it displays empty for now;
- fixed function for cleaning and sanitize arrays;
2021-12-14 02:08:15 +02:00
Nikita Sinelnikov fc92903f97 - fixed updating display_name if there is set the User Display Name setting to Default WP Display Name in UM > General > Users > Display name;
- fixed typo in the password validation
2021-09-21 18:26:57 +03:00
Nikita Sinelnikov 07e664be80 - intermediate results with sanitizing form handlers; 2021-06-29 02:51:54 +03:00
nikitasinelnikov 88f586ff11 - fixed members search engine;
- fixed get_template function for specific settings at Windows servers;
2019-10-21 15:43:30 +03:00
denisbaranov d74058fbb0 fix get_template function 2019-10-19 10:42:18 +03:00
nikitasinelnikov 250b0836c4 - fixed tooltip "a" tag CSS;
- fixed get_template function '/' to DIRECTORY_SEPARATOR;
- changed loading posts.php template;
2019-10-17 16:20:48 +03:00
nikitasinelnikov 6a553e828d - 2.1.0 pre-release; 2019-10-04 15:02:37 +03:00
nikitasinelnikov 77e3cc608b - member directory header;
- account tabs fields fixes;
2019-09-27 12:38:14 +03:00
nikitasinelnikov 27135ed988 - new member directory; 2019-09-04 14:54:03 +03:00
nikitasinelnikov e53924a0b2 - fixed save fields register/profile; 2019-05-13 14:16:11 +03:00
nikitasinelnikov dc4382acd3 - security fixes;
- download last upgrades fixes;
2019-05-10 15:43:14 +03:00
nikitasinelnikov 887d4b5293 - fixed scroll via enqueue new scroll library;
- fixed order by Display name option
2019-05-02 18:29:00 +03:00
nikitasinelnikov e7c893cdea - fixed verify nonce; 2018-12-07 15:26:42 +02:00
nikitozzzzzzz 9304f7a982 - extensions class for future integrations; 2018-11-28 11:13:51 +02:00
nikitozzzzzzz 036faaa964 - removed deprecated "UM_TEXTDOMAIN" constant;
- removed deprecated function UM()->get_ajax_route();
2018-11-27 13:53:34 +02:00
nikitozzzzzzz 0ceab69793 - added nonce fields; 2018-11-21 14:01:18 +02: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 5a981a8a01 - fixed content restriction; 2018-04-04 15:12:30 +03:00
nikitozzzzzzz 68a18b02e9 - added PHPDocs;
- small fixes and code optimization;
2018-03-19 16:31:49 +02:00
nikitozzzzzzz 94ae70941a - fixed Icon selector JS; 2018-03-09 10:42:08 +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 96c1aaf05a - options optimization; 2017-12-12 11:13:02 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
Denis Baranov 4c927e36bf - fixed UM20 ajax not working when "Site Address URL" different to "WordPress Address URL" 2017-12-08 12:53:50 +02:00
nikitozzzzzzz a8d45b1824 - fixed email notifications for extensions; 2017-11-01 13:08:28 +02:00
yura_nalivaiko 6befee20ca - fixed templates function; 2017-10-25 17:16:39 +03:00
yura_nalivaiko dee53eddd9 - fixed template function; 2017-10-25 17:11:58 +03:00
yura_nalivaiko f8b4f34cd0 - added template functions; 2017-10-24 17:20:03 +03:00
nikitozzzzzzz 2921707a65 - fixed integration with User Tags extension (remove some hardcode, changed to hooks);
- fixed 2.0 upgrades for User roles meta data;
- clear/review code;
2017-09-06 09:03:24 +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 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