8
0
Просмотр исходного кода

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
7462a022c9
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      packages/ckeditor5-easy-image/CHANGELOG.md

+ 4 - 4
packages/ckeditor5-easy-image/CHANGELOG.md

@@ -5,17 +5,17 @@ Changelog
 
 ### Bug fixes
 
-* Prevented UploadGateway from being created when cloudServices#tokenUrl is not provided. Closes [#9](https://github.com/ckeditor/ckeditor5-easy-image/issues/9). ([cdc6662](https://github.com/ckeditor/ckeditor5-easy-image/commit/cdc6662))
+* Prevented `UploadGateway` from being created when `cloudServices#tokenUrl` is not provided. Closes [#9](https://github.com/ckeditor/ckeditor5-easy-image/issues/9). ([cdc6662](https://github.com/ckeditor/ckeditor5-easy-image/commit/cdc6662))
 
 ### Other changes
 
-* Aligned code to the new CloudeServices API and use `ckeditor5-cloudservices` package. Closes [#7](https://github.com/ckeditor/ckeditor5-easy-image/issues/7). ([ce800f7](https://github.com/ckeditor/ckeditor5-easy-image/commit/ce800f7))
+* Aligned code to the new `CloudeServices` API and used the `ckeditor5-cloudservices` package. Closes [#7](https://github.com/ckeditor/ckeditor5-easy-image/issues/7). ([ce800f7](https://github.com/ckeditor/ckeditor5-easy-image/commit/ce800f7))
 
-  Feature: The plugin will now automatically refresh token when it will expire.
+  The plugin will now automatically refresh the token when it expired.
 
 ### BREAKING CHANGES
 
-* Easy Image plugin do not use `cloudeservices.token` config anymore. The proper config now is `cloudeservices.tokenUrl`with the URL to the token server.
+* 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)