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

Release 2.32 #2214

Merged
merged 27 commits into from
Nov 21, 2024
Merged

Release 2.32 #2214

merged 27 commits into from
Nov 21, 2024

Conversation

mrcasual
Copy link
Collaborator

@mrcasual mrcasual commented Nov 20, 2024

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

  • New notification option for forms, triggered when an entry is updated.

🐛 Fixed

  • File upload field issues on the Edit Entry screen:
    • Delete/download icons not displaying in Gravity Forms 2.9+;
    • Unable to select files for upload when the form field's "Multiple Files" setting was enabled without a "Maximum Number of Files" value.

💻 Developer Updates

  • Added gk/gravityview/view/entries/join-conditions filter to modify the join conditions applied when retrieving View entries.
  • Added gk/gravityview/template/options filter to programmatically modify field settings in the View editor.
  • Added gravityview/row-added JavaScript event, triggered when a new row is added to a widget or field area.

💾 Build file (d6bfd6f).

omarkasem and others added 25 commits October 31, 2024 03:15
- 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).
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).
@mrcasual mrcasual requested a review from zackkatz November 20, 2024 21:53
assets/js/fe-views.js Show resolved Hide resolved
assets/js/fe-views.js Show resolved Hide resolved
@mrcasual mrcasual merged commit 484d91c into main Nov 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants