Skip to content

Commit

Permalink
Released version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Jan 13, 2018
1 parent cd15613 commit 717215b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,19 +162,18 @@ Aside from the basic example, there are two additional examples:

### 0.3.1

Release date: --
Release date: 2018/1/13

- The value of `CKEDITOR_FILE_UPLOADER`, `CKEDITOR_FILE_BROWSER`, `file_uploader`
and `file_browser` in `ckeditor.config()` can be URL or endpoint.
endpoint.
- Change `CKEDITOR_FILE_UPLOAD_URL` to `CKEDITOR_FILE_UPLOADER`.
- Change `CKEDITOR_FILE_BROWSER_URL` to `CKEDITOR_FILE_BROWSER`.
- Change `ckeditor.config(file_upload_url)` to `ckeditor.config(file_uploader)`.
- Change `ckeditor.config(file_browser_url)` to `ckeditor.config(file_browser)`.

### 0.3

Release date: 2017/12/4.
Release date: 2017/12/4

- Set custom resource url with `custom_url` argument in `load()`.
- Added support for configuration, `config()` method used to load config.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

setup(
name='Flask-CKEditor',
version='0.3',
version='0.3.1',
url='http://github.com/greyli/flask-ckeditor',
download_url = 'https://github.com/greyli/flask-ckeditor/archive/0.3.tar.gz',
download_url = 'https://github.com/greyli/flask-ckeditor/archive/0.3.1.tar.gz',
license='MIT',
author='Grey Li',
author_email='withlihui@gmail.com',
Expand Down

0 comments on commit 717215b

Please sign in to comment.