diff --git a/assets/icon-128x128.png b/assets/icon-128x128.png new file mode 100644 index 0000000..fe4d9e7 Binary files /dev/null and b/assets/icon-128x128.png differ diff --git a/assets/icon-256x256.png b/assets/icon-256x256.png new file mode 100644 index 0000000..eb64864 Binary files /dev/null and b/assets/icon-256x256.png differ diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..1b48637 --- /dev/null +++ b/readme.txt @@ -0,0 +1,37 @@ +=== WooCommerce API Dev === +Contributors: automattic, woothemes +Tags: woocommerce, rest-api, api +Requires at least: 4.6 +Tested up to: 4.8 +Stable tag: 0.3.0 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +A feature plugin providing a bleeding edge version of the WooCommerce REST API. + +== Description == + +This is a repository for the development version of the WooCommerce REST API. This feature plugin provides a place where the next version of the WooCommerce REST API can be worked on, independent of the current WooCommerce release cycle. These changes are brought over to [WooCommerce core](https://github.com/woocommerce/woocommerce) when they are ready for release. + +* Current stable API version: [**v2**](https://github.com/woocommerce/woocommerce/tree/master/includes/api). +* Current development version: **v3**. + +== Installation == + +This section describes how to install the plugin and get it working. + +1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. +1. Activate the plugin through the 'Plugins' screen in WordPress + +== Changelog == + += 0.3.0 = +* Adds endpoints for getting a list of supported currencies, along with their name and symbol. +* Limit regex check for currency code to 3 characters. + += 0.2.0 = +* Removes the 'visible' property from the variations endpoint and adds 'status'. (See https://github.com/woocommerce/woocommerce/pull/15216) +* Don't return parent image when no variation image is set. + += 0.1.0 = +* Initial release diff --git a/wc-api-dev.php b/wc-api-dev.php index 0b897dd..53b700b 100644 --- a/wc-api-dev.php +++ b/wc-api-dev.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce API Dev * Plugin URI: https://woocommerce.com/ * Description: A feature plugin providing a bleeding edge version of the WooCommerce REST API. - * Version: v3 + * Version: 0.3.0 * Author: Automattic * Author URI: https://woocommerce.com * Requires at least: 4.4