Tags: elementor/elementor
Tags
Tweak: Change Top Bar buttons locations [ED-20256] (#32712) <!--start_gitstream_placeholder--> ### ✨ PR Description Purpose: Reorganize top bar button locations to improve editor navigation workflow and user experience. Main changes: - Moved Help button from utilities menu to main menu with divider for better grouping - Relocated Site Settings from tools menu to main menu with higher priority - Added Document Settings to tools menu and removed vertical dividers from utilities menu - Updated icons and priority values for consistent button placement _Generated by LinearB AI and added by gitStream._ <sub>AI-generated content may contain inaccuracies. Please verify before using. **[We'd love your feedback!](mailto:product@linearb.io)** 🚀</sub> <!--end_gitstream_placeholder--> --------- Co-authored-by: Svitlana-Dykun <svitlanad@elementor.red>
Fix: Fix tests in variables manager title change [ED-21196] (#33030) ## PR Checklist <!-- Please check if your PR fulfills the following requirements: **Filling out the template is required.** Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. --> - [ ] The commit message follows our guidelines: https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x" with no spaces eg: [x]. --> - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] Other... Please describe: ## Summary This PR can be summarized in the following changelog entry: * ## Description An explanation of what is done in this PR * ## Test instructions This PR can be tested by following these steps: * ## Quality assurance - [ ] I have tested this code to the best of my abilities - [ ] I have added unittests to verify the code works as intended - [ ] Docs have been added / updated (for bug fixes / features) Fixes # <!--start_gitstream_placeholder--> ### ✨ PR Description Purpose: Fix test failures in the variables manager by handling save dialog and reordering test execution. Main changes: - Added dialog handling logic to handle save prompts in saveAndExitVariableManager function - Reordered test execution by moving the 'Empty state' test to run before other tests - Enhanced variable manager closing logic to handle potential save prompts _Generated by LinearB AI and added by gitStream._ <sub>AI-generated content may contain inaccuracies. Please verify before using. **[We'd love your feedback!](mailto:product@linearb.io)** 🚀</sub> <!--end_gitstream_placeholder-->
Fix: Fix tests in variables manager title change [ED-21196] (#33024) ## PR Checklist <!-- Please check if your PR fulfills the following requirements: **Filling out the template is required.** Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. --> - [ ] The commit message follows our guidelines: https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x" with no spaces eg: [x]. --> - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] Other... Please describe: ## Summary This PR can be summarized in the following changelog entry: * ## Description An explanation of what is done in this PR * ## Test instructions This PR can be tested by following these steps: * ## Quality assurance - [ ] I have tested this code to the best of my abilities - [ ] I have added unittests to verify the code works as intended - [ ] Docs have been added / updated (for bug fixes / features) Fixes # <!--start_gitstream_placeholder--> ### ✨ PR Description Purpose: Fix Playwright test failures in Variables Manager by updating test selectors and improving screenshot validation. Main changes: - Updated variable manager title reference from "Variable Manager" to "Variables Manager" - Improved save button handling by checking if it's enabled before attempting to click - Changed screenshot test to target specific panel element instead of entire page _Generated by LinearB AI and added by gitStream._ <sub>AI-generated content may contain inaccuracies. Please verify before using. **[We'd love your feedback!](mailto:product@linearb.io)** 🚀</sub> <!--end_gitstream_placeholder-->
Fix: Variables manager title [ED-21196] (#33010) ## PR Checklist <!-- Please check if your PR fulfills the following requirements: **Filling out the template is required.** Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. --> - [ ] The commit message follows our guidelines: https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x" with no spaces eg: [x]. --> - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] Other... Please describe: ## Summary This PR can be summarized in the following changelog entry: * ## Description An explanation of what is done in this PR * ## Test instructions This PR can be tested by following these steps: * ## Quality assurance - [ ] I have tested this code to the best of my abilities - [ ] I have added unittests to verify the code works as intended - [ ] Docs have been added / updated (for bug fixes / features) Fixes # <!--start_gitstream_placeholder--> ### ✨ PR Description Purpose: Fix inconsistency in Variables Manager panel title to ensure correct and consistent labeling. Main changes: - Updated panel title from "Variable Manager" to "Variables Manager" in the component text - Added corresponding test to verify the corrected panel title content _Generated by LinearB AI and added by gitStream._ <sub>AI-generated content may contain inaccuracies. Please verify before using. **[We'd love your feedback!](mailto:product@linearb.io)** 🚀</sub> <!--end_gitstream_placeholder--> --------- Co-authored-by: ElementorBot <48412871+elementorbot@users.noreply.github.com>
Internal: Bump version (#33012) ## PR Checklist <!-- Please check if your PR fulfills the following requirements: **Filling out the template is required.** Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. --> - [ ] The commit message follows our guidelines: https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x" with no spaces eg: [x]. --> - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] Other... Please describe: ## Summary This PR can be summarized in the following changelog entry: * ## Description An explanation of what is done in this PR * ## Test instructions This PR can be tested by following these steps: * ## Quality assurance - [ ] I have tested this code to the best of my abilities - [ ] I have added unittests to verify the code works as intended - [ ] Docs have been added / updated (for bug fixes / features) Fixes # <!--start_gitstream_placeholder--> ### ✨ PR Description Purpose: Update Elementor plugin version from 3.33.0 to 3.34.0 across configuration files to maintain version consistency. Main changes: - Updated version number to 3.34.0 in elementor.php plugin header - Updated ELEMENTOR_VERSION constant in elementor.php from 3.33.0 to 3.34.0 - Updated version field in package.json from 3.33.0 to 3.34.0 _Generated by LinearB AI and added by gitStream._ <sub>AI-generated content may contain inaccuracies. Please verify before using. **[We'd love your feedback!](mailto:product@linearb.io)** 🚀</sub> <!--end_gitstream_placeholder-->
Tweak: Use CSS logical properties in Star Rating widget [ED-21114] (#… …32890) Update the Star Rating widget to utilize CSS logical properties for alignment, enhancing support for right-to-left layouts. Adjustments include renaming alignment options and modifying responsive controls accordingly. <!--start_gitstream_placeholder--> ### ✨ PR Description Purpose: Update Star Rating widget to use CSS logical properties for better RTL support and consistent alignment behavior across different text directions. Main changes: - Replaced 'left/right' with logical 'start/end' properties in alignment controls - Added dictionary mappings to handle RTL/LTR differences in alignment icons and selectors - Added support for additional responsive breakpoints (widescreen, laptop, tablet_extra, mobile_extra) _Generated by LinearB AI and added by gitStream._ <sub>AI-generated content may contain inaccuracies. Please verify before using. **[We'd love your feedback!](mailto:product@linearb.io)** 🚀</sub> <!--end_gitstream_placeholder--> --------- Co-authored-by: Mukesh Panchal <mukeshpanchal27@users.noreply.github.com> Co-authored-by: ElementorBot <48412871+elementorbot@users.noreply.github.com>
PreviousNext