Open
Conversation
parsed enquiry submission time to UTC
…gular-svg-icons Fix: Missing Font Awesome regular SVG icons not rendering on frontend
Add expiration date and never expires option to listings bulk edit
Fixed broken access issue
…xt-alignment fix: resolve text alignment issues on single listing page
…Directory Type Change
…-on-directory-type-change fixed: Some Fields(Checkbox, Radio, Select) Condition not working in Directory Type Change
Conditional field
…d remove outdated SCSS override that forced , which conflicted with the JS marker setup
Keep top tabs, sub-tabs, section groups, and child widget collapse state in local storage so users return to the exact same builder context after page reload. Made-with: Cursor
Fixed migration issue
…g-type-nav-scroll Fix mobile listing type navigation scroll and alignment
Template version update
…issue revert: Range slider [input typing not triggering AJAX search, prevent duplicate AJAX requests
…ntry-content-ul-style Fix: Prevent .directorist-content-active CSS from overriding theme list styles
Readme updated & build
…ch improvements - Add capability checks to AJAX handlers for extension management, page upgrades, and listing type operations - Validate redirect URLs to prevent open redirect vulnerabilities - Fix renewal token verification to use stored meta instead of hash - Prevent userId spoofing in become_author handler - Persist CPT Manager navigation, sub-navigation, and form builder accordion states in localStorage across page reloads - Prevent duplicate instant search AJAX requests and preserve view parameter in URL during filtering - Debounce range slider min/max inputs on keyup for search forms - Pass range field min_value/max_value/step to search form options - Fix Google Maps marker icons with inline SVG style attribute - Prevent TinyMCE listener removal that broke link popover behavior - Update sidebar responsive breakpoint from 991px to 1367px - Add directorist_single_map_info_content filter hook - Cast directory_type to array to prevent type errors - Update dependencies and rebuild assets
Add GitHub Actions workflow that uses anthropics/claude-code-action to automatically review pull requests. Reviews cover code quality, security, performance, and WordPress/Directorist coding standards. Also adds CLAUDE.md with comprehensive project architecture documentation for AI-assisted reviews. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The claude-code-action requires id-token: write permission to fetch an OIDC token for GitHub authentication. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Switch from pull_request to pull_request_target so fork PRs have access to repo secrets and OIDC tokens - Pass github_token explicitly to skip OIDC token generation - Checkout PR head SHA explicitly for correct code review context Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PRs in this repo target the development branch, not trunk. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…w-workflow Build: Add automated Claude Code PR review workflow
…into development
…into feature/payment-migration
- Bump version to 8.7.0, update PHPCS target to PHP 8.1 - Update npm scripts (start/build replacing dev/prod) - Update main branch to alpha, add refactor/ prefix - Add new includes/ directories: db-models, contracts, repositories, dto, enums, payment-processors, setup, system-status, deprecated - Update REST API controller count (16 → 21) and add new payment controllers - Add new Payment Architecture section documenting DTO/Enum/Repository/Processor layers - Add PHP Namespaces reference table - Update webpack config filenames to current names - Correct block count (21 → 19) and remove vendors block - Update JS source dirs to include react/ and formgent-integration/
When an order status is updated, the associated payment item's status is now also updated to match via PaymentRepository::update_status_by_order_id().
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