-
Notifications
You must be signed in to change notification settings - Fork 62
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
Release 2.31 #2188
Merged
Release 2.31 #2188
Conversation
This file contains 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
…t working in edit entry
…lter to remove sub fields in searchable fields
As part of the wp_head() execution, the `wp_enqueue_scripts` action is triggered. Since scripts can be enqueued in the footer, we also need to run wp_footer().
Allow other characters inside Merge Tags. Addresses #2184
This PR addresses #1921. I've taken a free interpretation of the designs in Figma, to keep progress up. Currently it only focusses on Widgets. - [x] Some extra styling - [x] Multiple Forms button styling - [x] Add support for fields (letting templates opt-in; DIY by default?) - [x] Global opt-in setting to this behaviour (?) 💾 [Build file](https://www.dropbox.com/scl/fi/aa8kibp5utw4ry09ko0fd/gravityview-2.30.1-59fe66296.zip?rlkey=f7m2vyw7s9dlu1d4p88rn23jn&dl=1) (59fe662).
… gravity forms 29 (#2174) - Implements #2120 - Support the option to choose what to display, choice, value, or image (for image choices) on the field options modal for both fields. - Fixed both fields doesn't show the selected choice when editing (but allows it to be edited) - Added both fields to the Search Bar 💾 [Build file](https://www.dropbox.com/scl/fi/obizyjguoqrfmwfn4k4fa/gravityview-2.29-9f627988e.zip?rlkey=78djrf2kuxbvmo38pfdszhazl&dl=1) (9f62798).
Ref: https://wordpress.org/support/topic/lifterlms-fatal-error/ To reproduce the original issue: activate GravityView (`develop` branch) followed by LifterLMS. After the fix: ![CleanShot 2024-11-02 at 09 50 21@2x](https://github.com/user-attachments/assets/6c81213f-493f-4bcb-984e-f73e6ea84fa8) I did not test the actual functionality, but all settings work. 💾 [Build file](https://www.dropbox.com/scl/fi/s8lds3vs7lswre571jb2d/gravityview-2.31-43a55ba24.zip?rlkey=o4folrfrvntonowdozee2izme&dl=1) (43a55ba).
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.
This release introduces flexible widget positioning in Views, enhances entry-in-a-lightbox functionality, and adds support for the Gravity Forms 2.9+ Image Choice field. It also addresses compatibility issues with LiteSpeed, Divi, and LifterLMS, along with various other fixes and improvements.
🚀 Added
🐛 Fixed
🔧 Updated
💻 Developer Updates
gk/gravityview/lightbox/entry/before-output
action that fires before the entry content is output in the lightbox.gk/gravityview/lightbox/entry/output/head-before
action that fires after the tag is opened.gk/gravityview/lightbox/entry/output/head-after
action that fires before the tag is closed.gk/gravityview/lightbox/entry/output/content-before
action that fires after the tag is opened and before the content is rendered.gk/gravityview/lightbox/entry/output/content-after
action that fires after the content is rendered and before the footer.gk/gravityview/lightbox/entry/output/footer-after
action that fires after the footer and before the closing tag.gravityview/fields/image_choice/image_markup
filter to modify the Image Choice field (Gravity Forms 2.9+) markup.gravityview/fields/image_choice/output_label
filter to control whether to display the value or label of an Image Choice field.