Releases: PolyPlugins/content-api
Releases · PolyPlugins/content-api
1.2.1
1.2.0
Changelog
- Added: Previous beta feature to send email or Discord message if time elapsed is past last access time
- Updated: Date function to gmdate and replaced unlink calls with wp_delete_file
- Updated: Tested up to
1.1.1
Changelog
- Bugfix: When updating a products SKU it says it already exists when it doesn't
1.1.0
- Added: Ability to schedule posts using publish_on for Create Post
- Updated: Create Post to only require title, content, and categories, as yoast and tags aren't a requirement.
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