- Issue created by @budalokko
- Status changed to RTBC
23 days ago 5:35pm 28 November 2024 - ๐จ๐ญSwitzerland znerol
Verified 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.
- ๐ฎ๐ณIndia rahul1707
rahul17 โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia rahul1707
Fixed 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. - ๐จ๐ญSwitzerland znerol
Nice catch! In that case
core_version_requirement
should be set to^10.3 || ^11
I guess? -
budalokko โ
committed dd7273b6 on 2.2.x
Issue #3456524 by budalokko, rahul17, znerol: Drupal 11 compatibility
-
budalokko โ
committed dd7273b6 on 2.2.x
- ๐ช๐ธSpain budalokko Girona
Thank you all for the work !! New release available -> https://www.drupal.org/project/plupload/releases/2.2.0 โ
- ๐จ๐ฆCanada bwaindwain
Fixed summary before & after according to https://www.drupal.org/node/3363700 โ