fix: update bluem_requests_view function for improved request handling#36
Merged
DaanRijpkema merged 5 commits intomasterfrom Mar 23, 2026
Merged
fix: update bluem_requests_view function for improved request handling#36DaanRijpkema merged 5 commits intomasterfrom
DaanRijpkema merged 5 commits intomasterfrom
Conversation
Refactor the bluem_requests_view function to enhance request processing logic, ensuring proper handling of delete and status-update actions. This change also improves the readability and maintainability of the code.
- Updated plugin version and stable tag to 1.3.34. - Added changelog entry for fixed issue with Request viewing in admin interface.
Updated the settings link in the WooCommerce integration message to ensure proper navigation. This change enhances user experience by directing users to the correct settings page.
…files Added a check to create the docker/plugins/bluem directory if it does not exist prior to copying files from the build directory. This prevents potential errors during the deployment process.
This commit introduces a new documentation file outlining the project overview, repository layout, key commands, coding conventions, and release workflow for the bluem-woocommerce plugin. This will assist developers in understanding the structure and usage of the plugin more effectively.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor the bluem_requests_view function to enhance request processing logic, ensuring proper handling of delete and status-update actions. This change also improves the readability and maintainability of the code.