update requirements in GH readme, plugin header

This commit is contained in:
Ron Rennick 2019-04-01 13:16:13 -03:00
parent 17141cd4d8
commit 59d310c4f9
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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
*/ */