FriendsOfSymfony / FOSMessageBundle

User-to-user messaging bundle for Symfony
356 stars 183 forks source link

Symfony 4 / v2 / is this bundle obsolete? #332

Closed MrQuery closed 5 years ago

MrQuery commented 5 years ago

hi, how about tagging a new release version?

The v1.3 is about 2 years old and the master 3 months and has the symfony 4 support.

MrQuery commented 5 years ago

yes? no? maybe? is this project dead?

RolfBabijn commented 5 years ago

Just bumping this thread, it would be really nice to have a stable release that includes Symfony 4 support.

hex333ham commented 5 years ago

@MrQuery @Gadgetdude projects not quite dead yet, I've been handed the reigns and it's something I now have time to work on

I'll add the release tag later on this week, want to do some testing on the current state of the project first

hex333ham commented 5 years ago

righty, I've tidied the issue chain and I'll be doing some updates when I have time

hex333ham commented 5 years ago

testing complete on 4.0, see #334 for unit/functional/all test results

aiming to have latest complete today (if possible)

hex333ham commented 5 years ago

moving on to latest version, created documentation on gist for getting setup quickly from what I've just done with 4.0

should work with latest, will update shortly

https://gist.github.com/hex333ham/9fae56fd8f0cdf26f7377a150dc9d72a

hex333ham commented 5 years ago

4.1 is fine and those instructions work, for details on automated test results see here - #334

hex333ham commented 5 years ago

release created, doing a test in composer now to verify this working

hex333ham commented 5 years ago

nevermind, I forgot a few things (need more coffee), deleting that release

hex333ham commented 5 years ago

alright, never try the easy route (edit in place, bad practice anyway), creating a specific branch for 1.4 to fix deprecation errors - https://github.com/FriendsOfSymfony/FOSMessageBundle/tree/1.4

hex333ham commented 5 years ago

this is being moved to version 2.0 as I'm going to drop support for Symfony 2 (I can't actually get travis to successfully test on the lowest possible)

see here for when it's going to be deprecated officially by symfony - https://symfony.com/roadmap/2.8

I'll add a note in the docs to use 1.3 if using Symfony2

hex333ham commented 5 years ago

build is passing when removing symfony 2.8 - https://github.com/FriendsOfSymfony/FOSMessageBundle/pull/339

may seem sporadic, but I've got one idea for phpunit that might keep support for 2.8

resolved issue with phpunit, but a new one pops up (due to the future deprecation of Controller Symfony4 has made any bundles updating to this incompatible with Symfony3.3 and lower) - https://github.com/FriendsOfSymfony/FOSMessageBundle/pull/340

going to remove 1.4 branch when 2.0 is released (going to give a couple of days to let people have "objections")

hex333ham commented 5 years ago

I see no objections, merging to master

hex333ham commented 5 years ago

merged to master, accidentally created the release (prematurely) so apologies for any notifications occurred from that

I'm now going to close this issue and open a new one for the packagist thing