#GWGI migrated Compass which required PHP 7.4 to a new server and upgraded the one I use for development to PHP8.2 and I'm getting errors.. time to check plugins
[asuh] joined the channel
#[asuh]gwg are you going to continue 7.4 compatibility even if you support 8.x?
#GWG[asuh]: Yes, I was hoping to continue all the way back to PHP5.6
#[asuh]nice. i would recommend letting go of anything before 7, esp since WP docs say 7.4 minimum
#[asuh]but, i get it, we’re supporting as many as we can
#GWG[asuh]: I'm wondering if there is a difference codewise?
#[asuh]gwg, it’s a great question. Many syntactic sugar additions that I enjoy like null coalescing operators and `use` declarations to group imports, and even more niceness up to 7.4 like arrow functions. The biggest benefits is speed. But, yeah, it seems many of the changes are preference and conciseness
#GWGYou can see why I'm reluctant to drop support for 5.6 yet.
#GWGAs much as I'd like the null coalescing operator
#GWGPHP8's strictness helped me find a very subtle typo in my code that older versions accepted.
#[asuh]Yeah, it makes sense to hang on to 5.6. Despite that, it’s fascinating to see how quickly majority usage went from 5.6 to 7.4 in the last four years.
#[snarfed]Sounds like right now testing should be the higher priority, especially with the merge about to launch?
#GWG[snarfed]: We have one problem with Webmentions, triggering the upgrade on plugin install.
#GWGI had suggested a technique I use in other plugins, which is triggering it on load or settings page.
#[snarfed]Have you tested on multiple PHP versions? That's what bit synd links, right?
gRegor, GWG, [marksuth], irl25519, [pfefferle]1, [tantek]1, [asuh]1, [KevinMarks]1, [tw2113_Slack_]1, [aciccarello]1, [marksuth]1, [snarfed]1, [chrisbergr]1, [jacky]1, IWSlackGateway, [tantek]2, _IWDiscordRelay, _Skyther[d], [pfefferle]2, Kaja_ and pmlnr joined the channel
#[pfefferle]2[chrisbergr] [dshanske] but what about auto updates in the background? How many people are using the wp-Admin especially in the IndieWeb community (micropub)
#[chrisbergr]1Good question, I would never allow auto-updates of plugins, thats way to risky... But of course I can not make conclusions from my behavior to others.
#sebbuwordpress by default auto-updates itself, but maybe not plugins and themes
vo1d and [zetareticoli] joined the channel
#[chrisbergr]1You can opt in for auto updates for each plugin individually on the plugins list. It's in the right column.Also, non-security core updates are not automatically per default.
#GWGI wonder if there's a way to require that a major version update for a plugin be manually updated
#[chrisbergr]1I guess not. But there are more ways to auto update. e.g. I have a lot of client sites secured with the wpmu dev suite, I can auto update everything on every connected page from within the wpmu dashboard. And there are some hosting solutions also stuffed with update processes.
#GWGThe upgrade triggering is our last blocker concern.
#GWGThe migration code is good...so it is mostly how it runs