update requirements in GH readme, plugin header
This commit is contained in:
parent
17141cd4d8
commit
59d310c4f9
|
@ -10,7 +10,7 @@ This is a feature plugin for a modern, javascript-driven WooCommerce Admin exper
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
[Gutenberg](https://wordpress.org/plugins/gutenberg/) and [WooCommerce](https://wordpress.org/plugins/woocommerce/) should be installed prior to activating the WooCommerce Admin feature plugin.
|
[WordPress 5.0 or greater](https://wordpress.org/download/) and [WooCommerce 3.5.0 or greater](https://wordpress.org/plugins/woocommerce/) should be installed prior to activating the WooCommerce Admin feature plugin.
|
||||||
|
|
||||||
For better debugging, it's also recommended you add `define( 'SCRIPT_DEBUG', true );` to your wp-config. This will load the unminified version of all libraries, and specifically the development build of React.
|
For better debugging, it's also recommended you add `define( 'SCRIPT_DEBUG', true );` to your wp-config. This will load the unminified version of all libraries, and specifically the development build of React.
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,9 @@
|
||||||
* Domain Path: /languages
|
* Domain Path: /languages
|
||||||
* Version: 0.9.0
|
* Version: 0.9.0
|
||||||
*
|
*
|
||||||
|
* WC requires at least: 3.5.0
|
||||||
|
* WC tested up to: 3.5.7
|
||||||
|
*
|
||||||
* @package WC_Admin
|
* @package WC_Admin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue