-
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.30 #2168
Merged
Release 2.30 #2168
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
- Add Created By (User) field to the edit screen - Renders the field on the entry form - Stores the value when the user has the correct rights - Refactored to get original user from old entry data instead of post value
…from-the-edit-entry-screen
…from-the-edit-entry-screen
…from-the-edit-entry-screen
@omarkasem, please play attention to these changes as we keep repeating most of them on your code. More specifically: 1) Use Yoda conditions 2) Function description should use third-person singular verb to describe what it does (see https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#documenting-tips) 3) Reuse variables if declared and do not declare variable if it's only used once 4) Pass only the required parameters to functions
- Fixes #1978 - Added merge tags now, yesterday and tomorrow - Made them work with format and timestamp - Added unit tests 💾 [Build file](https://www.dropbox.com/scl/fi/sc7axiegitbfq4c7vc3e4/gravityview-2.28.0-97f835136.zip?rlkey=ve9h5c8g17e8mgb291plfnuta&dl=1) (97f8351).
…-uploads-maximum-number-of-files-setting2
…iles setting2 (#2132) - Fixes #2086 (comment) - Button is disabled now after maximum files is reached - Maximum number error message is shown if maximum files is more than 1 - Fixed an extra issue where if you have multi upload file with max 3 files, Then you upload all 3 files in the edit entry page and then after the edit you remove one file and try to upload a different file, it doesn't register that new file and shows a message that the maximum is reached. 💾 [Build file](https://www.dropbox.com/scl/fi/tg5yljzjyjjritbskillh/gravityview-2.28.0-572e0fa02.zip?rlkey=mkze7xj5om0xnq8010fzd0pt8&dl=1) (572e0fa).
…from-the-edit-entry-screen
…from-the-edit-entry-screen
This PR addresses #721. ![Export-1726495408919](https://github.com/user-attachments/assets/5ccb7b24-e5c5-40f9-9fde-ac2519c199f8) 💾 [Build file](https://www.dropbox.com/scl/fi/z7xe0u9xanma183bkd3cn/gravityview-2.29-2cf75895f.zip?rlkey=expfnqnw3dxtkczcgz21bl6ky&dl=1) (2cf7589).
…rect-for-views-embedded-in-other-views
- Fixes #2125 - The issue was only happening if a gravity forms field is put before gravity view field - And that was happening because of a logic inside the survey plugin that was reversing the field choices for some reason that was being called when a gravity form is embedded in a page so it was affecting anything that comes after it that depend on field choices - ![image](https://github.com/user-attachments/assets/b51dc843-846e-4303-8971-96085e0a8095) 💾 [Build file](https://www.dropbox.com/scl/fi/tq5b88padqzsf7rb2j5p8/gravityview-2.29-9e98a5f8c.zip?rlkey=zgkkplicdpgg2cbg5xeng5u5h&dl=1) (9e98a5f).
zackkatz
approved these changes
Oct 14, 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 the ability to change the entry creator from the Edit Entry screen, improves upload handling, fixes various bugs, and updates internal components.
🚀 Added
{now}
,{yesterday}
, and{tomorrow}
relative date merge tags.✨ Improved
🐛 Fixed
🔧 Updated
💾 Build file (337c11b).