-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the versions and documenation.
- Loading branch information
Showing
3 changed files
with
43 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
=== WC API Custom Meta === | ||
Contributors: judgej | ||
Tags: woocommerce, | ||
Tags: woocommerce, api | ||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=B4STZL8F5WHK6 | ||
Requires at least: 4.0.0 | ||
Tested up to: 4.2.2 | ||
Stable tag: 0.6.0 | ||
Tested up to: 4.4.2 | ||
Stable tag: 0.7.0 | ||
License: GPL2 | ||
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html | ||
|
||
Allows access to custom meta fields on products through the API. | ||
|
||
== Description == | ||
Allows access to custom meta fields on products through the API. | ||
In short, installing this plugin on your WooCommerce site, will extend the | ||
WooCommerce API so that custom metadata can be passed back and forth through | ||
that API. | ||
|
||
See the main documentation here: https://github.com/judgej/wc-api-custom-meta | ||
|
||
== Installation == | ||
Standard installation - whatever you normally do. | ||
|
||
Will only work with WooCommerce with the V2 API. | ||
Will only work with WooCommerce with the V2 API at his time, which means any version | ||
from mid-2015, until the V2 API is eventually removed. It may work with the V3 | ||
API, but that has not been tested. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters