phpList / phplist3

Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.
https://www.phplist.org
GNU Affero General Public License v3.0
737 stars 268 forks source link

Include Updater plugin in 3.6.13 #957

Closed bramley closed 1 year ago

bramley commented 1 year ago

@marianaphplist The 3.6.13-RC1 release includes the Addons plugin, not the Updater plugin. Can a new RC be made including that plugin? I noticed that composer.json had been changed on the 3.6.13 branch but did not realise that was after the RC1 release.

michield commented 1 year ago

Yes, I made the changes without a PR straight to the release branch. I think it'll work, but we will need to roll out a new RC to be sure.

michield commented 1 year ago

This should now be in 3.6.13-RC2

I tested it by changing the line in init.php to define 3.6.11 in the docker version.

it upgraded to 3.6.12 without any issues.

bramley commented 1 year ago

Thanks.