You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,17 @@ Yes, the plugin supports uploading images to the WordPress media library via the
65
65
66
66
## Changelog
67
67
68
+
### 1.0.9
69
+
* Added: [Get All Product IDs](https://www.polyplugins.com/docs/content-api/api/get-all-product-ids/) endpoint
70
+
* Added: Attribute manage_stock to results of [Get Product](https://www.polyplugins.com/docs/content-api/api/get-product/) endpoint
71
+
* Added: Attribute attributes to results of [Get Product](https://www.polyplugins.com/docs/content-api/api/get-product/) endpoint
72
+
* Added: Attribute yoast to results of [Get Product](https://www.polyplugins.com/docs/content-api/api/get-product/) endpoint
73
+
* Added: Attribute manage_stock to [Update Product](https://www.polyplugins.com/docs/content-api/api/update-product/) endpoint
74
+
* Added: Attribute manage_stock to [Create Product](https://www.polyplugins.com/docs/content-api/api/create-product/) endpoint
75
+
* Added: Security enhancements
76
+
* Updated: [Update Product](https://www.polyplugins.com/docs/content-api/api/update-product/) endpoint to not require quantity
77
+
* Bugfix: Taxonomy handling for [Get Attributes](https://www.polyplugins.com/docs/content-api/api/get-attributes/) endpoint
78
+
68
79
### 1.0.8
69
80
* Updated: [Update Product](https://www.polyplugins.com/docs/content-api/api/update-product/) endpoint to handle updating sku when product id is provided.
@@ -84,6 +84,17 @@ Yes, the plugin supports uploading images to the WordPress media library via the
84
84
85
85
== Changelog ==
86
86
87
+
= 1.0.9 =
88
+
* Added: [Get All Product IDs](https://www.polyplugins.com/docs/content-api/api/get-all-product-ids/) endpoint
89
+
* Added: Attribute manage_stock to results of [Get Product](https://www.polyplugins.com/docs/content-api/api/get-product/) endpoint
90
+
* Added: Attribute attributes to results of [Get Product](https://www.polyplugins.com/docs/content-api/api/get-product/) endpoint
91
+
* Added: Attribute yoast to results of [Get Product](https://www.polyplugins.com/docs/content-api/api/get-product/) endpoint
92
+
* Added: Attribute manage_stock to [Update Product](https://www.polyplugins.com/docs/content-api/api/update-product/) endpoint
93
+
* Added: Attribute manage_stock to [Create Product](https://www.polyplugins.com/docs/content-api/api/create-product/) endpoint
94
+
* Added: Security enhancements
95
+
* Updated: [Update Product](https://www.polyplugins.com/docs/content-api/api/update-product/) endpoint to not require quantity
96
+
* Bugfix: Taxonomy handling for [Get Attributes](https://www.polyplugins.com/docs/content-api/api/get-attributes/) endpoint
97
+
87
98
= 1.0.8 =
88
99
* Updated: [Update Product](https://www.polyplugins.com/docs/content-api/api/update-product/) endpoint to handle updating sku when product id is provided.
0 commit comments