Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (14 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

28 lines (14 loc) · 1.18 KB

Changelog

1.0.0-beta.1 (2018-03-15)

Internal changes only (updated dependencies, documentation, etc.).

1.0.0-alpha.2 (2017-11-14)

Bug fixes

  • Prevented UploadGateway from being created when cloudServices#tokenUrl is not provided. Closes #9. (cdc6662)

Other changes

  • Aligned code to the new CloudeServices API and used the ckeditor5-cloudservices package. Closes #7. (ce800f7)

    The plugin will now automatically refresh the token when it expired.

BREAKING CHANGES

  • The Easy Image plugin does not use config.cloudServices.token anymore. The new option name is config.cloudServices.tokenUrl with a URL to the token server.

1.0.0-alpha.1 (2017-10-03)

Internal changes only (updated dependencies, documentation, etc.).