Changeset 1667580
- Timestamp:
- 05/31/2017 10:05:52 AM (9 years ago)
- Location:
- wc-api-custom-meta/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wc-api-custom-meta.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-api-custom-meta/trunk/readme.txt
r1358630 r1667580 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=B4STZL8F5WHK6 5 5 Requires at least: 4.0.0 6 Tested up to: 4. 4.27 Stable tag: 0.7. 06 Tested up to: 4.7.5 7 Stable tag: 0.7.1 8 8 License: GPL2 9 9 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html … … 25 25 from mid-2015, until the V2 API is eventually removed. It may work with the V3 26 26 API, but that has not been tested. 27 28 == Changelog == 29 30 = 0.7.1 = 31 * Fix for issue https://github.com/judgej/wc-api-custom-meta/issues/22 -
wc-api-custom-meta/trunk/wc-api-custom-meta.php
r1358630 r1667580 4 4 Plugin URI: hhttps://github.com/judgej/wc-api-custom-meta 5 5 Description: Allows access to custom meta fields on products through the API. 6 Version: 0.7. 06 Version: 0.7.1 7 7 Author: Jason Judge 8 8 Author URI: http://academe.co.uk https://github.com/buxit … … 107 107 108 108 if (current_user_can('manage_woocommerce')) { 109 $product_id = $product-> id;109 $product_id = $product->get_id(); 110 110 111 111 $all_meta = get_post_meta($product_id);
Note: See TracChangeset
for help on using the changeset viewer.