Skip to content

Releases: katzwebservices/Gravity-Forms-Directory

4.1.2

02 Apr 19:32
af51539
Compare
Choose a tag to compare
  • Fixed: Check whether a function exists that was introduced in Gravity Forms 2.2

4.1.1

30 Mar 21:05
e3c4a29
Compare
Choose a tag to compare
  • Fixed: Searching entries using the global search would not filter entries
  • Fixed: Searches with a value of 0 would not filter entries

4.1

08 Mar 23:54
e6917cf
Compare
Choose a tag to compare
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

07 Mar 21:21
2e46c83
Compare
Choose a tag to compare
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 with gravityforms_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

18 Aug 04:32
Compare
Choose a tag to compare
  • 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

10 Dec 23:10
Compare
Choose a tag to compare
3.8

= 3.8 on December 10, 2015 =

  • Fixed: Gravity Forms 1.9.15 Entries screen conflict
  • Fixed: Post Category display included category ID
  • Fixed: Display of full Name, full Address, Checkbox, and Radio fields
  • Tested with WordPress 4.4

3.7.3

29 May 07:14
Compare
Choose a tag to compare

Update Colorbox and Tablesorter scripts

3.7.2

29 May 07:02
Compare
Choose a tag to compare
  • 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

18 Dec 05:32
Compare
Choose a tag to compare
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: 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

03 Oct 06:40
Compare
Choose a tag to compare
  • 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 and fulltext 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