mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
588 B
588 B
Changelog
v1.1.2
Features
- Assets: OData support, except full text search (
$search) - Rules: Slack action
- Rules: Algolia action
Bugixes
- Rules: Color corrections for actions.
Breaking Changes
- Asset structure has changed: Migration will update the ocllection automatically.
- Asset endpoint:
takequery parameter renamed to$topfor OData compatibility.skipquery parameter renamed to$skipfor OData compatibility.queryquery parameter replaced with OData. Use$query=contains(fileName, 'MyQuery')instead.