[wp-meta] [Making WordPress.org] #4309: Displaying PHP Compatibility results from Tide on wp.org
Making WordPress.org
noreply at wordpress.org
Thu Jun 20 10:06:13 UTC 2019
#4309: Displaying PHP Compatibility results from Tide on wp.org
------------------------------+------------------------
Reporter: JoshuaWold | Owner: ck3lee
Type: enhancement | Status: reviewing
Priority: normal | Milestone:
Component: Plugin Directory | Resolution:
Keywords: |
------------------------------+------------------------
Comment (by ottok):
I suggest you start out with something much more simple. Instead of the
modal thing we could start up with a dead simple list of supported PHP
versions.
There are two sources of information to consider here. First of all the
current "PHP Version" line uses the "Requires PHP: N.N.N" from the plugin
readme.txt. This should still be honored and used to set the minimum PHP
version supported in a list fo supported PHP versions.
The second source of information is the JSON report by WP Tide:
{{{
"compatible_versions":
[
"5.6",
"7.0",
"7.1",
"7.2",
"7.3"
],
}}}
From this list all values above the readme.txt stated minimum version
should be used.
My suggested UI is below. These examples are hopefully self-explanatory.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4309#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list