Skip to content

Commit

Permalink
Merge pull request #84 from helloflask/disable-version-check
Browse files Browse the repository at this point in the history
Disable version check
  • Loading branch information
greyli authored Jul 4, 2024
2 parents ec4364c + 0dd6d1a commit ce57b16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Changelog

Release date: -

- Disable the version check for old CKEditor versions.


0.5.2
-----

Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

CKEditor integration for Flask, including image upload, code syntax highlighting, and more.

> [!IMPORTANT]\
> This project is unmaintained due to the CKEditor 4's end of life, and we will not support CKEditor 5 (GPL licensed).
> Please consider using paid CKEditor 4 LTS version, CKEditor 5, or other alternatives. Thanks!
## Links

Expand All @@ -16,13 +19,6 @@ CKEditor integration for Flask, including image upload, code syntax highlighting
* [Examples](https://github.com/helloflask/flask-ckeditor/tree/master/examples)


## Donate

If you find Flask-CKEditor useful, please consider
[donating today](https://opencollective.com/flask-ckeditor/donate). Your donation keeps
Flask-CKEditor maintained and updated with CKEditor.


## License

This project is licensed under the MIT License (see the `LICENSE` file for details).
1 change: 1 addition & 0 deletions flask_ckeditor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def _get_config(name, url=False):
filebrowserUploadUrl: "{file_uploader}",
filebrowserBrowseUrl: "{file_browser}",
extraPlugins: "{','.join(extra_plugins)}",
versionCheck: false,
{csrf_header} // CSRF token header for XHR request
{custom_config}
}});
Expand Down

0 comments on commit ce57b16

Please sign in to comment.