php-imap icon indicating copy to clipboard operation
php-imap copied to clipboard

5.6.0

Open mmarousez-dc opened this issue 1 year ago • 9 comments

Hello, I see that you have updates since 5.5.0 can you publish a new tag please ?

mmarousez-dc avatar Jun 10 '24 12:06 mmarousez-dc

Yes pls. I need the new Version from nesbot/carbon to use the latest symfony parts

theMeiner avatar Jun 15 '24 23:06 theMeiner

Yes. nesbot/carbon 3.6 (laravel 11)

wagnerbugs avatar Jun 25 '24 06:06 wagnerbugs

Same here to use the latest symfony parts

RootKeek avatar Jul 03 '24 08:07 RootKeek

Note that, as a temporary solution, you can force Composer to use a newer version by specifying to use the master branch and pin the last commit:

"require": {
    "webklex/php-imap": "dev-master#6d999438d29ed0bb920cd897b200a3a5fd6b6380"
}

This allows you to use the latest version that uses Carbon 3 (ref https://github.com/Webklex/php-imap/issues/483) and allows you to upgrade to Symfony 7 if you need to.

You must be very careful with this! As you pin the version number, you will no longer get updates from patch/minor versions. You will not even get information about new version when running composer outdated. I strongly recommend you to configure a notification system to know when a new release is available (e.g. by following the RSS feed of the releases https://github.com/Webklex/php-imap/releases.atom)

Side note: if you use GitHub, you may receive a security alert from Dependabot about https://github.com/Webklex/php-imap/issues/416. The report is incorrect as you use a version of PHP-IMAP > 5.3. You can dismiss it.

marien-probesys avatar Jul 03 '24 12:07 marien-probesys

But if you have required roave/security-advisories You will receive this

Problem 1 - Root composer.json requires webklex/php-imap dev-master -> satisfiable by webklex/php-imap[dev-master]. - roave/security-advisories dev-latest conflicts with webklex/php-imap 1.0.x-dev. - webklex/php-imap 1.0.x-dev is an alias of webklex/php-imap dev-master and must be installed with it. - roave/security-advisories is locked to version dev-latest and an update of this package was not requested.

Because of you branch-alias is set to version 1.0.x-dev*

When i try to req with version 1.0.x-dev, because is an alias, i get this

Problem 1 - Root composer.json requires webklex/php-imap 1.0.x-dev -> satisfiable by webklex/php-imap[1.0.x-dev (alias of dev-master)]. - roave/security-advisories dev-latest conflicts with webklex/php-imap <5.3. - Root composer.json requires roave/security-advisories dev-latest -> satisfiable by roave/security-advisories[dev-latest].

You can update the alias to 5.5.* to avoid this right?

theMeiner avatar Jul 07 '24 13:07 theMeiner

When will the next version of the change be published?

mariuszkrzaczkowski avatar Aug 01 '24 15:08 mariuszkrzaczkowski

@Webklex Please create a release if possible

netpok avatar Oct 01 '24 11:10 netpok

But https://github.com/Webklex/php-imap/issues/521 needs fixing first

netpok avatar Oct 03 '24 09:10 netpok

Note that, as a temporary solution, you can force Composer to use a newer version by specifying to use the master branch and pin the last commit:

"require": {
    "webklex/php-imap": "dev-master#6d999438d29ed0bb920cd897b200a3a5fd6b6380"
}

This allows you to use the latest version that uses Carbon 3 (ref #483) and allows you to upgrade to Symfony 7 if you need to.

You must be very careful with this! As you pin the version number, you will no longer get updates from patch/minor versions. You will not even get information about new version when running composer outdated. I strongly recommend you to configure a notification system to know when a new release is available (e.g. by following the RSS feed of the releases https://github.com/Webklex/php-imap/releases.atom)

Side note: if you use GitHub, you may receive a security alert from Dependabot about #416. The report is incorrect as you use a version of PHP-IMAP > 5.3. You can dismiss it.

Hi

With this solution i have a problem with other bundle, the roave/security-advisories, see error:

roave/security-advisories dev-master conflicts with webklex/php-imap <5.3.

Could you please help us?

Thank you!!!

igordeveloper avatar Oct 16 '24 20:10 igordeveloper

But #521 needs fixing first

this was fixed?

igordeveloper avatar Oct 28 '24 19:10 igordeveloper

@Webklex Hi, any news about 5.6.0 ? 5.5 does not work on Symfony 7+ because of Carbon 2 :/

MrJuliuss avatar Dec 12 '24 09:12 MrJuliuss

For information, PHP-IMAP 6.0 has been released: https://github.com/Webklex/php-imap/releases/tag/6.0.0

marien-probesys avatar Jan 17 '25 08:01 marien-probesys

Hi @mmarousez-dc @theMeiner @wagnerbugs @RootKeek @mariuszkrzaczkowski @netpok @igordeveloper @MrJuliuss , a new release is available, however there are already more changes in the pipeline :)

Thanks for your patience & happy coding,

Webklex avatar Jan 17 '25 21:01 Webklex