Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit cf39631

Browse files
authored
Merge pull request #11 from woocommerce/add/wp-org-plugin-meta
Add WP.org plugin metadata
2 parents 6c7e95e + de0fcef commit cf39631

File tree

4 files changed

+38
-1
lines changed

4 files changed

+38
-1
lines changed

assets/icon-128x128.png

3.97 KB
Loading

assets/icon-256x256.png

8.7 KB
Loading

readme.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
=== WooCommerce API Dev ===
2+
Contributors: automattic, woothemes
3+
Tags: woocommerce, rest-api, api
4+
Requires at least: 4.6
5+
Tested up to: 4.8
6+
Stable tag: 0.3.0
7+
License: GPLv2 or later
8+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
9+
10+
A feature plugin providing a bleeding edge version of the WooCommerce REST API.
11+
12+
== Description ==
13+
14+
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.
15+
16+
* Current stable API version: [**v2**](https://github.com/woocommerce/woocommerce/tree/master/includes/api).
17+
* Current development version: **v3**.
18+
19+
== Installation ==
20+
21+
This section describes how to install the plugin and get it working.
22+
23+
1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
24+
1. Activate the plugin through the 'Plugins' screen in WordPress
25+
26+
== Changelog ==
27+
28+
= 0.3.0 =
29+
* Adds endpoints for getting a list of supported currencies, along with their name and symbol.
30+
* Limit regex check for currency code to 3 characters.
31+
32+
= 0.2.0 =
33+
* Removes the 'visible' property from the variations endpoint and adds 'status'. (See https://github.com/woocommerce/woocommerce/pull/15216)
34+
* Don't return parent image when no variation image is set.
35+
36+
= 0.1.0 =
37+
* Initial release

wc-api-dev.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce API Dev
44
* Plugin URI: https://woocommerce.com/
55
* Description: A feature plugin providing a bleeding edge version of the WooCommerce REST API.
6-
* Version: v3
6+
* Version: 0.3.0
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Requires at least: 4.4

0 commit comments

Comments
 (0)