Open
Conversation
…-fluid-for-builder-compatibility fix: Use container-fluid for builder-compatible components
…into improve/select2-package-update
…into improve/modal-move-to-bottom
…e-to-bottom fix: Glass Effect Conflicts with Modal
…ackage-update select2 package updated to 4.1.0-rc.0
Formgent integration
readme updated
- Use isDismissible={false} to disable default WordPress Modal close button
- Implement custom close button without tooltip
- Add minimal useEffect to move button to modal header
- Remove margin-top from modal content for better spacing
- Optimize code using modern JavaScript best practices
Uses WordPress Modal API (isDismissible) for clean solution.
Custom button positioned in header without any tooltip text.
Fixes: Tooltip display issue when hovering over modal close button
…tton-issues fix: remove tooltip from enquiry modal close button
fixed user id issue on formgent integration
Fix api issue in formgent enquries
Fix Broken Access Control vulnerability in password
…into feature/submission-form-conditional-logic
…-issue-1 Revert "Fix Broken Access Control vulnerability in password"
Registers an 8.7.0 versioned update entry in ATBDP_Installation:: that hooks into the existing Background_Updater pipeline. The migration batches 100 atbdp_orders posts per run, excludes _fm_plan_ordered posts, maps all legacy meta fields to the new schema, and marks each migrated post with _is_migrated = 1 for idempotency.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
RabbiIslamRony
requested changes
Mar 31, 2026
Member
RabbiIslamRony
left a comment
There was a problem hiding this comment.
For Error 1 (typo):
Typo in the file structure diagram — vendor-jcs/ should be vendor-js/. The actual directory on disk is vendor-js/.
For Error 2 (wrong path):
Wrong build output path in the file structure diagram — shows build/ but webpack.legacy.prod.js outputs to __build/. Should be __build/directorist.zip.
Or both together in one comment:
Two issues in the file structure diagram:
vendor-jcs/→ should bevendor-js/(typo)build/→ should be__build/(actual output path fromwebpack.legacy.prod.js)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Hook Activation::run() into directorist_installed and directorist_updated actions so tables are created not only on fresh activation but also when the plugin is updated, since register_activation_hook does not fire on updates.
Include trash posts in query, order results by date ASC, and treat any non-published post as cancelled instead of only trashed posts.
- Only mark orders as cancelled when post_status is 'trash' (not all non-publish statuses) - Include 'trash' in WP_Query post_status to correctly detect remaining orders
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.
PR Type
What kind of change does this PR introduce?
Description
Change log
Checklist