Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
9cafe90
Merge branch 'release/1.21.5' into develop
danieliser Oct 13, 2025
403e817
Fix issue with saving license keys with ***
danieliser Oct 16, 2025
934b555
fix: resolve license key deactivation issue
danieliser Oct 16, 2025
d8c6b74
feat: enhance license management with Pro license support
danieliser Oct 17, 2025
07feec4
fix: correct filter usage for replace_editor action
danieliser Nov 2, 2025
bdd254a
fix: update license management method names for clarity
danieliser Nov 2, 2025
681128a
fix: Divi 4 block editor compatibility issue causing blank popup editor
danieliser Nov 9, 2025
451f059
Enforce permissions for dashboard widget
danieliser Nov 23, 2025
0f3899c
Simplify text domain
danieliser Nov 23, 2025
ba96e12
feat: add Newsletter plugin form integration
danieliser Dec 19, 2025
f40ebf3
refactor: simplify Newsletter success detection logic
danieliser Dec 20, 2025
c7bdf75
Merge pull request #1125 from PopupMaker/newsletter-integration
danieliser Dec 20, 2025
fb1aec7
docs: Update CHANGELOG.md to clarify AJAX submission requirement for …
danieliser Jan 6, 2026
a92ccbc
chore: Update CHANGELOG.md and refactor block asset loading
danieliser Jan 6, 2026
4b12fec
Update works with tag
danieliser Jan 6, 2026
fc2fca6
ci: enable CodeRabbit reviews for develop branch PRs
danieliser Jan 8, 2026
824b995
fix: correct CodeRabbit config language setting
danieliser Jan 8, 2026
98f412c
fix: remove master from CodeRabbit base branches
danieliser Jan 8, 2026
adb30db
feat: modernize CI/CD workflows with build validation
danieliser Jan 8, 2026
620daa1
chore: update Storybook dependencies to version 8.6.14
danieliser Jan 8, 2026
770794e
improve(build): modernize GitHub Actions to latest stable versions
danieliser Jan 9, 2026
26cb6b8
feat(release): Phase 1 - Automated Release Foundation
danieliser Jan 9, 2026
d07666a
perf(ci): add change detection to skip unnecessary jobs
danieliser Jan 9, 2026
209fba0
fix(ci): remove AI attribution notice from PR comment
danieliser Jan 9, 2026
9cfe598
fix(release): change subject-case to warning for proper nouns
danieliser Jan 9, 2026
58f936b
feat(release): Phase 2 - Release Please Integration (#1140)
danieliser Jan 9, 2026
4fe8be8
ci(release): add Slack notification workflows
danieliser Jan 11, 2026
406cd30
feat(integrations): add Forminator form integration
danieliser Jan 11, 2026
d098773
feat(integrations): add Elementor Pro form integration
danieliser Jan 11, 2026
d269289
style(phpcs) Simplify phpcs ignore
danieliser Jan 11, 2026
cceae66
feat(integrations): add Kali Forms integration
danieliser Jan 11, 2026
9e90835
feat(integrations): add HappyForms integration
danieliser Jan 11, 2026
f1e8395
feat(integrations): add Bit Form integration
danieliser Jan 11, 2026
cb7045b
feat(integrations): add HTML Forms integration
danieliser Jan 12, 2026
6851251
feat(integrations): add Beaver Builder Forms integration
danieliser Jan 12, 2026
9ed921a
chore: standardize form integration patterns
danieliser Jan 12, 2026
d129c2a
chore(deps): upgrade @wordpress/scripts 27.9 → 31.2
danieliser Jan 12, 2026
c40b1c9
fix: use esc_attr_e instead of esc_attr__ for button label output
DAnn2012 Jan 12, 2026
c0e37de
docs: add changelog entry for trigger modal Add button fix (PR #1123)
danieliser Jan 12, 2026
099a53e
docs: update CSS selector tool instructions
marklchaves Jan 12, 2026
20fd9e8
chore(deps): regenerate package-lock.json for npm ci compatibility
danieliser Jan 12, 2026
85a0d7c
feat(admin): add sorting by Enabled status in popup list table
danieliser Jan 12, 2026
8f4613a
feat(admin): add bulk enable/disable actions for popups
danieliser Jan 12, 2026
cd5da66
docs: add changelog entry for popup list table improvements
danieliser Jan 12, 2026
3327198
docs(release): add JSDoc docstrings to extract-changelog.js
danieliser Jan 12, 2026
8ff74a0
build(deps): add lint-staged for pre-commit linting
danieliser Jan 12, 2026
1c7a28b
feat(performance): unified ad-blocker bypass script/style ID obfuscation
danieliser Jan 13, 2026
982f246
Add UTM tracking to upsell links (#1148)
danieliser Jan 13, 2026
ddae5c5
fix: validate tab existence before restoring from sessionStorage
danieliser Jan 15, 2026
c59ba01
fix: prevent double protocol URLs in subscribers page
danieliser Jan 15, 2026
3be8f3e
fix: handle Fluent Forms stdClass parameter in double opt-in flow
danieliser Jan 15, 2026
7943950
fix(build): use correct output names for tj-actions/changed-files (#1…
danieliser Jan 23, 2026
79899ba
fix(build): improve CI quality check accuracy (#1168)
danieliser Jan 23, 2026
ea2c5c0
ci: split js_src and ts_src for correct build/tsc triggers
danieliser Jan 23, 2026
5b8cfb6
ci: run PHPCS on PHP 8.2 only
danieliser Jan 23, 2026
e609ed8
feat: add link click conversion tracking for external links (#1166)
danieliser Jan 23, 2026
17cab5c
Add form conversion tracking service (#1149)
danieliser Jan 29, 2026
3ae7808
fix(admin): correct SQL placeholder in Subscribers table check
danieliser Jan 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# CodeRabbit Configuration
# https://docs.coderabbit.ai/guides/configure-coderabbit

# Review configuration
reviews:
# Enable reviews for PRs targeting develop branch (not just default branch)
review_status: true

# Auto-review PRs targeting these branches
auto_review:
enabled: true
base_branches:
- develop
# Auto-incremental reviews when new commits pushed
auto_incremental_review: true

# Collapse file walkthrough in PR comments
collapse_walkthrough: false

# High-level summary at top of review
high_level_summary: true

# Add poem to reviews
poem: false

# Review language
language: en-US
Loading