Skip to content
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

Pods 3.1.4 #7267

Merged
merged 6 commits into from Feb 28, 2024
Merged

Pods 3.1.4 #7267

merged 6 commits into from Feb 28, 2024

Conversation

PodsBot
Copy link
Collaborator

@PodsBot PodsBot commented Feb 28, 2024

Automated changes by create-pull-request GitHub action

Copy link

what-the-diff bot commented Feb 28, 2024

PR Summary

  • Updated Software Version
    Updated the software version to 3.1.4 from previous version, reflected in init.php and package.json files. This update also includes notes for the changes in changelog.txt and readme.txt files.

  • Improved Default Values Display
    Rectified the issue of displaying default values for checkbox groups in the Edit Field modals.

  • Fixed Persistent PHP Errors
    Resolved potential PHP errors associated with cached configurations in Collection classes that were present since version Pods 2.x.

  • Addressed CodeMirror Issue
    Managed an issue related to CodeMirror 6.x fields in forms due to an NPM build issue. Note, this problem is separate from the version 5.x used by the Pods Template editor.

  • Sanitization Function Improvement
    Re-designed the maybe_sanitize_output function to utilise the static::$type . '_sanitize_html'. Same approach has been applied to options function in multiple classes i.e., code.php, heading.php, paragraph.php, text.php, wysiwyg.php.

  • New Function for Keyed Objects
    Introduced a new function pods_objects_keyed_by_name in includes/data.php and src/Pods/Whatsit.php that arranges the list of objects by their names.

  • Function Update for Keyed Objects
    Updated multiple functions in various files to leverage the newly added pods_objects_keyed_by_name function.

  • UI Component Updates
    Enhanced the FieldSet and BooleanGroup components to handle situations where subField.default value is null.

  • Increased Code Component Support
    Augmented the Code component to support more programming languages: CSS, HTML, JavaScript, JSON (in addition to existing PHP).

@sc0ttkclark sc0ttkclark marked this pull request as ready for review February 28, 2024 17:46
@sc0ttkclark sc0ttkclark merged commit a45cf6f into main Feb 28, 2024
10 of 12 checks passed
@sc0ttkclark sc0ttkclark deleted the release/3.1.4 branch February 28, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants