Closed PodsBot closed 1 week ago
Updated Coding Standards
The former coding standards used in the project, TribalScents
, were replaced with the StellarWP
standard. As part of this change, some rules were also excluded.
Changed dependencies
The project no longer depends on "the-events-calendar/coding-standards"
. Instead, it now utilizes "stellarwp/coding-standards"
.
Improved Functionality in 'general.php'
The pods_shortcode_run
function has been updated to increase its reliability when assigning variables and checking conditions.
Version Upgrade
The plugin, as well as the version in the package.json
file and the stable tag version in the readme.txt
, were all upgraded from 3.2.7
to 3.2.8-a-1
.
Added Content Formatting Option in 'Base.php'
A method, should_autop
, was implemented to decide whether the wpautop
(a function that automatically adds line breaks and paragraph tags to text) should be applied to block content output.
Enhanced Content Rendering in 'Field.php', 'Item_List.php', and 'Related_Item_List.php'
The render
method in these files now calls the previously mentioned should_autop
method when determining how to format the content.
Total number of active review comments per pull request has been reached and some comments might not appear as a result. Please resolve some issues to see more (commit-ID: a780c719f03aac00799e2c9ea4d80dac7e99ad0e).
Automated changes by create-pull-request GitHub action