Skip to content

Commit

Permalink
Version bumps to 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiva Poudel committed Jul 28, 2021
1 parent b3c51d0 commit dcd7c51
Show file tree
Hide file tree
Showing 9 changed files with 433 additions and 392 deletions.
2 changes: 1 addition & 1 deletion assets/js/admin/evf-admin-email.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/js/admin/evf-file-uploader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/frontend/ajax-submission.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
== Changelog ==

= 1.7.6 - xx-xx-2021 =
= 1.7.6 - 28-07-2021 =
* Enhancement - Cache the form and entries results for better performance.
* Enhancement - PDF Image logo upload.
* Fix - Smart Tag Page Issues.
* Fix - Pagination not working in admin forms list table.
* Enhancement - Add support for PDF Image logo upload.
* Fix - Smart Tag Page ID issues.
* Fix - Attach pdf to email glitches.
* Fix - Get entries permission issue.
* Fix - Permission issue with entries visibiity.
* Fix - Pagination not working in admin forms list table.
* Fix - Settings field label UI alignment issues in PDF addon.
* Fix - Refined countries list and added missing kosovo country.

= 1.7.5.2 - 19-06-2021 =
* Fix - Permission issue with file upload on frontend.
Expand Down
2 changes: 2 additions & 0 deletions includes/class-evf-form-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ public function get_multiple( $args = array(), $content_only = false ) {
$args['post__in'] = array( 0 );
}

// For cache lets unset the cap args.
unset( $args['cap'] );

// Check for cache.
$cache_key = EVF_Cache_Helper::get_cache_prefix( 'forms' ) . 'get_multiple_forms_' . md5( wp_json_encode( $args ) );
$cache_value = wp_cache_get( $cache_key, 'form_get_multiple_results' );
Expand Down
Loading

0 comments on commit dcd7c51

Please sign in to comment.