-
Notifications
You must be signed in to change notification settings - Fork 41
Allow uploads folder used for generated css file #2301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AbdiTolesa
wants to merge
13
commits into
master
Choose a base branch
from
issue-3179-allow_uploads_folder_used_for_generated_css_file
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
e3901df
Add a filter that allows customizing where generated css is saved
AbdiTolesa 051dfb5
Change how filter works
AbdiTolesa 410d0be
Make generated css file url work based on filter
AbdiTolesa 5c79be1
Add comment to functions
AbdiTolesa ccd49f7
Undo some extra changes
AbdiTolesa 60515b1
Refactor and improve function clarity
AbdiTolesa 6a9eefb
Add a check for plugin's writability to default to uploads dir for ge…
AbdiTolesa 29fe00e
Add function short description
AbdiTolesa 56c08fa
Add context to wp_is_file_mod_allowed
AbdiTolesa dbbe4f8
Remove useless variable assignment
AbdiTolesa ac45410
Remove extra space on a return statement line
AbdiTolesa f3e831d
Simplify code a bit
AbdiTolesa ca4f27f
Rename context used for wp_is_file_mod_allowed
AbdiTolesa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Update version placeholders in PHPDoc comments.
All the new methods have a placeholder version
x.xin their PHPDoc comments. These should be updated with the actual version number where these methods are being introduced.Also applies to: 425-426, 438-439, 454-455, 463-464
🌐 Web query:
💡 Result:
The latest version of Formidable Forms is 6.20, as indicated by the plugin's listing on WordPress.org, which was updated 6 hours ago[4]. This version includes ongoing optimizations and fixes, such as recent updates to form styling and database query improvements seen in earlier releases[1][5].
For Pro users, updates can be downloaded directly from the Formidable Forms account page or via the WordPress plugins interface, ensuring compatibility with the latest features and security patches[8]. Developers should note that version 6.20 requires Formidable Forms Lite (the free version) to be installed alongside Pro for full functionality[8].
Citations:
Action Required: Update PHPDoc Version Placeholders
The PHPDoc comments in
classes/models/FrmStyle.phpstill show the placeholderx.xfor the@sinceannotations. Based on the latest version of Formidable Forms (6.20), please update these comments accordingly. For example:This change is required at the following locations:
Please ensure that all new methods’ PHPDoc comments reflect version 6.20 to maintain consistency with the current release.