Commit Graph

131 Commits

Author SHA1 Message Date
Mykyta Synelnikov 91a0c13399 Merge branch 'development/2.8.x' into feature/action-schedule-integration 2024-10-21 17:45:42 +03:00
Mykyta Synelnikov 73365aeea4 * maybe fix for init download routing; 2024-10-02 13:47:42 +03:00
Mykyta Synelnikov 49b99f10db * fixed #1554;
* updated changelog.txt;
* updated readme.txt;
* clean comments;
2024-09-30 23:48:18 +03:00
Mykyta Synelnikov 33bc484629 * Admin Users bulk-actions
* Admin single user actions
* Frontend single user action
2024-09-24 13:18:48 +03:00
Mykyta Synelnikov 512dc53a18 - changed wp-admin > Users page;
* updated filters by status, avoid slow queries for getting users count;
* updated bulk-actions for changing statuses (moved to WP native dropdown)
* separate handlers for changing user statuses on wp-admin and frontend (partially implemented);
* created class UM()->common()->users() to handle user statuses in more clear format;
* deprecated old hooks and old functions
2024-09-20 18:41:08 +03:00
Mykyta Synelnikov 6df83f4f09 - updated structure for action scheduler; 2024-09-06 15:03:50 +03:00
Yurii Nalivaiko ec18f52dd9 Added Action Scheduler 2024-09-04 18:03:22 +02:00
Mykyta Synelnikov 512787b836 - reviewed #1496; 2024-04-11 14:48:37 +03:00
Mykyta Synelnikov 7c2b305266 - strict typing with UM settings;
- wpcs;
- hookdocs;
- added um-deprecated-hooks.php file for leaving the comments about deprecated hooks;
- plugin textdomain native method to register textdomains;
2024-03-07 10:17:38 +02:00
Mykyta Synelnikov 3b0e7f2f73 - strict typing with UM settings;
- wpcs;
- hookdocs;
2024-03-07 02:30:57 +02:00
Mykyta Synelnikov b03b4a5a76 - page_select field for the Settings > General > Pages; 2024-01-12 11:03:04 +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 df47e006d7 - changed version to 2.7.0;
- updated dependencies to 2.7.0;
2023-10-10 18:20:15 +03:00
Mykyta Synelnikov 97bfe62407 - reviewed #1313; 2023-09-28 12:27:54 +03:00
ashubawork fe52c731d7 - pages 2023-09-26 13:10:47 +03:00
Mykyta Synelnikov e971d1e6b3 - updated dependencies versions;
- fixed permalinks generate function for getting raw base permalink from the user meta;
2023-09-25 21:08:35 +03:00
Mykyta Synelnikov 35d84366c2 - changed UM()->enqueue()::get_suffix() to UM()->frontend()->enqueue()::get_suffix(); 2023-09-15 12:40:14 +03:00
Mykyta Synelnikov 26792de205 - updated enqueue classes;
- updated admin-navmenu class (removed support WordPress < 5.4);
2023-09-14 01:08:48 +03: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 cb3897c48b - UM cron class review;
- schedule events on the first install;
- make an event's starting time base on recurrence;
2023-07-07 13:34:55 +03:00
Mykyta Synelnikov 75e3ce9391 - review for secure functionality; 2023-07-07 00:34:11 +03:00
Mykyta Synelnikov 25aa40b1c2 - review for secure functionality; 2023-07-06 01:56:59 +03:00
Champ Camba a2a56c8af7 Add secure class for security measures 2023-07-01 17:48:45 +08:00
Mykyta Synelnikov 84ea062a1f - fixed getting permalink for profile tab if permalinks settings are disabled; 2023-06-29 13:50:47 +03:00
Mykyta Synelnikov 069a8d15ac - removed extract() from show_builder() function;
- wpcs for `show_builder()`;
2023-06-22 17:06:01 +03:00
Nikita Sinelnikov 212cbec9f8 Merge branch 'development/2.6.1' into feature/um-blocks 2023-05-23 11:14:37 +03:00
Mykyta Synelnikov 034d9e8b43 - fixed dynamically declared variables inside the classes; 2023-04-17 20:16:15 +03:00
ashubawork 61d99135f4 - add member directory block 2023-03-29 11:48:51 +03:00
Nikita Sinelnikov f71ff99564 - reviewed #1153; 2023-03-27 10:54:47 +03:00
yuriinalivaiko 0b3f9b4bb6 - fixed locale for loading MO file 2023-03-19 17:24:47 +02:00
Nikita Sinelnikov 7e635967f6 - changed WP Cron scheduled events; 2022-01-03 13:25:43 +02:00
Nikita Sinelnikov 97a2728cdb - added comments query changes; 2021-07-23 15:53:07 +03:00
nikitasinelnikov 427bb6da1c - 2.1.12 pre-release; 2020-10-29 19:02:40 +02:00
Champ Camba 9582a5a7bc Fix error notice 2020-10-13 12:16:20 +08:00
nikitasinelnikov cf071563d3 - updated PHP doc; 2020-09-01 13:56:02 +03:00
nikitasinelnikov 200796c112 - added hooks and integrations for JobBoardWP plugin; 2020-07-31 00:35:13 +03:00
nikitasinelnikov 2dad3d2704 - Fixed "get_profile_photo_size" function (avoid PHP notice with array_combine )
- Fixed password reset/change form when other forms are initialized at the same page
  - Fixed getting extension updates on multisites
  - Deprecated JS event 'um_before_modal_removed', use wp.hooks action 'um_before_modal_removed' instead
2020-07-06 14:20:29 +03:00
andrewshuba 75a04aaa85 - fix honeypot js 2020-03-02 13:38:36 +02:00
nikitasinelnikov c8be4706a6 - User Locations compatibility; 2020-02-14 12:53:08 +02:00
nikitasinelnikov 5006ac83fb - added filter for default setting for Hide in Members; 2020-01-14 22:22:11 +02:00
nikitasinelnikov 33ce6d7ae5 - commit with user metadata table; 2019-12-20 15:06:58 +02:00
nikitasinelnikov 4c437240f7 - added Profile Tabs licenses integration;
- fixed issue with the filter on change enqueue scripts priority;
2019-12-10 14:04:13 +02:00
denisbaranov c4f4db7960 Fix issue that appears if we try to update several plugins at once 2019-11-15 18:31:17 +02:00
nikitasinelnikov 58cfb1549d - changed Reviews_API() method to Reviews();
- added a few translations for admin builder;
- account page CSS responsive fix;
- translations updated;
2019-10-23 13:13:11 +03:00
nikitasinelnikov 09eb56f1b5 - changed dependencies before release; 2019-10-07 00:48:51 +03:00
nikitasinelnikov 0327a20238 - update scripts + languages; 2019-10-01 15:42:48 +03:00
nikitasinelnikov 77e3cc608b - member directory header;
- account tabs fields fixes;
2019-09-27 12:38:14 +03:00
nikitasinelnikov cf118d137d - member directory styles; 2019-09-23 13:34:25 +03:00
nikitasinelnikov 177ef54d88 - visual improvements for member directory;
- fixed must search/filter option;
2019-09-11 13:01:44 +03:00