Download plugin Gravity Forms Core File v2.6.3.2 bản sạch, không pass giải nén

Cập nhật: 24/09/2023

Gravity Forms Core File là gì?

Gravity Forms là một phát minh của Rocketgenius. Tạo các biểu mẫu nâng cao và tuyệt vời trên trang web WordPress của bạn với Gravity Forms một cách dễ dàng. Gravity Forms là plugin duy nhất mà bạn sẽ cần để tạo biểu mẫu trên trang web WordPress. Nó hoàn toàn tương thích với hầu hết các plugin và chủ đề và có hỗ trợ tích hợp cho PayPal, MailChimp, Stripe và các dịch vụ web phổ biến khác.

Các tính năng của Gravity Forms Core File

  • Trình chỉnh sửa biểu mẫu trực quan: Nhanh chóng thiết kế và xây dựng các biểu mẫu WordPress của bạn bằng cách sử dụng trình chỉnh sửa biểu mẫu trực quan. Chọn các trường của bạn, cấu hình các tùy chọn của bạn và dễ dàng nhúng các biểu mẫu vào trang web của bạn.
  • Thu tiền thanh toán trực tuyến: Từ đăng ký đến quyên góp, đến bán sản phẩm, Gravity Forms cho phép bạn quản lý các giao dịch bằng cùng một công cụ mà bạn sử dụng để tạo biểu mẫu liên hệ trên trang web của mình.
  • Tự động hóa quy trình làm việc: Cấu hình biểu mẫu của bạn để hiển thị hoặc ẩn các trường, phần, trang và nút dựa trên lựa chọn của người dùng. Dễ dàng đặt quy trình làm việc tự động tùy chỉnh cho bất kỳ biểu mẫu nào bạn tạo.
  • Logic có điều kiện: Làm cho biểu mẫu của bạn phù hợp hơn với đối tượng của bạn bằng cách hiển thị hoặc ẩn các trường, phần hoặc toàn bộ trang dựa trên đầu vào của người dùng.
  • Thu thập dữ liệu an toàn: Chúng tôi đặt một khóa ảo tại chỗ khi có dữ liệu của bạn. Các biện pháp bảo mật hiện đại của chúng tôi giữ cho dữ liệu của bạn an toàn và tâm trí của bạn luôn thoải mái.
  • Tải lên tệp: Cần yêu cầu người dùng của bạn gửi tài liệu, ảnh hoặc các tệp đính kèm khác? Nó không phải là khoa học tên lửa. Chỉ cần thêm các trường tải lên tệp vào biểu mẫu của bạn để lưu tệp trực tiếp vào máy chủ của bạn.

Changelog

                

v.2.6.3.2

  • API: Added GFAPI::validate_form() to validate form field values without triggering other submission events such as saving the entry, sending notifications, add-on feeds, or confirmations.
  • API: Added the forms/[FORM_ID]/submissions/validation endpoint to REST API v2.
  • API: Updated the gform_field_validation and gform_validation filters to include a new $context parameter indicating how the current request was triggered: form-submit, api-submit, or api-validate.
  • AF: Updated GFPaymentAddOn::maybe_validate() to include $context as the second parameter.

v.2.6.3

  • Fixed bug that sometimes results in a fatal error when the license key is empty.

