Matt Robinson
Matt Robinson
Seems most recent build differs only in use of CSS for Opera browser `o-tab-size` and according to CanIUse that would affect 0.1% of internet traffic.
Discussed at weekly PR review, changed affect Opera 29 and below, current release is 91. Agreed for merge.
We certainly need to investigate this but backporting isn't much help here as it is all legacy TravicCI changes. We need to consider dropping support for PHP 5.6 now and...
PHP Unit tests on PHP8 are now passing and fully enabled
This looks really good to me. I'm going to try to push some unit test for this, the aim is ensure the menu is present if needed and absent if...
Re-opening as this is a good change to consider for CP Core
It looks like the ClassicPress migrate plugin calls the wp_version_check() function to start the migration process. Looking at the documentation of that function there is a filter `'core_version_check_query_args'` that includes...
@nylen I've created a testing environment within my existing setup (using Home-brew on a Mac) and cannot get the database update screen to show (I presume that means this [screen](https://mainwp.com/wp-content/uploads/2015/09/dbupdaterequired.png))...
@nylen I'll keep digging when I get time - my current set up fails in checking for plugin updates - see the error on reported in the original gif I...
I've been trying to figure this test failure out - it seems we have bundled QUnit at version 1.18.0 while the current release is 2.19.1. `grunt-contrib-qunit` from v6.0.0 requires a...