Releases: PolyPlugins/content-api
Releases · PolyPlugins/content-api
1.0.11
Changelog
- Updated: Get Product manage_stock attribute to return a bool
- Updated: Update Product manage_stock attribute to be able to use bool
- Updated: Create Product manage_stock attribute to be able to use bool
- Bugfix: Update Product attributes attribute not creating product attributes when they don't exist.
- Bugfix: Create Product attributes attribute not creating product attributes when they don't exist.
- Bugfix: Update Product triggering error sku during slug check
- Bugfix: Create Product triggering error sku during slug check
- Bugfix: Update Product triggering Exception instead of WP Error when upc attribute is already in use
- Bugfix: Create Product triggering Exception instead of WP Error when upc attribute is already in use
1.0.10
Changelog
- Updated: Create Product endpoint to not require quantity
1.0.9
Changelog
- Added: Get All Product IDs endpoint
- Added: Attribute manage_stock to results of Get Product endpoint
- Added: Attribute attributes to results of Get Product endpoint
- Added: Attribute yoast to results of Get Product endpoint
- Added: Attribute manage_stock to Update Product endpoint
- Added: Attribute manage_stock to Create Product endpoint
- Added: Security enhancements
- Updated: Update Product endpoint to not require quantity
- Bugfix: Taxonomy handling for Get Attributes endpoint
1.0.8
Changelog
Updated: Update Product endpoint to handle updating sku when product id is provided.
1.0.7
Changelog
- Added: weight attribute to results of Get Product endpoint
- Added: weight attribute to Update Product endpoint
- Added: weight attribute to Create Product endpoint
- Added: Option to show a notice on when the Content API was last accessed
- Added: Option to show an error if the Content API has not been accessed in the last X amount of minutes
- Bugfix: If stock passed as 0 it doesn't update
1.0.6
Changelog
- Added: upc attribute to results of Get Product endpoint
- Added: upc attribute to Update Product endpoint
- Added: upc attribute to Create Product endpoint
1.0.5
Changelog
- Added: status attribute to Update Product endpoint
1.0.4
Changelog
- Added: Create Product endpoint
- Added: cost, map_price, and categories attributes to Get Product endpoint
- Added: cost, map_price, and categories attributes to Update Product endpoint
- Bugfix: Get Product endpoint error when fetching images
1.0.3
Changelog
- Added: Get Product Category endpoint
- Added: Update Product Category endpoint
- Added: Create Product Category endpoint
- Updated: Get Brand endpoint (Previous endpoint is an alias)
- Updated: Update Brand endpoint (Previous endpoint is an alias)
- Updated: Create Brand endpoint (Previous endpoint is an alias)
1.0.2
Changelog
- Added: Get Brand endpoint
- Added: Update Brand endpoint
- Added: Create Brand endpoint