19.0.0 (2020-04-29)
Internal changes only (updated dependencies, documentation, etc.).
18.0.0 (2020-03-19)
Internal changes only (updated dependencies, documentation, etc.).
17.0.0 (2020-02-18)
- Updated translations. (b3bc679)
16.0.0 (2019-12-04)
- Updated translations. (5249150)
15.0.0 (2019-10-23)
11.0.5 (2019-08-26)
- Changed the URL under bugs key in package.json file. Now we have one issue tracker. See ckeditor/ckeditor5#1988. (7edd73b)
- Updated translations. (8fb4cc2)
11.0.4 (2019-07-10)
Internal changes only (updated dependencies, documentation, etc.).
11.0.3 (2019-07-04)
Internal changes only (updated dependencies, documentation, etc.).
11.0.2 (2019-06-05)
- Updated translations. (7d00af1)
11.0.1 (2019-04-10)
- Updated translations. (3a0fe51)
11.0.0 (2019-02-28)
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
10.0.4 (2018-12-05)
Internal changes only (updated dependencies, documentation, etc.).
10.0.3 (2018-10-08)
- Updated translations. (896412d)
10.0.2 (2018-07-18)
- Updated translations. (69db8e3)
10.0.1 (2018-06-21)
- Updated translations. (6360b78)
10.0.0 (2018-04-25)
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (06caac5)
- The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.
1.0.0-beta.4 (2018-04-19)
- Updated translations. (02712bb)
1.0.0-beta.2 (2018-04-10)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-beta.1 (2018-03-15)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-alpha.2 (2017-11-14)
- Updated translations. (7f80868)
1.0.0-alpha.1 (2017-10-03)
- The plugin will not log a warning when
config.ckfinder.uploadUrl
is not specified (becauseFileRepository
will do it itself). Closes #5. (1a15688)
0.1.1 (2017-09-03)
- Aligned the implementation to changes in the image upload. (eb456ac)
- Initial implementation. Closes #1.