Commit Graph

4946 Commits

Author SHA1 Message Date
Mykyta Synelnikov fbe454bfc0 Update Ultimate Member to version 2.10.7
This release includes enhancements such as transitioning the `Extensions_Updater` to use the Action Scheduler for smoother extension upgrades. Bug fixes address profile link issues in comments, improve emoji conversion with `emotize`, and correct label typos.
2025-11-04 15:38:43 +02:00
yuriinalivaiko 42c5ed7b2b - corrected a typo in the warning text 2025-11-03 20:18:33 +02:00
Mykyta Synelnikov fb3a296fc8 Add debug mode for extensions updater
Introduced the `UM_UPDATER_DEBUG` constant to enable debugging for upgrade packages. This facilitates easier troubleshooting and testing during update processes.
2025-11-03 17:58:53 +02:00
Mykyta Synelnikov c2da11ff0a Refactor extension updater to use multiple hooks.
Updated the `package_start` method to define separate hooks for 'start' and 'complete' package lifecycle events. This improves code clarity and prepares the updater for handling more specific actions in the future.
2025-11-03 17:06:31 +02:00
Mykyta Synelnikov fa0a8c43b1 Merge pull request #1763 from ultimatemember/feature/updater_schedule2.x
Extensions Updater via Action Scheduler 2.9.x
2025-11-03 13:02:19 +02:00
Mykyta Synelnikov a25153e347 Add support for processing extension updates in batches
Introduced batch processing for extension updates with package start and complete hooks, preventing duplicate actions via transient flags. Added constants for configuration and helper methods to manage package version state effectively. Ensures smoother upgrade handling for Ultimate Member extensions.
2025-10-31 01:26:42 +02:00
Mykyta Synelnikov efc3227634 Merge pull request #1756 from ultimatemember/fix/null_comment
Fix null check in comment author URL retrieval
2025-10-07 11:59:03 +03:00
Mykyta Synelnikov a33be50a55 Fix user profile URL logic for comment authors
Previously, the profile URL was returned even when the user ID was empty. This change ensures the URL is only generated if the user ID is present, preventing potential errors.
2025-10-07 11:56:25 +03:00
Mykyta Synelnikov b8216dee2a Fix null check in comment author URL retrieval
Previously, the method assumed the comment object was always present, which could lead to errors. Added a null check to ensure a fallback to the original URL if the comment object is absent.
2025-10-03 13:59:40 +03:00
Mykyta Synelnikov 8b80b78e24 Merge branch 'master' of github.com:ultimatemember/ultimatemember into development/2.9.x 2025-10-03 00:33:21 +03:00
WordPress .pot File Generator e06c4dea6b 🔄 Generated POT File 2025-10-01 23:01:26 +00:00
Mykyta Synelnikov a3d41bcffb Update plugin release date to October 2, 2025
Aligned release dates in the readme and changelog files for version 2.10.6 to ensure consistency. This eliminates potential confusion regarding the plugin version history.
2025-10-02 02:01:00 +03:00
Mykyta Synelnikov 9455ae1ed9 Merge pull request #1752 from ultimatemember/fix/emotize
Fix emotize function
2025-09-30 15:45:52 +03:00
ashubawork e79dfef4d5 - fix emotize regex 2025-09-30 14:26:55 +03:00
WordPress .pot File Generator 2efc0acdfa 🔄 Generated POT File 2025-09-27 08:20:58 +00:00
Mykyta Synelnikov 80e5bbf3d3 Merge pull request #1714 from ultimatemember/development/2.9.x
Version 2.10.6
2025-09-27 11:20:39 +03:00
Mykyta Synelnikov 1d4d1e4f2f Update Ultimate Member to version 2.10.6
This release adds multiple enhancements, including WebP support, new filter hooks, license debugging, and improved extension upgrades. It also fixes issues like numeric field filtering, profile link handling, and dependencies with Action Scheduler. Cached assets should be regenerated post-upgrade.
2025-09-27 11:17:08 +03:00
Mykyta Synelnikov 6eca660d19 Merge pull request #1750 from ultimatemember/feature/debug_license_request
Add license request debugging functionality
2025-09-27 10:49:59 +03:00
Mykyta Synelnikov 1e30027605 Add license request debugging functionality
Introduced a new method `is_license_debug_enabled` to check debug conditions and added extensive logging for license requests when debugging is enabled. A new constant `UM_LICENSE_REQUEST_DEBUG` was also defined to control debug mode. These changes enhance visibility into license request handling during development or troubleshooting.
2025-09-27 10:49:10 +03:00
Mykyta Synelnikov a338dbb684 Add AI assistant and moderation to plugin dependencies
New dependencies `ai-assistant` and `ai-moderation` were added to the Ultimate Member plugin. This ensures support for these features, expanding the plugin's capabilities.
2025-09-25 17:54:25 +03:00
Mykyta Synelnikov b0225a4e17 Merge pull request #1748 from ultimatemember/feature/alllow_webp_images
Alllow WEBP images
2025-09-22 12:51:02 +03:00
ashubawork 4d2a992843 - allow webp image format 2025-09-22 12:48:39 +03:00
Mykyta Synelnikov d756391f1f Make select2 container width 100% in admin forms layout
Adjusted the styles for the Select2 container to ensure it spans the full width within the admin forms. This improves layout consistency and resolves display issues for page selector dropdowns.
2025-09-17 15:44:35 +03:00
Mykyta Synelnikov e26bd8eafb Fix default page creation check in admin form logic
Updated logic to handle the 'predefined' field flag when determining default page creation. This ensures buttons for creating default pages only appear under the correct conditions, improving reliability and consistency.
2025-09-17 15:37:13 +03:00
Mykyta Synelnikov 1a3a6aec53 Add field ID to AJAX data in admin forms JS
This update modifies the AJAX request in `forms.js` by including the field ID in the data payload. This improvement enables more precise handling of form fields in the Ultimate Member plugin's admin interface.
2025-09-17 15:02:40 +03:00
Mykyta Synelnikov bdf96012c8 "Align array keys in allowed HTML definitions for clarity.
Standardized indentation across the allowed HTML keys to improve readability and maintain consistency in the codebase. This change ensures better alignment, making it easier to navigate and understand the structure."
2025-09-16 18:28:49 +03:00
Mykyta Synelnikov 2a2d60002d Update plugin version to 2.10.6 stable release
Switch the plugin from the alpha version to the stable release. This ensures users have access to the finalized and tested version for production environments.
2025-09-16 18:04:53 +03:00
Mykyta Synelnikov da4a5ccce6 Add function to check if a post is a predefined page
Introduce `um_post_is_predefined_page` to determine if a given post ID corresponds to a predefined page. This enhances functionality by allowing checks against predefined page slugs mapped in the plugin configuration.
2025-09-16 16:00:26 +03:00
Mykyta Synelnikov 39b3b3873e Add new sanitization cases for array-based input validation
Introduced 'sanitize_array_key_int' and 'sanitize_array_key' cases to enhance sanitization of array-based input in admin settings. This ensures default values are used for invalid keys and enforces stricter validation for cleaner and more secure input handling.
2025-09-08 23:20:59 +03:00
Mykyta Synelnikov d9f924a294 Merge pull request #1740 from ultimatemember/fix/cover_size
Fix cover image size handling and add fallback for invalid sizes. Reviewed #1736
2025-09-06 14:45:30 +03:00
Mykyta Synelnikov 5c67164cc2 Fix cover image size handling and add fallback for invalid sizes
Improved logic to handle cases where the cover image size array is invalid or empty by adding a fallback default size. For mobile devices, the second size is used if available, or the first size is used as a fallback. This ensures proper cover size selection and prevents potential errors.
2025-09-06 14:42:15 +03:00
Mykyta Synelnikov 4cfda2922b Merge pull request #1739 from ultimatemember/fix/start_of_week
Fix invalid 'start_of_week' handling in weekly events logic
2025-09-05 15:33:18 +03:00
Mykyta Synelnikov 3cafd12137 Fix invalid 'start_of_week' handling in weekly events logic
Ensure 'start_of_week' option is validated as numeric to prevent incorrect calculations. This fixes potential issues when non-numeric values are stored in the option.
2025-09-05 15:24:28 +03:00
Mykyta Synelnikov cb856d05a2 Merge pull request #1731 from ultimatemember/fix/condition_logic_contain
Condition logic contain
2025-09-05 15:10:11 +03:00
Mykyta Synelnikov f7768d8477 Add filter to exclude third-party Gutenberg block prefixes
Introduced the `um_admin_blocks_prefixes_excluded` JS filter hook to allow exclusion of third-party Gutenberg blocks with specific prefixes from UM restriction attributes. This improves compatibility and flexibility when handling external blocks. Updated relevant JS and documentation files to support this feature.
2025-09-05 12:21:57 +03:00
Mykyta Synelnikov ab95aead02 Merge pull request #1727 from ultimatemember/fix/block_restriction_hotfix
Blocklist for blocks restrictions
2025-09-05 12:17:55 +03:00
Mykyta Synelnikov 6ae2ec4ec8 Add filter hook to customize empty status user queries
Introduced the `um_get_empty_status_users_query_result` filter to allow customization of the query used for fetching users with empty statuses. This enhances flexibility and enables optimization for different website setups. Updated relevant documentation in the readme file.
2025-09-05 12:17:15 +03:00
Mykyta Synelnikov 58fdd9f943 Update user profile link handling in frontend
Refactored methods to change user profile edit and comment author URL logic, ensuring compatibility with Ultimate Member plugin's structure. Updated readme file to reflect changes and fixed bugs related to profile link display in the comments section.
2025-09-05 12:08:19 +03:00
Mykyta Synelnikov 2b8d964a1d Merge pull request #1728 from ultimatemember/fix/edit_user_link
Edit user link
2025-09-05 11:58:49 +03:00
Mykyta Synelnikov 0a0490b7cc Merge pull request #1729 from ultimatemember/fix/package_update
Fix package update
2025-09-03 14:42:49 +03:00
ashubawork 6905df14ea - fixed comment author link in commetns block 2025-08-26 09:59:53 +03:00
Mykyta Synelnikov 2c9b1d7ddb Merge pull request #1732 from ultimatemember/fix/mobile_cache
Add mobile cache bypass for specific Ultimate Member pages
2025-08-05 01:19:11 +03:00
Mykyta Synelnikov 6434218f96 Add mobile cache bypass for specific Ultimate Member pages
Prevent caching on mobile devices for login, register, and account pages in Ultimate Member. This ensures updated content is always displayed and avoids caching-related issues on these critical pages.
2025-08-04 12:47:13 +03:00
ashubawork 91b15a80ef - fix contain in conditional logic 2025-07-31 13:49:45 +03:00
ashubawork 4522e6d64c - fix fatal error 2.0-beta1 package update 2025-07-30 13:09:54 +03:00
ashubawork 982dbd4e7f - fix edit user link 2025-07-30 12:24:10 +03:00
ashubawork 824c95e414 - fix block restrictions 3rd party plugin 2025-07-30 10:07:01 +03:00
Mykyta Synelnikov a50ab63067 Update Action Scheduler dependency to use version 3.9.x
Changed the version constraint for the woocommerce/action-scheduler dependency from 3.9.2 to 3.9.* in composer.json. This ensures compatibility with all minor updates within the 3.9 release.
2025-07-15 12:59:39 +03:00
Mykyta Synelnikov 976c0c75e2 Add Extensions_Updater class for handling extension updates
Introduced a new `Extensions_Updater` class to manage extension update processes, including version checks and file execution. Added a corresponding `extension_updater` method in `class-admin.php` to initialize and manage updater instances based on provided data.
2025-07-07 13:04:19 +03:00
Mykyta Synelnikov 11763def5a Merge pull request #1716 from ultimatemember/fix/slider_range_query
Fix: exclude empty meta values in directory filtering
2025-06-30 17:03:50 +03:00