v.2.6.2

  • Added security enhancements.
  • Added performance improvements to the confirmation settings page for sites with lots of pages.
  • Added a performance improvement to the AJAX save process in the form editor that increases performance significantly, especially for forms that contain a large number of fields.
  • Added improvements to the message that appears when saving a form fails.
  • Fixed a bug that sometimes prevents entries from being updated. Credit: GravityView.
  • Fixed an issue where the forms list is not in alphabetical order.
  • Fixed a performance issue where queries are being run on admin pages that do not need them.
  • Fixed an issue where the submit button settings are reset to their default values when saving the form settings.
  • Fixed the “Allowed memory exhausted in gravityforms.php on line 147” fatal error that is impacting a small number of sites.
  • Fixed an issue with the license detail section displaying an inaccurate renewal date for certain licenses.
  • Fixed a few dozen PHP 8.1 deprecation notices. Note: WordPress won’t be compatible with PHP 8.1 until version 6.0 at the earliest, so there are still many notices from WP functions.
  • Fixed a bug that prevents users without form editing capabilities from exporting entries.
  • Fixed a bug that prevents editing the First Name and City sublabels.
  • Fixed a fatal error that occurs on plugin activation with WordPress 4.9 and earlier.
  • Fixed a bug that causes form editor settings panels to close when any button in the sidebar is clicked.
  • Fixed an issue where field values that contain non-Latin characters are not displayed correctly after AJAX save in the form editor.
  • API: Added the gform_abort_conditional_logic_do_action javascript filter to allow add-ons to abort the conditional logic action before fields are displayed or hidden.
  • API: Added the gform_embed_edit_post_link filter.
  • API: Added the gform_rule_source_value filter to allow the source value of a conditional logic rule to be filtered.

v.2.6.1.3

  • Fixed an issue where the submit button settings are reset to their default values when saving the form settings.
  • Fixed the “Allowed memory exhausted in gravityforms.php on line 147” fatal error that is impacting a small number of sites.
  • Fixed an issue with the license detail section displaying an inaccurate renewal date for certain licenses.
  • API: Added the gform_rule_source_value filter to allow the source value of a conditional logic rule to be filtered.

v.2.6.1

  • Added security enhancements.
  • Added a fallback save method if AJAX save fails.
  • Added the {today} merge tag to output the current date and/or time. Credit: The Gravity PDF team.
  • Fixed an issue where saving the form fails if the form contains any backslashes.
  • Fixed an issue where the save form button in the form editor is stuck in the saving state if form validation fails.
  • Fixed an issue where dropdowns in the Embed Form flyout are not correctly displaying their content.
  • Fixed several display issues in the form editor.
  • Fixed an issue where our IE11 admin stylesheet is being loaded everywhere in the admin.
  • Fixed some issues where text on the 2.6 splash page can’t be translated.
  • Fixed an issue which causes admin pages to visually break when No Conflict mode is enabled.
  • Fixed the duplicated output of the core admin stylesheet for the add-on results screen.
  • Fixed the core admin stylesheet path for the help screen.
  • Updated the label styles for disabled radio and checkbox inputs to better indicate the option is disabled.
  • AF: Added ability to specify and use custom font icon with the addition of GFAddOn::get_icon_namespace().
  • AF: Added additional support for Font Awesome icon styles for GFCommon::get_icon_markup().
  • AF: Fixed an issue where payment fails when using Japanese Yen with the Stripe Card field and Stripe Add-On v4.2.
  • API: Added ability to specify custom font icon namespace for GFCommon::get_icon_markup().
  • API: Updated the $form_ids arg of GFAPI:get_feeds() to support an array of IDs. Credit: The GravityView team.
  • API: Fixed an issue where RGCurrency::to_number() returns a float instead of an integer for zero-decimal currencies.
  • API: Fixed an issue that causes Live Dependency fields with custom display properties to render incorrectly. Credit: The ForGravity team.

Link download tốc độ cao, không pass giải nén

Link download các phiên bản cũ hơn

Gravity Forms Core File v2.6.3

Download

Gravity Forms Core File v.2.6.2

Download

Gravity Forms Core File v.2.6.1.3

Download

Gravity Forms Core File v.2.6.1

Download

Bình luận

guest
0 Bình luận
Phản hồi nội tuyến
Xem tất cả bình luận

Gợi ý cho bạn

iThemes Security Pro v7.1.2

Cập nhật: 24/09/2023

AffiliateWP Portal v1.1.3

Cập nhật: 24/09/2023

Yêu cầu nội dung