Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
252 commits
Select commit Hold shift + click to select a range
34954b4
Update form settings tab icons and add new icon symbols
shervElmi Mar 5, 2026
d0b17f0
Add filter tabs to form actions settings page
shervElmi Mar 5, 2026
573dc41
Set form settings tab icon size to 24px
shervElmi Mar 5, 2026
046e18f
Merge remote-tracking branch 'origin/HEAD' into rock/form-actions-ref…
shervElmi Mar 5, 2026
e815946
Wrap form settings tab names in span with font-medium class
shervElmi Mar 6, 2026
8c4510f
Remove border and padding from form actions addon menu and adjust sea…
shervElmi Mar 6, 2026
3147803
Adjust form settings tab vertical padding to 13px
shervElmi Mar 6, 2026
c518c11
Remove padding and position styles from form settings page inner content
shervElmi Mar 6, 2026
b745283
Add padding and position styles to form settings page inner content a…
shervElmi Mar 6, 2026
193a34e
Remove unused icon_atts variable from form actions icon rendering
shervElmi Mar 10, 2026
39a6f84
Add description field to default action options and align array forma…
shervElmi Mar 10, 2026
13cf165
Add description field to on submit action options and align array for…
shervElmi Mar 10, 2026
633c6e8
Restructure form action icon template to use card-based layout with t…
shervElmi Mar 10, 2026
e8fb9aa
Add description field to all default action options and align array f…
shervElmi Mar 10, 2026
898b52d
Add description field to email action options and align array formatting
shervElmi Mar 10, 2026
92519a7
Remove data-group attributes from action settings tabs and list items…
shervElmi Mar 10, 2026
be671e7
Add description field to Stripe Lite action options and align array f…
shervElmi Mar 10, 2026
0a87589
Remove unused styles for deprecated action list layout and icon circl…
shervElmi Mar 10, 2026
83e34ea
Add frm-ml-auto-force utility class with important flag for forced le…
shervElmi Mar 10, 2026
f917cfc
refactor(admin): add form actions filtering functionality
shervElmi Mar 12, 2026
851067b
refactor(admin): restructure form actions layout for filtering
shervElmi Mar 12, 2026
c66c09c
refactor(admin): prevent class conflicts with filter tabs
shervElmi Mar 12, 2026
3c46e55
feat(admin): add filter functionality to tabs navigator
shervElmi Mar 12, 2026
0d31d38
Add CSS rules for form actions filter functionality with visibility c…
shervElmi Mar 12, 2026
59249eb
Add frm-children-px-sm utility class for small horizontal padding on …
shervElmi Mar 12, 2026
4b17312
Remove quotes from trigger value in CSS coding standards rule file
shervElmi Mar 13, 2026
915a480
Change default filter tab from All to Featured and update action item…
shervElmi Mar 16, 2026
928f933
Remove unused toggleActionGroups function and click event binding for…
shervElmi Mar 16, 2026
b487c62
Add frmTabsNavigator class for tab navigation with filtering and slid…
shervElmi Mar 16, 2026
7532440
Extract filter functions from TabsNavigator into separate module for …
shervElmi Mar 16, 2026
c4a617b
Move visibility observer utilities to core utils module for broader r…
shervElmi Mar 16, 2026
9a4e251
Update import paths for TabsNavigator to reflect new tabs subdirector…
shervElmi Mar 16, 2026
8d4ba2f
Reset form actions styling to use card-based layout with icons and im…
shervElmi Mar 16, 2026
1bab89b
Reorganize form action widget header layout by moving drag handle bef…
shervElmi Mar 16, 2026
2c10669
Add auto-incrementing suffix to duplicate form action titles to preve…
shervElmi Mar 16, 2026
87b62fa
Update form action widget styling with flexbox layout and improved ic…
shervElmi Mar 16, 2026
560b5b6
Remove drag handle from form action widgets and add "Your Actions" he…
shervElmi Mar 16, 2026
3e8b6fb
Update webpack dev server configuration with new ports, improved file…
shervElmi Mar 17, 2026
890e1f2
Add custom color override for form action icons using CSS variable in…
shervElmi Mar 17, 2026
a24d321
Add outlined card styling to addon items in addons list
shervElmi Mar 17, 2026
9e3d184
Restructure form action icon template with outlined card styling and …
shervElmi Mar 17, 2026
b6fd029
Fix conditional logic in on_submit_migrated hidden field to properly …
shervElmi Mar 17, 2026
1be9f5e
Refactor card item styles to use nested selectors and add outlined ca…
shervElmi Mar 17, 2026
14ea3b3
Remove obsolete form action styling rules for email addon menu and ac…
shervElmi Mar 17, 2026
f355393
Update form settings heading styles with refined typography and spacing
shervElmi Mar 17, 2026
816d917
Add filter state management styles for form actions list with conditi…
shervElmi Mar 18, 2026
5fdded4
Add icon sizing and styling rules for form actions list with inactive…
shervElmi Mar 18, 2026
1283486
Refactor form action settings styles to use nested SCSS selectors wit…
shervElmi Mar 18, 2026
102fc9f
Refactor form action widget title styles to use nested SCSS selectors…
shervElmi Mar 18, 2026
0994e04
Remove obsolete form action icon styles and refactor email icons to u…
shervElmi Mar 18, 2026
6e21590
Remove frm-inverse class from form action icon styling across default…
shervElmi Mar 18, 2026
e8ea5d0
Remove obsolete action icon inactive state initialization and frm-inv…
shervElmi Mar 18, 2026
102007d
Replace frm-filter-hidden class with frm_hidden in content filter tog…
shervElmi Mar 18, 2026
7fb3c31
Refactor content filter to use internal state with getFilterTarget() …
shervElmi Mar 18, 2026
8a231ff
Refactor tabs navigator to use centralized filter target resolution f…
shervElmi Mar 18, 2026
e14b5b4
Remove obsolete upgrade prompt cursor styling for inactive form actio…
shervElmi Mar 18, 2026
d1f95b0
Simplify form actions filter and list styles by removing redundant se…
shervElmi Mar 18, 2026
e610297
Remove obsolete frm_actions_list margin override from desktop media q…
shervElmi Mar 18, 2026
b4984e2
Add bottom margin to actions filter tabs wrapper and remove default m…
shervElmi Mar 18, 2026
35918c5
Remove obsolete card item styles from addons page CSS
shervElmi Mar 19, 2026
94c6ed2
Remove border and padding from email settings headings and add consis…
shervElmi Mar 19, 2026
620b38f
Reduce horizontal padding on outlined action cards and set icon color…
shervElmi Mar 19, 2026
85a9f0e
Update form settings headings with new typography and spacing styles …
shervElmi Mar 19, 2026
db42fcc
Refactor form settings tabs styles to use nested SCSS syntax and upda…
shervElmi Mar 19, 2026
620f9d2
Update payment category label from "eCommerce" to "E-Commerce" in for…
shervElmi Mar 19, 2026
7862d0b
Add top margin to form actions menu wrapper and shorten search placeh…
shervElmi Mar 19, 2026
e2229f3
Add white-space nowrap to tab navigator labels to prevent text wrapping
shervElmi Mar 19, 2026
daa3faa
Add white-space nowrap to form settings tabs to prevent label wrappin…
shervElmi Mar 19, 2026
9f6a891
Update email addon menu layout to stack vertically on smaller desktop…
shervElmi Mar 19, 2026
c155934
Remove obsolete action menu class toggling logic from admin search fu…
shervElmi Mar 19, 2026
fd4f730
Add form actions search functionality to filter and toggle group head…
shervElmi Mar 19, 2026
12ed36e
Add is_new flag to action options and display "New" pill badge on n8n…
shervElmi Mar 20, 2026
9602b98
Add lock icon to upgrade-required action cards that don't have one-cl…
shervElmi Mar 20, 2026
31c1e9f
Redesign not-installed action cards to match new outlined card style …
shervElmi Mar 20, 2026
8fc1d88
feat(form-actions): surface on-submit action groups
shervElmi Mar 20, 2026
bc2e031
fix(FrmOnSubmitAction): update icon class and color for success messages
shervElmi Mar 20, 2026
3ba1aeb
refactor(form-actions): update action colors for improved consistency…
shervElmi Mar 20, 2026
4378617
fix(email_action): update color format for consistency in email actio…
shervElmi Mar 20, 2026
912b4f5
fix(icons): update PayPal icon for improved clarity and consistency i…
shervElmi Mar 20, 2026
593b48b
feat(form-actions): enhance action card styles with hover effects and…
shervElmi Mar 20, 2026
8a08805
fix(FrmTransLiteAction): update action color to hex format for consis…
shervElmi Mar 20, 2026
bed5dc7
refactor(form-action): improve layout and styling of action card comp…
shervElmi Mar 23, 2026
db714ef
fix(settings-advanced): correct value assignment for on_submit_migrat…
shervElmi Mar 23, 2026
f58ce61
style(frm-tab-navigator): update SCSS imports and improve padding for…
shervElmi Mar 23, 2026
a9c4fd3
style(form-actions): refine widget styles and improve hover effects f…
shervElmi Mar 23, 2026
1b82e63
refactor(frm-tabs-navigator): enhance documentation for visibility an…
shervElmi Mar 23, 2026
2189f29
refactor(form-actions): streamline action title generation by removin…
shervElmi Mar 23, 2026
7505fc9
feat(admin): add existing count to form action data for improved hand…
shervElmi Mar 23, 2026
f339b0b
refactor(form-actions): implement unique title generation for form ac…
shervElmi Mar 24, 2026
eed54e7
refactor(form-actions): replace existing count with titles in form ac…
shervElmi Mar 24, 2026
2b84634
feat(form-actions): add no actions message for improved user guidance…
shervElmi Mar 24, 2026
cdcb204
feat(form-actions): toggle visibility of no actions message based on …
shervElmi Mar 24, 2026
2be2526
refactor(form-actions): extract action icon attributes into a dedicat…
shervElmi Mar 24, 2026
a811968
refactor(form-actions): update icon rendering to use centralized meth…
shervElmi Mar 24, 2026
400ae5e
feat(variables): add new variable for x-small border radius to enhanc…
shervElmi Mar 24, 2026
c2141ef
style(form-actions): update icon color for frm-border-icon and stream…
shervElmi Mar 24, 2026
31f6b1c
feat(icons): add small variant for circled icons with adjusted dimens…
shervElmi Mar 24, 2026
ddb20e4
feat(typography): add new text color utility for primary-700 to enhan…
shervElmi Mar 24, 2026
f0ff930
feat(form-actions): implement dynamic visibility toggle for no result…
shervElmi Mar 24, 2026
be09d2b
style(form-actions): add typography classes to action headers for imp…
shervElmi Mar 24, 2026
c5f0f3a
style(form-actions): enhance layout and styling of action buttons and…
shervElmi Mar 24, 2026
86cbd4c
style(form-actions): update action icons to include text color utilit…
shervElmi Mar 24, 2026
c4ef54b
style(icons): update frm_trash_icon and frm_copy_icon to improve desi…
shervElmi Mar 24, 2026
725a42d
style(form-actions, typography): enhance button transitions and enfor…
shervElmi Mar 24, 2026
79f8d41
style(form-actions): update widget styling to enhance interactivity a…
shervElmi Mar 24, 2026
5992f67
style(form-actions, typography, components): refine widget styles, re…
shervElmi Mar 24, 2026
a17c118
style(form-actions): enhance widget hover effects and add email icon …
shervElmi Mar 24, 2026
e32179a
style(form-actions): update action icon classes for improved styling …
shervElmi Mar 30, 2026
bc4466a
style(form-actions): modify email icon class for enhanced animation e…
shervElmi Mar 30, 2026
288c1df
style(form-actions): add single action attributes for enhanced upgrad…
shervElmi Mar 30, 2026
6d99db2
style(animations): refactor animation timing using CSS variables for …
shervElmi Mar 30, 2026
ae370dd
style(form-actions): refactor action card styles for improved layout …
shervElmi Mar 30, 2026
50e07a8
style(icons): update frm_plus_icon to use stroke styling for improved…
shervElmi Mar 30, 2026
71c76ce
style(form-actions): remove truncation class from action name spans f…
shervElmi Mar 30, 2026
dfbb27a
style(form-actions): update padding and border radius for improved co…
shervElmi Mar 30, 2026
3946bdb
feat(form-actions): add default action descriptions for improved clar…
shervElmi Mar 31, 2026
649d4bb
style(form-actions): streamline action options initialization for imp…
shervElmi Mar 31, 2026
a77e967
style(form-actions): enhance section headers and adjust padding for i…
shervElmi Mar 31, 2026
adfc0d0
style(form-actions): update background color and adjust padding for i…
shervElmi Mar 31, 2026
681465c
style(form-actions): adjust label margin and enhance layout with flex…
shervElmi Mar 31, 2026
6dcc1fd
style(inputs): adjust button padding for improved consistency in form…
shervElmi Mar 31, 2026
a4ce738
style(form-settings): update border color for improved visual consist…
shervElmi Mar 31, 2026
5482309
style(border): add new border-top utility class for enhanced styling …
shervElmi Mar 31, 2026
9826f1c
feat(form-actions): add default action descriptions for 'on_submit' a…
shervElmi Mar 31, 2026
77a9f33
feat(form-actions): add 'payment' action description for transaction …
shervElmi Mar 31, 2026
c233b88
style(form-actions): adjust margin for 'add/remove' actions to improv…
shervElmi Mar 31, 2026
7b46ab7
style(panel-settings): update padding and margin for post tax option …
shervElmi Mar 31, 2026
39277b2
style(form-actions): add new post tax option list styling and refine …
shervElmi Apr 1, 2026
8da43af
style(settings-components): remove unused post tax option list styles…
shervElmi Apr 1, 2026
2495641
style(form-actions): update autoresponder action layout with improved…
shervElmi Apr 1, 2026
9300cb0
feat(admin): implement toggle reset functionality for hidden elements…
shervElmi Apr 1, 2026
22097f5
style(toggle-components): add cursor pointer to toggle elements and r…
shervElmi Apr 1, 2026
ec4565e
feat(form-actions): implement unlicensed action gate and add learn-mo…
shervElmi Apr 2, 2026
aee3150
feat(form-actions): enhance conditional logic rendering with action k…
shervElmi Apr 2, 2026
176a4c0
feat(form-actions): pass action key to conditional logic rendering fo…
shervElmi Apr 2, 2026
c3106ba
style(form-settings): adjust margin for updated message in form setti…
shervElmi Apr 2, 2026
46ac72a
feat(form-actions): refactor form logic row handling and add toggle c…
shervElmi Apr 2, 2026
aaaceb9
fix(upgrade-popup): conditionally display learn more link based on av…
shervElmi Apr 2, 2026
476b590
style(upgrade-modal): add conditional display styles for upgrade mess…
shervElmi Apr 2, 2026
e20cc47
feat(form-actions): set OR/AND rule text when adding a logic row
shervElmi Apr 6, 2026
34602ca
refactor(admin): simplify updateActionsSearchEmptyState function for …
shervElmi Apr 7, 2026
736da15
refactor(admin): rename functions for clarity and improve event handl…
shervElmi Apr 7, 2026
955fdc3
style(form-actions): update action icon styling and improve text wrap…
shervElmi Apr 7, 2026
488fc99
style(frm-on-submit): update margin classes for form field elements t…
shervElmi Apr 8, 2026
85cab3b
style(frm-form-action): update padding class for conditional logic ca…
shervElmi Apr 8, 2026
211a49d
style(form-actions): enhance layout consistency by updating margin an…
shervElmi Apr 8, 2026
f909a88
style(form-actions): remove inactive action opacity and adjust margin…
shervElmi Apr 8, 2026
67c67c6
style(settings): remove unused input styles and update margin for for…
shervElmi Apr 8, 2026
b875d58
style(upgrade-modal): update margin for button display in hidden stat…
shervElmi Apr 8, 2026
8c1e916
style(margin): add new margin utility classes for medium spacing to e…
shervElmi Apr 8, 2026
7c97bff
style(action-settings): update margin classes and improve layout cons…
shervElmi Apr 8, 2026
39d0a56
style(form-actions): update upgrade link classes and icon styling to …
shervElmi Apr 8, 2026
e512a64
style(form-actions): update margin classes for form fields and remove…
shervElmi Apr 8, 2026
af021d8
style(email-settings): update margin classes for email fields to enha…
shervElmi Apr 8, 2026
90d7d7b
style(form-actions): wrap label text in a span for improved layout co…
shervElmi Apr 8, 2026
42457c9
style(settings): adjust gap and padding in on-submit action component…
shervElmi Apr 8, 2026
333f661
style(form-actions): refine margin classes and update layout for acti…
shervElmi Apr 8, 2026
8938d31
style(layout): add new utility classes for block display and flex ali…
shervElmi Apr 8, 2026
7682722
style(form-actions, notifications, margin): add new margin utility cl…
shervElmi Apr 9, 2026
e9d3cf2
style(action-settings): update header margin class for improved layou…
shervElmi Apr 9, 2026
fc8c5c3
refactor(active_mode, not_connected_warning): streamline method calls…
shervElmi Apr 9, 2026
22daaf0
style(action-settings): add margin utility class to layout containers…
shervElmi Apr 9, 2026
89b2ebf
style(padding): add new padding utility class for extra small left pa…
shervElmi Apr 9, 2026
6f78daf
npm run build
shervElmi Apr 9, 2026
3883de2
Merge remote-tracking branch 'origin/HEAD' into rock/form-actions-ref…
shervElmi Apr 9, 2026
c92d4b4
npm run build
shervElmi Apr 9, 2026
bf77ab4
refactor(controller, models, views): standardize array formatting and…
shervElmi Apr 9, 2026
e72cb86
chore(phpcs, controller, js): update PHPCS exclusions and improve cod…
shervElmi Apr 9, 2026
4c0c62e
fix(settings): add data attribute for active filter and adjust group …
shervElmi Apr 13, 2026
e3763c4
Merge remote-tracking branch 'origin/HEAD' into rock/form-actions-ref…
shervElmi Apr 13, 2026
c6e2d7a
npm run build
shervElmi Apr 13, 2026
1603fc1
refactor(search): replace innerText with textContent for consistency …
shervElmi Apr 13, 2026
4404c04
enhance(admin): add unique title generation for form actions and impr…
shervElmi Apr 14, 2026
0ea8380
refactor(form-actions): streamline toggle rendering for post status i…
shervElmi Apr 14, 2026
b1d9e1b
refactor(form-actions): enhance layout responsiveness by adding min-w…
shervElmi Apr 14, 2026
172d92d
style(form-actions): apply lowercase text transformation to headings …
shervElmi Apr 14, 2026
936eac4
fix(addons): update documentation link and add label for upgrade info…
shervElmi Apr 14, 2026
22e61aa
fix(addons): update upgrade link and adjust heading text for document…
shervElmi Apr 14, 2026
fbc71ca
fix(addons): update learn-more URL slugs for documentation links in f…
shervElmi Apr 14, 2026
e0692ee
fix(addons): update HubSpot upgrade link to new signup URL
shervElmi Apr 14, 2026
3f3dca6
style(form-actions): add opacity for already used forms and improve w…
shervElmi Apr 14, 2026
d40a5a8
enhance(form-actions): add tabindex for accessibility and improve foc…
shervElmi Apr 15, 2026
2a7f23d
feat(focus): add focus-outline mixin for improved accessibility styles
shervElmi Apr 15, 2026
c05bc56
style(form-actions): enhance focus styles by adding focus-outline mix…
shervElmi Apr 15, 2026
82190dc
feat(tabs-navigator): enhance accessibility by adding ARIA roles and …
shervElmi Apr 15, 2026
52eb87a
feat(admin): add keyboard navigation support for form actions to enha…
shervElmi Apr 15, 2026
bcd39d1
refactor(admin): simplify arrow function syntax and improve code read…
shervElmi Apr 15, 2026
3434e61
refactor(admin): replace Array constructor with new Array for improve…
shervElmi Apr 15, 2026
fe6c274
refactor(admin): optimize getUniqueActionTitle function for better pe…
shervElmi Apr 15, 2026
b7b5523
fix(admin): add backwards compatibility for older Pro logic links and…
shervElmi Apr 16, 2026
ea4a491
npm run build
shervElmi Apr 16, 2026
00a97eb
chore(deepsource): update configuration to exclude PHP view/template …
shervElmi Apr 17, 2026
972f6d4
chore(deepsource): refine exclusion patterns by removing unnecessary …
shervElmi Apr 17, 2026
3413bb3
docs(addons): add detailed PHPDoc comments for add-on views and settings
shervElmi Apr 17, 2026
bf30bf2
docs(header): add PHPDoc comments for applications header file
shervElmi Apr 17, 2026
3359790
docs(dashboard): add PHPDoc comments for dashboard template files
shervElmi Apr 17, 2026
ac6e6ce
docs(entries): add PHPDoc comments for entry-related view files
shervElmi Apr 17, 2026
5e9be3f
docs(upsell): add PHPDoc comments for AI upsell button file
shervElmi Apr 17, 2026
2950a07
docs(fields): add PHPDoc comments for various field-related view files
shervElmi Apr 17, 2026
abec78f
docs(fields): add PHPDoc comments for single option field settings file
shervElmi Apr 17, 2026
353d08d
docs(fields): enhance PHPDoc comments for field-related view files
shervElmi Apr 17, 2026
1f928e2
refactor: update PHPDoc comments in various view files to improve cla…
shervElmi Apr 17, 2026
99e39e7
chore: update PHPStan configuration to include additional file paths …
shervElmi Apr 17, 2026
4a742ca
fix: standardize comment formatting in PHP files by correcting case i…
shervElmi Apr 17, 2026
c537710
fix: improve comment formatting and spacing in field options and comm…
shervElmi Apr 17, 2026
cd7bd4b
refactor: rename variables for clarity and improve code readability i…
shervElmi Apr 17, 2026
3b2c2f8
refactor: update variable names for consistency and enhance readabili…
shervElmi Apr 17, 2026
0500b1d
chore: replace manual Mago installation with setup action and streaml…
shervElmi Apr 17, 2026
56fff75
fix: update assertion in Add-Ons page test to check for partial text …
shervElmi Apr 17, 2026
cfea038
refactor(margin): remove unnecessary small margin utility class to st…
shervElmi Apr 17, 2026
13b1d13
npm run build
shervElmi Apr 20, 2026
cd9ecce
feat(form-settings): add new SCSS file for form settings and import i…
shervElmi Apr 20, 2026
d63066e
fix(admin): add conditional logic check to prevent unnecessary execut…
shervElmi Apr 20, 2026
16ff629
chore: add Carthage software Mago to composer dependencies and update…
shervElmi Apr 20, 2026
e02c880
chore: remove Carthage software Mago from composer dependencies and u…
shervElmi Apr 20, 2026
6964b74
fix: update PHPDoc comment to specify that entry object can be null i…
shervElmi Apr 20, 2026
18ad5b3
fix: correct PHPDoc type for Entry ID in sidebar-shared.php
shervElmi Apr 20, 2026
9c5811e
fix: update PHPDoc type for default_value to allow int, float, or str…
shervElmi Apr 20, 2026
548a5b8
fix: update PHPDoc type for field variable to specify it as an array …
shervElmi Apr 20, 2026
a0d5bf0
fix: update PHPDoc types for upsell visibility variables to allow nul…
shervElmi Apr 20, 2026
40a1cfc
fix: update PHPDoc types for default_value to allow int, float, or st…
shervElmi Apr 20, 2026
89569fd
fix: change href check from undefined to null in admin.js
shervElmi Apr 20, 2026
7f9c93f
fix: remove deprecated reference to _sidebar-shared-pub.php in PHPSta…
shervElmi Apr 20, 2026
953d734
fix: refactor variable names for clarity in admin.js
shervElmi Apr 21, 2026
ff81c98
fix: update PHPDoc types for default_value to allow float, int, or st…
shervElmi Apr 21, 2026
446ecbe
refactor: improve variable naming for clarity in admin.js
shervElmi Apr 21, 2026
5a10886
fix: update PHPStan configuration to streamline error handling and im…
shervElmi Apr 21, 2026
2e532f2
fix: add new path to PHPStan configuration for ignored error patterns…
shervElmi Apr 21, 2026
30d15f1
feat(paypal): add temporary PayPal styles for legacy markup and impor…
shervElmi Apr 21, 2026
645a76f
feat(paypal): enhance legacy PayPal button styles for backward compat…
shervElmi Apr 21, 2026
e403211
npm run build
shervElmi Apr 21, 2026
d97c89d
Merge pull request #3080 from Strategy11/rock/form-actions-refresh-de…
Crabcyborg Apr 22, 2026
4d536c1
feat(paypal): add method to enqueue legacy PayPal assets for form bui…
shervElmi Apr 27, 2026
a956f61
feat(paypal): add legacy PayPal action settings styles for admin inte…
shervElmi Apr 27, 2026
4ff8526
feat(paypal): add SCSS file for legacy PayPal settings in admin inter…
shervElmi Apr 27, 2026
b7b3840
feat(paypal): include legacy PayPal CSS file in stylelint configuration
shervElmi Apr 27, 2026
adfc901
refactor(paypal): format wp_register_style for better readability in …
shervElmi Apr 27, 2026
69d7148
Merge remote-tracking branch 'origin/rock/form-actions-refresh' into …
shervElmi Apr 27, 2026
dd9ed2d
npm run build
shervElmi Apr 27, 2026
ba628b1
Merge remote-tracking branch 'origin/master' into rock/form-actions-r…
shervElmi Apr 27, 2026
dfae090
npm run build
shervElmi Apr 27, 2026
7802e2e
fix: suppress deprecated method warning for field-options.php in psal…
shervElmi Apr 27, 2026
fcf5e82
Merge branch 'rock/form-actions-refresh' into rock/form-actions-a11y-…
shervElmi Apr 27, 2026
75642a0
npm run build
shervElmi Apr 27, 2026
c165cff
Merge pull request #3085 from Strategy11/form-actions-refresh-paypal-…
Crabcyborg Apr 27, 2026
5f28e5a
Merge branch 'rock/form-actions-refresh' into rock/form-actions-a11y-…
Crabcyborg Apr 27, 2026
9e21964
Merge pull request #3078 from Strategy11/rock/form-actions-a11y-keybo…
Crabcyborg Apr 27, 2026
bdb505d
Enhance action triggers by reflecting at-limit state on page load for…
shervElmi Apr 30, 2026
0144975
Refactor color assignment in FrmFormAction to use a deterministic fal…
shervElmi Apr 30, 2026
e1563e4
Merge branch 'master' into rock/form-actions-refresh
Crabcyborg May 7, 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
1 change: 1 addition & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"**/web-components/**",
"**/frm_admin.css",
"**/frm-settings-components.css",
"**/frm-legacy-paypal.css",
"**/font_icons.css",
"**/frm_testing_mode.css",
"**/welcome-tour.css",
Expand Down
2 changes: 1 addition & 1 deletion .windsurf/rules/formidable/frm-css.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
trigger: "glob"
trigger: glob
globs: ["**/*.css", "**/*.scss", "**/*.less"]
description: "WordPress CSS coding standards with Formidable Forms patterns. Auto-applies when working with CSS files."
---
Expand Down
3 changes: 2 additions & 1 deletion classes/controllers/FrmAddonsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ public static function list_addons() {
'title' => 'Formidable Forms Pro',
'slug' => 'formidable-pro',
'released' => '2011-02-05',
'docs' => 'knowledgebase/',
'docs' => 'knowledgebase/what-is-the-difference-between-the-lite-free-and-pro-version/',
'docs_label' => __( 'Why Upgrade', 'formidable' ),
'categories' => array( 'basic', 'plus', 'business', 'elite' ),
'excerpt' => 'Create calculators, surveys, smart forms, and data-driven applications. Build directories, real estate listings, job boards, and much more.',
),
Expand Down
22 changes: 22 additions & 0 deletions classes/controllers/FrmAppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ public static function admin_js() {
}

do_action( 'frm_enqueue_builder_scripts' );
self::maybe_enqueue_legacy_paypal_assets();
self::include_upgrade_overlay();
self::include_info_overlay();
} elseif ( FrmAppHelper::is_view_builder_page() ) {
Expand Down Expand Up @@ -936,6 +937,27 @@ public static function admin_enqueue_scripts() {
FrmUsageController::load_scripts();
}

/**
* Enqueue legacy PayPal action settings styles when the PayPal add-on is active.
*
* @since x.x
*
* @return void
*/
private static function maybe_enqueue_legacy_paypal_assets() {
if ( ! FrmAppHelper::is_form_builder_page() || ! class_exists( 'FrmPaymentsController' ) ) {
return;
}

wp_register_style(
'formidable-legacy-paypal',
FrmAppHelper::plugin_url() . '/css/admin/frm-legacy-paypal.css',
array( 'formidable-admin' ),
FrmAppHelper::plugin_version()
);
wp_enqueue_style( 'formidable-legacy-paypal' );
}

/**
* Enqueue required assets for the Legacy Views editor (Views v4.x).
*
Expand Down
Loading
Loading