PHPOffice / PHPPresentation

A pure PHP library for reading and writing presentations documents
https://phpoffice.github.io/PHPPresentation
Other
1.31k stars 519 forks source link

new release needed #812

Closed DanielRuf closed 1 month ago

DanielRuf commented 1 month ago

There are quite some changes and we would like to use phpspreadsheet v2. Currently this means composer goes to 0.2.0 or 0.9.0 but not 1.0.0 because of the ^1.9 SemVer version contraint.

For when is a new release scheduled and when can this be done?

https://github.com/PHPOffice/PHPPresentation/compare/1.0.0...develop

@Progi1984

Progi1984 commented 1 month ago

@DanielRuf I think I will release the 1.1.0 version on the next week.

Progi1984 commented 1 month ago

@DanielRuf The release is done.

DanielRuf commented 1 month ago

Thank you very much @Progi1984 =)

DanielRuf commented 1 month ago

The composer file still has a version constraint, which prevents the usage of phpspreadsheet v2:

https://github.com/PHPOffice/PHPPresentation/blob/master/composer.json#L26

we would like to use phpspreadsheet v2. Currently this means composer goes to 0.2.0 or 0.9.0 but not 1.0.0 because of the ^1.9 SemVer version contraint.

Do you know when v2 is supported via version constraint?

Progi1984 commented 1 month ago

@DanielRuf This issue has been fixed by a maintainer. You can help him by sponsoring him through Github sponsors.

DanielRuf commented 3 weeks ago

Any details regarding the new release, that will contain these changes?

DanielRuf commented 3 weeks ago

@Progi1984 v3 probably also has to be added to the supported versions then, when it is released and tested / working with PhpPresentation: https://github.com/PHPOffice/PhpSpreadsheet/issues/3917#issuecomment-2343692083

Progi1984 commented 3 weeks ago

@DanielRuf The next release will be there on the first of October.