We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f5019 commit 5759632Copy full SHA for 5759632
2 files changed
CHANGES.rst
@@ -2,21 +2,16 @@ Changelog
2
=========
3
4
5
-1.0.0
+0.5.0
6
-----
7
8
-Rlease date: -
+Release date: 2023/10/12
9
10
- Drop Python 2 and 3.6 support.
11
+- Migrate from Travis CI to GitHub Actions.
12
- Remove the deprecated ``codesnippet`` argument in ``ckeditor.config()``.
-
13
14
-0.4.7
15
------
16
17
-Release date: -
18
19
-- Fix the compatiable issue with Flask 3.0
+- Fix the compatibility issue with Flask 3.0 version.
+- Add message parameter to ``upload_success`` callback to support custom warning message.
20
21
22
0.4.6
setup.py
@@ -17,7 +17,7 @@
setup(
name='Flask-CKEditor',
- version='0.4.6',
+ version='0.5.0',
url='http://github.com/helloflask/flask-ckeditor',
license='MIT',
23
author='Grey Li',
0 commit comments