stwe / DatatablesBundle

This Bundle integrates the jQuery DataTables plugin into your Symfony application.
355 stars 236 forks source link

Project is abandoned? #934

Closed genetus closed 4 years ago

genetus commented 4 years ago

Last commit at least 4 month ago. LTS Symfony version 4.4 is not supproted (I don't say anything about support symfony 5.*).

Eloar commented 4 years ago

Is 4.4 really unsupported? I'm pretty sure I am using this bundle in project based on 4.4.

genetus commented 4 years ago

For base version non from git, from comopser I get DI exception on update.

Seb33300 commented 4 years ago

I am waiting for feedback on this PR since I don't have time to test it: https://github.com/stwe/DatatablesBundle/pull/930

If you can test it and confirm this fix compatibility with SF 4.4 & 5.0 I will merge it. If not, you can contribute and submit a PR.

knallcharge commented 4 years ago

I have just applied the changes from PR #930 on a Symfony 4.4.4 project and can confirm it works.

Seb33300 commented 4 years ago

PR is merged