Any Plan to introduce drupal 8 version of this module. If so i will provide patch for drupal 8 development version of this module.

CommentFileSizeAuthor
#3 initial_drupal8_dev-2546594.patch8.94 KBjaffaralia

Comments

jaffaralia created an issue. See original summary.

tyler.frankenstein’s picture

I personally won't need it for Drupal 8 any time soon, but I'll gladly accept a patch(es), thank you for your interest. If all goes well, I can add you as a co-maintainer if you'd like.

jaffaralia’s picture

StatusFileSize
new8.94 KB

Thanks tyler.frankenstein. Please find the patch in attachment.

tyler.frankenstein’s picture

@jaffaralia, I've added you as a maintainer of the project, you should now be able to create the 8.x-1.x branch (after cloning the repo again, but this time as a maintainer):

git checkout -b 8.x-1.x
git apply -v initial_drupal8_dev-2546594.patch
git add foo.txt
git commit -m "Initial 8.x-1.x commit."
git push origin 8.x-1.x

That should be easier for you to work with, that way you don't have to use patches.

jaffaralia’s picture

Thanks Tyler. Frankenstein For added me as a maintainer for this project. I had done.. Please create a Dev release.... So that it will easily downloadable without git

tyler.frankenstein’s picture

Version: 7.x-1.0 » 8.x-1.x-dev
Status: Active » Closed (fixed)

Thank you! 8.x-1.x released.

jaffaralia’s picture

I have made some changes. So please update release so that it will reflect the downloaded file.

tyler.frankenstein’s picture

drupal.org automatically builds a new release of a development snapshot usually within 5-10 minutes after a code push. Either way, I've granted you just now the 'administer releases' and 'edit project' permissions, so whenever your D8 tag is ready and pushed, you'll be able to release it.