You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Number Updated
The version number of the project has been updated to 3.2.8.2 in multiple, crucial files like init.php, package.json, and readme.txt.
Changelog Entry Added
A fresh changelog entry has been included for the latest version, 3.2.8.2. This mainly highlights a security enhancement that deals with certain SQL clauses.
Prevent Custom SQL Clauses in Relationship Fields
Changes have been made to ensure a crucial security fix. We've altered a method in pick.php, to prevent the usage of custom SQL clauses for Relationship fields, especially when they're disabled.
Added SQL Clauses Logic for orderby and where Parameters
Additional checks are incorporated into PodsWidgetList.php to make sure that when SQL clauses are disabled, we're controlling how orderby and where parameters behave correctly, making the application safer and more controlled.
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
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.
Automated changes by create-pull-request GitHub action