Releases: katzwebservices/Gravity-Forms-Directory
Releases · katzwebservices/Gravity-Forms-Directory
4.1.2
4.1.1
4.1
- Fixed: No entries are visible when using Smart Approval
- The Directory may return inaccurate entry counts, but this will be fixed automatically once Gravity Forms 2.3 is released and installed on your site
- Sorry, but this was necessary!
- Fixed: Approval column not showing when there was no Approval fields in the form
- Bulk Approval updates
- This feature now requires Gravity Forms 2.2.4 (released August 8, 2017)
- Fixed: Approval now works when selecting all entries in a form
- Fixed: Creating unreachable database rows when there are no Approval fields in a form
4.0
= 4.0 on March 6, 2018 =
A big update to make Gravity Forms Directory compatible with Gravity Forms 2.3, and to fix entry approval.
Gravity Forms Directory is not under active development. We're focusing on GravityView, which is a way better plugin! Try it out for 30 days, if you don't like it, we'll give you your money back.
New:
- Compatible with Gravity Forms 2.3
- Now requires Gravity Forms 2.2.3.12 or newer
- Uses Gravity Forms API to fetch entries, instead of direct queries
- Prevent access to unapproved single entries for users without permission
Fixed:
- "Edit" action links for entries work again
- The ability to see the IDs for each field in an entry
- Bulk Approve and Bulk Disapprove
- Allow users with
gravityforms_edit_entries
capabilities to edit entries (previously, only users withgravityforms_directory
capability) - Searching for
0
values
Improvements:
- Update code to use
GF_Field
instead of array - Remove calls to deprecated
get_currentuserinfo()
function - Remove unused code
- Removed use of global variables
- Added additional text & URL escaping
- Update Google Maps links to use HTTPS
- Security improvements
3.8.1
- Fixed: Compatibility with Gravity Forms 2.0 Entries screen
- The "Directory Columns" menu returns to the toolbar
- Show the "Directory Columns" link when displaying the default form in the admin
- The "Approved" checkbox now does not break entries layout
- Fixed: PHP warnings shown when configuring directory columns
3.8
3.7.3
3.7.2
- Fixed: Security issue with
add_query_arg()
function. Please update! Learn about the issue - Fixed: Conflict with the Directory tab in the Form Editor when using Gravity Forms 1.9+
3.7
- Fixed: Restored single entry links
- Fixed: Displaying IP address, other default entry values
- Fixed: HTML links are no longer displayed as text
- Fixed: Restored respecting settings for image upload formatting
- Fixed: Lightboxes no longer work for non-image files
- Added
kws_gf_directory_image_extensions
filter to modify what image formats to support
- Added
- Added: Improved support for multiple file uploads
- Modified: Added support for future Business Hours field
- Modified: Refactored code; created
render_image_link()
method to render images
3.6.3
- Modified: Values now using Gravity Forms formatting by default. Most field types won't change, but some will look different, including pricing fields
- Modified: Removed
wpautop
andfulltext
parameters - full text, styled using paragraphs is always used - Fixed: "Too Few Arguments" PHP warning reported here
- Fixed: Error on activating the plugin, reported here