Conversation
|
We will still want to raise the PHPStan level to at least 8. |
|
@jtojnar Atm I have some free time to work on SimplePie. Do you think we can make it to release 1.9.0 in the next 3 months? |
|
Let’s try 🎉 Edit: Tentatively set the release date for September 1. |
|
The commit message says it was partially fixed but GitHub still closed it. |
|
@jtojnar I'm looking forward to release 1.9.0 on time. Is there anything I can do? |
|
Aargh, how the time flies 😅 I am actually leaving for a vacation (probably offline) on Wednesday morning and will only return on August 31 so there is not much time. I will try to revive #826 this weekend. Given that there was no response to my review #799, do you want to tackle implementing my suggestion? Otherwise, we would probably need to skip defer it. Other than #826 I do not see any blockers so I will leave the release itself to your capable hands. |
|
@jtojnar I have added the changelog notes from 1.8.1 and your notes from #923 into this PR, have added missing authors and made some changes that I suggested in #923. #923 can be closed. Last open PR is #826 but to me it looks like that there are no critical changes that couldn't also postpone to a later release. After merging or postponing #826 we can merge this PR on monday (2025-09-01) and release 1.9.0. 🚀 |
|
I have just released SimplePie 1.9.0. Many thanks to all contributors 🎉, you are awesome: @TobiasBg @theamoeba @grimmdude @jrfnl @jtojnar @ziegenberg @szepeviktor @Alkarex @ColonelMoutarde @Girgias @IanDelMar @throws |
In this PR I will prepare everything for the release of SimplePie 1.9.0
Check list:
Stop legacy file cache constantly updating #846Fix cache_expiration_time #883We've already made great progress on the master branch. The last big issue on our roadmap (#731) is: "deprecate the SimplePie\File class (provide HTTP client instead)".
However this issue requires also the deprecation of the Sniffer and Locator classes. This requires another work tracked in #849. I propose to move this issue into the next minor release (
1.10.0) and all planned issues for1.10.0should be moved to1.11.0on the roadmap.