Skip to content
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

File upload "is empty" error on submit #139

Open
2 tasks
mcculloughi opened this issue Apr 26, 2020 · 0 comments
Open
2 tasks

File upload "is empty" error on submit #139

mcculloughi opened this issue Apr 26, 2020 · 0 comments
Labels
Milestone

Comments

@mcculloughi
Copy link

mcculloughi commented Apr 26, 2020

Issue Overview

I think I found a bug in Gravity Forms Pods Addon dealing with File Upload.
I have a "song" form where a user uploads an mp3. It works by itself just in Gravity Forms. A user can upload and it will show in the Gravity Forms entries. However, when I add the pods feed and map it to the "file" field in my Song Pod, I get an error. On form submit, I am getting a white screen and a simple error statement "File is Empty" where "File" is the Pod's field's name. Been trying all sorts of settings combinations with no luck.

Expected Behavior

I expect the file to be inserted into the pod via the feed and the form to be submitted

Current Behavior

the form does not submit, the "error" is shown on a blank white background

Possible Solution

Steps to Reproduce (for bugs)

  1. Create a gravity form with a file
  2. Create a pods feed for the form
  3. Map the file field to a corresponding pods file field

Form Upload

{"0":{"title":"Song Upload","description":"","labelPlacement":"top_label","descriptionPlacement":"below","button":{"type":"text","text":"Submit","imageUrl":""},"fields":[{"type":"number","id":6,"label":"Track Number","adminLabel":"","isRequired":true,"size":"medium","errorMessage":"","visibility":"visible","inputs":null,"numberFormat":"decimal_dot","formId":3,"description":"","allowsPrepopulate":false,"inputMask":false,"inputMaskValue":"","inputMaskIsCustom":false,"maxLength":"","inputType":"","labelPlacement":"","descriptionPlacement":"","subLabelPlacement":"","placeholder":"","cssClass":"","inputName":"","noDuplicates":false,"defaultValue":"","choices":"","conditionalLogic":"","enableCalculation":false,"rangeMin":"1","rangeMax":"100","productField":"","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","disableQuantity":false,"displayAllCategories":false,"useRichTextEditor":false,"fields":"","displayOnly":"","gppa-choices-filter-groups":[],"gppa-choices-templates":[],"gppa-values-filter-groups":[],"gppa-values-templates":[]},{"type":"post_title","id":13,"label":"Name","adminLabel":"","isRequired":true,"size":"medium","errorMessage":"","visibility":"visible","inputs":null,"formId":3,"description":"","allowsPrepopulate":false,"inputMask":false,"inputMaskValue":"","inputMaskIsCustom":false,"maxLength":"","inputType":"","labelPlacement":"","descriptionPlacement":"","subLabelPlacement":"","placeholder":"","cssClass":"","inputName":"","noDuplicates":false,"defaultValue":"","choices":"","conditionalLogic":"","productField":"","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"displayAllCategories":false,"useRichTextEditor":false,"gppa-choices-filter-groups":[],"gppa-choices-templates":[],"gppa-values-filter-groups":[],"gppa-values-templates":[],"fields":"","displayOnly":""},{"type":"text","id":12,"label":"Artist","adminLabel":"","isRequired":true,"size":"medium","errorMessage":"","visibility":"hidden","inputs":null,"formId":3,"description":"This field is hidden, takes value from \"artist_id\" query string","allowsPrepopulate":true,"inputMask":false,"inputMaskValue":"","inputMaskIsCustom":false,"maxLength":"","inputType":"","labelPlacement":"","descriptionPlacement":"","subLabelPlacement":"","placeholder":"","cssClass":"","inputName":"artist_id","noDuplicates":false,"defaultValue":"","choices":"","conditionalLogic":"","productField":"","enablePasswordInput":"","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"displayAllCategories":false,"useRichTextEditor":false,"gppa-choices-filter-groups":[],"gppa-choices-templates":[],"gppa-values-filter-groups":[[{"property":"post_type","operator":"is","value":"artist","uuid":1587616405484}]],"gppa-values-templates":{"value":"ID","label":"post_title"},"gppa-values-enabled":false,"gppa-values-object-type":"post","gppa-values-primary-property":"","checkboxLabel":"","fields":"","displayOnly":""},{"type":"fileupload","id":11,"label":"File (mp3)","adminLabel":"","isRequired":true,"size":"medium","errorMessage":"","visibility":"visible","inputs":null,"formId":3,"description":"","allowsPrepopulate":false,"inputMask":false,"inputMaskValue":"","inputMaskIsCustom":false,"maxLength":"","inputType":"","labelPlacement":"","descriptionPlacement":"","subLabelPlacement":"","placeholder":"","cssClass":"","inputName":"","noDuplicates":false,"defaultValue":"","choices":"","conditionalLogic":"","maxFileSize":"","maxFiles":"","multipleFiles":false,"allowedExtensions":"","productField":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"displayAllCategories":false,"useRichTextEditor":false,"gppa-choices-filter-groups":[],"gppa-choices-templates":[],"gppa-values-filter-groups":[],"gppa-values-templates":[],"fields":"","displayOnly":"","checkboxLabel":""},{"type":"multiselect","id":8,"label":"Genre","adminLabel":"","isRequired":true,"size":"medium","errorMessage":"","visibility":"visible","storageType":"json","inputs":null,"choices":[{"text":"Alternative\/Indie","value":"20","isSelected":false},{"text":"Blues","value":"21","isSelected":false},{"text":"Children's Music","value":"22","isSelected":false},{"text":"Christian & Gospel","value":"23","isSelected":false},{"text":"Cinematic","value":"24","isSelected":false},{"text":"Classical","value":"25","isSelected":false},{"text":"Comedy","value":"26","isSelected":false},{"text":"Commercial","value":"27","isSelected":false},{"text":"Country","value":"28","isSelected":false},{"text":"Dance\/Electronic","value":"29","isSelected":false},{"text":"Easy Listening","value":"30","isSelected":false},{"text":"Hip-Hop\/Rap","value":"31","isSelected":false},{"text":"Holiday","value":"32","isSelected":false},{"text":"J-Pop","value":"33","isSelected":false},{"text":"Jazz","value":"34","isSelected":false},{"text":"K-Pop","value":"35","isSelected":false},{"text":"Latin","value":"36","isSelected":false},{"text":"Marching Band","value":"37","isSelected":false},{"text":"Metal","value":"38","isSelected":false},{"text":"New Age","value":"39","isSelected":false},{"text":"Pop","value":"40","isSelected":false},{"text":"Production Music","value":"41","isSelected":false},{"text":"Punk","value":"68","isSelected":false},{"text":"R&B\/Soul","value":"42","isSelected":false},{"text":"Reggae","value":"43","isSelected":false},{"text":"Rock","value":"44","isSelected":false},{"text":"Singer-Songwriter\/Folk","value":"45","isSelected":false},{"text":"Vocal","value":"46","isSelected":false},{"text":"World\/Regional","value":"47","isSelected":false}],"formId":3,"description":"","allowsPrepopulate":false,"inputMask":false,"inputMaskValue":"","inputMaskIsCustom":false,"maxLength":"","inputType":"","labelPlacement":"","descriptionPlacement":"","subLabelPlacement":"","placeholder":"","cssClass":"","inputName":"","noDuplicates":false,"defaultValue":"","conditionalLogic":"","enableEnhancedUI":false,"productField":"","multiSelectSize":"","enablePrice":"","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"displayAllCategories":false,"useRichTextEditor":false,"gppa-choices-filter-groups":[[{"property":"taxonomy","operator":"is","value":"genre","uuid":1585927937027}]],"gppa-choices-templates":{"label":"name","value":"name"},"gppa-values-filter-groups":[],"gppa-values-templates":[],"gppa-choices-enabled":true,"gppa-choices-object-type":"term","gppa-choices-ordering-property":"","fields":"","displayOnly":"","checkboxLabel":"","gppa-choices-unique-results":true,"pods_populate_related_items":false},{"type":"multiselect","id":7,"label":"Mood","adminLabel":"","isRequired":false,"size":"medium","errorMessage":"","visibility":"visible","storageType":"json","inputs":null,"choices":[{"text":"Aggressive","value":"48","isSelected":false},{"text":"Angry","value":"49","isSelected":false},{"text":"Calm","value":"50","isSelected":false},{"text":"Cool","value":"51","isSelected":false},{"text":"Determined","value":"52","isSelected":false},{"text":"Dreamy","value":"53","isSelected":false},{"text":"Elated","value":"54","isSelected":false},{"text":"Epic","value":"55","isSelected":false},{"text":"Expressive","value":"56","isSelected":false},{"text":"Fun","value":"57","isSelected":false},{"text":"Happy","value":"58","isSelected":false},{"text":"Humorous","value":"59","isSelected":false},{"text":"Relaxed","value":"60","isSelected":false},{"text":"Sad","value":"61","isSelected":false},{"text":"Scary","value":"62","isSelected":false},{"text":"Serious","value":"63","isSelected":false},{"text":"Sexy","value":"64","isSelected":false},{"text":"Suspense","value":"65","isSelected":false},{"text":"Unconventional","value":"66","isSelected":false},{"text":"Urgent","value":"67","isSelected":false}],"formId":3,"description":"","allowsPrepopulate":false,"inputMask":false,"inputMaskValue":"","inputMaskIsCustom":false,"maxLength":"","inputType":"","labelPlacement":"","descriptionPlacement":"","subLabelPlacement":"","placeholder":"","cssClass":"","inputName":"","noDuplicates":false,"defaultValue":"","conditionalLogic":"","enableEnhancedUI":false,"productField":"","multiSelectSize":"","enablePrice":"","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"displayAllCategories":false,"useRichTextEditor":false,"gppa-choices-filter-groups":[[{"property":"taxonomy","operator":"is","value":"mood","uuid":1585928004999}]],"gppa-choices-templates":{"label":"name","value":"name"},"gppa-values-filter-groups":[],"gppa-values-templates":[],"gppa-choices-enabled":true,"gppa-choices-object-type":"term","gppa-values-enabled":false,"gppa-choices-ordering-property":"name","fields":"","displayOnly":"","gppa-choices-unique-results":false},{"type":"text","id":10,"label":"BPM","adminLabel":"","isRequired":false,"size":"medium","errorMessage":"","visibility":"visible","inputs":null,"formId":3,"description":"","allowsPrepopulate":false,"inputMask":false,"inputMaskValue":"","inputMaskIsCustom":false,"maxLength":"","inputType":"","labelPlacement":"","descriptionPlacement":"","subLabelPlacement":"","placeholder":"","cssClass":"","inputName":"","noDuplicates":false,"defaultValue":"","choices":"","conditionalLogic":"","productField":"","enablePasswordInput":"","multipleFiles":false,"maxFiles":"","calculationFormula":"","calculationRounding":"","enableCalculation":"","disableQuantity":false,"displayAllCategories":false,"useRichTextEditor":false,"gppa-choices-filter-groups":[],"gppa-choices-templates":[],"gppa-values-filter-groups":[],"gppa-values-templates":[],"fields":"","displayOnly":""}],"version":"2.4.17.17","id":3,"nextFieldId":14,"useCurrentUserAsAuthor":false,"postContentTemplateEnabled":false,"postTitleTemplateEnabled":false,"postTitleTemplate":"","postContentTemplate":"","lastPageButton":null,"pagination":null,"firstPageCssClass":null,"subLabelPlacement":"below","cssClass":"","enableHoneypot":false,"enableAnimation":false,"save":{"enabled":false,"button":{"type":"link","text":"Save and Continue Later"}},"limitEntries":false,"limitEntriesCount":"","limitEntriesPeriod":"","limitEntriesMessage":"","scheduleForm":false,"scheduleStart":"","scheduleStartHour":"","scheduleStartMinute":"","scheduleStartAmpm":"","scheduleEnd":"","scheduleEndHour":"","scheduleEndMinute":"","scheduleEndAmpm":"","schedulePendingMessage":"","scheduleMessage":"","requireLogin":true,"requireLoginMessage":"You must be logged in to access this form.","postAuthor":"1","postFormat":"0","postCategory":"1","postStatus":"draft","confirmations":[{"id":"5e86b6e8d03a4","name":"Default Confirmation","isDefault":true,"type":"message","message":"Thanks for contacting us! We will get in touch with you shortly.","url":"","pageId":"","queryString":""}],"notifications":[{"id":"5e86b6e8cfd7f","isActive":true,"to":"{admin_email}","name":"Admin Notification","event":"form_submission","toType":"email","subject":"New submission from {form_title}","message":"{all_fields}"}],"feeds":{"pods-gravity-forms":[{"id":"5","form_id":"3","is_active":"1","feed_order":"0","meta":{"feedName":"Songs Feed","pod":"song","pod_fields_artist":"12","pod_fields_artist_custom":"","pod_fields_album":"gpnf_entry_parent","pod_fields_album_custom":"","pod_fields_track_number":"6","pod_fields_track_number_custom":"","pod_fields_audio_file":"11","pod_fields_audio_file_custom":"","pod_fields_bpm":"10","pod_fields_bpm_custom":"","pod_fields_gravity_forms_id":"id","pod_fields_gravity_forms_id_custom":"","pod_fields_source_url":"source_url","pod_fields_source_url_custom":"","pod_fields_user_ip":"ip","pod_fields_user_ip_custom":"","wp_object_fields_post_title":"13","wp_object_fields_post_title_custom":"","wp_object_fields_post_content":"12","wp_object_fields_post_content_custom":"","wp_object_fields_post_excerpt":"","wp_object_fields_post_excerpt_custom":"","wp_object_fields_post_author":"","wp_object_fields_post_author_custom":"","wp_object_fields_post_date":"","wp_object_fields_post_date_custom":"","wp_object_fields_post_name":"","wp_object_fields_post_name_custom":"","wp_object_fields_post_modified":"date_created","wp_object_fields_post_modified_custom":"","wp_object_fields_post_parent":"gpnf_entry_parent","wp_object_fields_post_parent_custom":"","wp_object_fields_comments":"","wp_object_fields_comments_custom":"","wp_object_fields_genre":"8","wp_object_fields_genre_custom":"","wp_object_fields_mood":"7","wp_object_fields_mood_custom":"","wp_object_fields__thumbnail_id":"","wp_object_fields__thumbnail_id_custom":"","custom_fields":[{"key":"","value":"","custom_key":"","custom_value":""}],"update_pod_item":"1","enable_markdown":"0","enable_current_post":"1","enable_prepopulate":"1","delete_entry":"0","feed_condition_conditional_logic":"0","feed_condition_conditional_logic_object":[]},"addon_slug":"pods-gravity-forms","event_type":null}]}},"version":"2.4.17.17"}

Pods Package Export

{"meta":{"version":"2.7.20","build":1587865194},"pods":{"51":{"id":51,"name":"song","label":"Songs","description":"","type":"post_type","storage":"meta","object":"","alias":"","fields":{"artist":{"id":5604,"name":"artist","label":"Artist","description":"","help":"","class":"","type":"pick","weight":0,"pick_object":"post_type","pick_val":"artist","sister_id":"","required":"1","pick_format_type":"single","pick_format_single":"dropdown","pick_format_multi":"checkbox","pick_display_format_multi":"default","pick_display_format_separator":", ","pick_allow_add_new":"1","pick_taggable":"0","pick_show_icon":"1","pick_show_edit_link":"1","pick_show_view_link":"1","pick_limit":"0","pick_user_role":[],"pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","pick_select_text":"","pick_table_id":"","pick_table_index":"","pick_display":"","pick_where":"","pick_orderby":"","pick_groupby":""},"album":{"id":5420,"name":"album","label":"Album","description":"","help":"","class":"","type":"pick","weight":1,"pick_object":"post_type","pick_val":"album","sister_id":"5402","required":"0","pick_format_type":"single","pick_format_single":"dropdown","pick_format_multi":"checkbox","pick_display_format_multi":"default","pick_display_format_separator":", ","pick_allow_add_new":"1","pick_taggable":"0","pick_show_icon":"1","pick_show_edit_link":"1","pick_show_view_link":"1","pick_limit":"0","pick_user_role":[],"pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","pick_select_text":"","pick_table_id":"","pick_table_index":"","pick_display":"","pick_where":"","pick_orderby":"","pick_groupby":""},"track_number":{"id":5416,"name":"track_number","label":"Track Number","description":"","help":"","class":"","type":"number","weight":2,"pick_object":"","pick_val":"","sister_id":"","required":"1","number_format_type":"number","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"0","number_max":"100","number_max_length":"12","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","number_placeholder":""},"audio_file":{"id":5418,"name":"audio_file","label":"Audio File","description":"","help":"","class":"","type":"file","weight":3,"pick_object":"custom-simple","pick_val":"","sister_id":"","required":"1","file_format_type":"single","file_uploader":"attachment","file_attachment_tab":"browse","file_edit_title":"1","file_show_edit_link":"0","file_linked":"1","file_limit":"0","file_restrict_filesize":"10MB","file_type":"any","file_field_template":"rows","file_add_button":"Add File","file_modal_title":"Attach a file","file_modal_add_button":"Add File","file_wp_gallery_output":"0","file_wp_gallery_link":"post","file_wp_gallery_columns":"1","file_wp_gallery_random_sort":"0","file_wp_gallery_size":"thumbnail","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","file_allowed_extensions":""},"bpm":{"id":5486,"name":"bpm","label":"BPM","description":"","help":"","class":"","type":"number","weight":4,"pick_object":"","pick_val":"","sister_id":"","required":"0","number_format_type":"number","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"0","number_max":"100","number_max_length":"12","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","number_placeholder":""},"gravity_forms_id":{"id":6366,"name":"gravity_forms_id","label":"Gravity Forms ID","description":"","help":"","class":"","type":"number","weight":5,"pick_object":"","pick_val":"","sister_id":"","required":"0","number_format_type":"number","number_format":"i18n","number_decimals":"0","number_format_soft":"0","number_step":"1","number_min":"0","number_max":"100","number_max_length":"12","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","number_repeatable":"0","number_placeholder":""},"source_url":{"id":6369,"name":"source_url","label":"Source Url","description":"","help":"","class":"","type":"text","weight":6,"pick_object":"","pick_val":"","sister_id":"","required":"0","text_allow_shortcode":"0","text_allow_html":"0","text_allowed_html_tags":"strong em a ul ol li b i","text_max_length":"255","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","text_repeatable":0,"text_placeholder":""},"user_ip":{"id":6370,"name":"user_ip","label":"User IP","description":"","help":"","class":"","type":"text","weight":7,"pick_object":"","pick_val":"","sister_id":"","required":"0","text_allow_shortcode":"0","text_allow_html":"0","text_allowed_html_tags":"strong em a ul ol li b i","text_max_length":"255","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","text_repeatable":0,"text_placeholder":""}},"show_in_menu":"1","label_singular":"Song","public":"1","show_ui":"1","supports_title":"1","supports_editor":"1","built_in_taxonomies_mood":"1","publicly_queryable":"1","exclude_from_search":"0","capability_type":"post","capability_type_custom":"song","capability_type_extra":"1","has_archive":"0","hierarchical":"0","rewrite":"1","rewrite_with_front":"1","rewrite_feeds":"0","rewrite_pages":"1","query_var":"1","can_export":"1","default_status":"draft","supports_author":"1","supports_thumbnail":"0","supports_excerpt":"0","supports_trackbacks":"0","supports_custom_fields":"0","supports_comments":"0","supports_revisions":"0","supports_page_attributes":"0","supports_post_formats":"0","built_in_taxonomies_category":"0","built_in_taxonomies_elementor_library_category":"0","built_in_taxonomies_elementor_library_type":"0","built_in_taxonomies_link_category":"0","built_in_taxonomies_post_tag":"0","built_in_taxonomies_product_cat":"0","built_in_taxonomies_product_shipping_class":"0","built_in_taxonomies_product_tag":"0","built_in_taxonomies_product_type":"0","built_in_taxonomies_product_visibility":"0","menu_position":"0","show_in_nav_menus":"1","show_in_admin_bar":"1","pfat_enable":"0","pfat_run_outside_loop":"0","pfat_append_single":"append","pfat_filter_single":"the_content","pfat_append_archive":"append","pfat_filter_archive":"the_content","rest_enable":"0","read_all":"0","write_all":"0","built_in_taxonomies_genre":"1","built_in_taxonomies_elementor_font_type":"0","pfat_single":"Album Songs List"}}}

Related Issues and/or PRs

Todos

  • Tests
  • Documentation

WordPress Environment

WordPress Version: 5.4

PHP Version: 7.2.28

MySQL Version: 5.7.28

Server Software: Apache

Your User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36

Session Save Path: /tmp

Session Save Path Exists: Yes

Session Save Path Writeable: Yes

Session Max Lifetime: 1440

Opcode Cache:

Apc: No
Memcached: No
OPcache: No
Redis: No
Object Cache:

APC: No
APCu: No
Memcache: No
Memcached: Yes
Redis: No
WPDB Prefix: wp_yk5m4c_

WP Multisite Mode: No

WP Memory Limit: 256M

Current Memory Usage: 92.952M

Current Memory Usage (real): 10.500M

Pods Network-Wide Activated: No

Pods Install Location: /home/dh_457tpp/freemusic.land/wp-content/plugins/pods/

Pods Tableless Mode Activated: No

Pods Light Mode Activated: No

Currently Active Theme: Free Music Land (OceanWP Child)

Currently Active Plugins:

Admin Columns Pro: 5.0.0
Admin Columns Pro - Pods: 1.4.4
Apollo - Sticky Full Width HTML5 Audio Player: 2.0.2
CIO Custom Fields Importer: 1.0.3
Custom Post Type Permalinks: 3.3.5
Edit Author Slug: 1.6.1
Elementor: 2.9.7
Elementor Pro: 2.9.2
Envato Elements: 1.1.9
External Media without Import: 1.1.2
GP Limit Choices: 1.6.32
GP Nested Forms: 1.0-beta-8.46
GP Populate Anything: 1.0-beta-4.52
Gravity Forms: 2.4.17.17
Gravity Forms User Registration Add-On: 4.4
Gravity Perks: 2.1.9
Hyper Cache: 3.3.9
MC4WP: Mailchimp for WordPress: 4.7.6
Nav Menu Roles: 1.10.1
Ocean Extra: 1.6.2
Pods - Custom Content Types and Fields: 2.7.20
Pods Gravity Forms Add-On: 1.4.3
Really Simple SSL: 3.3.1
Redirection: 4.7.1
Temporary Login Without Password: 1.6.1
The SEO Framework: 4.0.5
User Registration: 1.8.3
User Registration Advanced Fields: 1.3.0
User Registration Geolocation: 1.0.1
User Registration Social Connect: 1.3.2
User Registration WooCommerce: 1.1.5
User Role Editor: 4.53.1
User Switching: 1.5.4
WooCommerce: 4.0.1

@sc0ttkclark sc0ttkclark added this to the 1.5 milestone Oct 18, 2021
@sc0ttkclark sc0ttkclark modified the milestones: 1.5, 2.0 Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants