Internal: Improve access control for floating buttons configuration [ED-21422]#33489
Merged
nicoladj77 merged 3 commits intomainfrom Nov 17, 2025
Merged
Internal: Improve access control for floating buttons configuration [ED-21422]#33489nicoladj77 merged 3 commits intomainfrom
nicoladj77 merged 3 commits intomainfrom
Conversation
Contributor
Elementor BuildLast updated at: 20251117.0643 ✅ Elementor build is ready for download. You can download the latest build from the link below: 🔗 elementor-3.34.0-20251117.0643.zip The build is available for 3 days. |
davseve
approved these changes
Nov 17, 2025
louiswol94
approved these changes
Nov 17, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Nov 17, 2025
…ED-21422] (#33489) ## 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. --> - [x] 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]. --> - [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: * Improve access control for floating buttons configuration ## 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: Enhance security by restricting floating buttons configuration access to administrator users only. Main changes: - Replaced 'capability_type' with detailed 'capabilities' array requiring 'manage_options' permission - Set all post management operations to require administrator-level privileges _Generated by LinearB AI and added by gitStream._ <sub>AI-generated content may contain inaccuracies. Please verify before using. 💡 **Tip:** You can customize your AI Description using **Guidelines** [Learn how](https://docs.gitstream.cm/automation-actions/#describe-changes)</sub> <!--end_gitstream_placeholder-->
nicoladj77
added a commit
that referenced
this pull request
Nov 17, 2025
…ating buttons configuration [ED-21422] (#33491) Automatic cherry-pick of [#33489](#33489) to `3.33` branch. **Source:** elementor/elementor **Original Author:** @nicoladj77 Co-authored-by: Nicola Peluchetti <nicola.peluchetti@gmail.com>
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 Checklist
PR Type
What kind of change does this PR introduce?
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
Fixes #
✨ PR Description
Purpose: Enhance security by restricting floating buttons configuration access to administrator users only.
Main changes:
Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Description using Guidelines Learn how