-
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.32 #2214
Merged
Release 2.32 #2214
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
Adds a filter for join conditions. Most immediately, this is required for GravityKit/Multiple-Forms#105. 💾 [Build file](https://www.dropbox.com/scl/fi/rgwjagesqw34naf4rkgw6/gravityview-2.31.1-753893103.zip?rlkey=qphdqt1tkm7nd0pmiev3xx8bs&dl=1) (7538931).
- Implements #2208 - The main issue was gform_basic was loaded before gform_admin_icons - I tried to reverse the order of the enqueue but that can't be done as gform_basic is not loaded with enqueue and it caused some style issues - So i added an override style using gform_theme which only loads when 2.5 style theme is chosen and it's only loaded also if gf is 2.9 or more 💾 [Build file](https://www.dropbox.com/scl/fi/wmntwhiitk4zqhuwds804/gravityview-2.31.1-cf9276ee2.zip?rlkey=ezexazo9lscptibi4x342kl5a&dl=1) (cf9276e).
- Implements #2203 - Fixes the disabled upload button when max file is zero 💾 [Build file](https://www.dropbox.com/scl/fi/th41mrh47qmqv5nxu846k/gravityview-2.31.1-9a9207912.zip?rlkey=3nn6z2sywm91pz0wrc5bqs1f8&dl=1) (9a92079).
Gravity Forms added a caching mechanism, and since we test multiple states in the same test, instead of separate tests with a data provider it hits this cache. This PR clears that cache for every `_emulate_render` call. Also removed any lingering `GFFormsModel::is_html5_enabled` calls as that is deprecated; and has been returning `true` for a while now. 💾 [Build file](https://www.dropbox.com/scl/fi/5kltisoxfdq8u44jdqkuu/gravityview-2.31.1-290e52fb9.zip?rlkey=jyk6b6dy8x3iyej7qcjpb8q26&dl=1) (290e52f).
…-when-an-entry-has-been-updated
- Implements #2065 - Adds new notification for entry is updated 💾 [Build file](https://www.dropbox.com/scl/fi/brgdyj4g1pyg6beu5ks66/gravityview-2.30.1-bb89be62d.zip?rlkey=116dxdi2xnp3na47yispaaxwz&dl=1) (bb89be6).
zackkatz
reviewed
Nov 21, 2024
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 adds a new form notification option for updated entries, resolves file upload issues on the Edit Entry screen, and includes developer-focused enhancements.
🚀 Added
🐛 Fixed
💻 Developer Updates
gk/gravityview/view/entries/join-conditions
filter to modify the join conditions applied when retrieving View entries.gk/gravityview/template/options
filter to programmatically modify field settings in the View editor.gravityview/row-added
JavaScript event, triggered when a new row is added to a widget or field area.💾 Build file (d6bfd6f).