- Initial release
- Add icon to plugin and more information in the readme.
- Add more information to the readme. Change Changelog format
- Change composer package name to my real repo name.
- Change API endpoints from
/<version>/api/controlername
to/<version>/api/queryApi/controlername
. - Cache duration is now the default craft cache duration defined in
/config/general.php
. - Update readme
- Fix formatting issues in all php files.
- Fix missing title field in matrix transformer.
- Minimize json response data by deleting metadata that is not really useful.
- Fix a bug of the entry transformer when entries without section get queried.