Closed (fixed)
Project:
Plupload integration
Version:
2.1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Jun 2024 at 11:59 UTC
Updated:
1 Jan 2025 at 23:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
znerol commentedVerified this while working on the Drupal 11 port of Feeds Plupload Fetcher. Did read through the changes and I cannot find any place where something is missing.
Also verified that the file extension validation works using manual testing.
Comment #5
rahul17 commentedFixed upgrade status issues.
Class Drupal\plupload\Element\PlUploadFile extends deprecated class Drupal\Core\Render\Element\FormElement. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. use Drupal\Core\Render\Element\FormElementBase instead.
Functionality is working fine in Drupal 10 and Drupal 11.
Kindly verify.
Comment #6
znerol commentedNice catch! In that case
core_version_requirementshould be set to^10.3 || ^11I guess?Comment #7
znerol commentedComment #9
budalokko commentedThank you all for the work !! New release available -> https://www.drupal.org/project/plupload/releases/2.2.0
Comment #10
budalokko commentedComment #11
znerol commentedGreat! Thanks @budalokko
Comment #12
bwaindwain commentedFixed summary before & after according to https://www.drupal.org/node/3363700