Skip to content

Commit c57fb71

Browse files
committed
updates ckeditor to 4.14 version
1 parent 5d36d5c commit c57fb71

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ After upgraded to latest version follows these steps:
143143

144144

145145
## Version History
146+
- 7.1.6 - updates CKEditor
146147
- 7.1.5 - minor fix for recent posts
147148
- 7.1.4 - updates fulltext search package which solves the search issue
148149
- 7.1.2 - shows categories on blog home page - minor fix (if you upgrade try to re-publish view files)
@@ -164,11 +165,9 @@ After upgraded to latest version follows these steps:
164165
- 0.3 - Small changes, packagist settings.
165166
- 0.1 - Initial release
166167

167-
This package is based on [WebDevEtc's](https://github.com/WebDevEtc/BlogEtc).
168-
169168
## Issues, support, bug reports, security issues
170169

171-
Please contact me on: [email protected]
170+
172171

173172

174173

src/Views/blogetc_admin/layouts/admin_layout.blade.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@
121121

122122

123123
@if( config("blogetc.use_wysiwyg") && config("blogetc.echo_html") && (in_array( \Request::route()->getName() ,[ 'blogetc.admin.create_post' , 'blogetc.admin.edit_post' ])))
124-
<script src="https://cdn.ckeditor.com/4.10.0/standard/ckeditor.js"
125-
integrity="sha384-BpuqJd0Xizmp9PSp/NTwb/RSBCHK+rVdGWTrwcepj1ADQjNYPWT2GDfnfAr6/5dn"
126-
crossorigin="anonymous"></script>
124+
<script src="//cdn.ckeditor.com/4.14.1/full/ckeditor.js"></script>
127125
<script>
128126
if( typeof(CKEDITOR) !== "undefined" ) {
129127
CKEDITOR.replace('post_body');

0 commit comments

Comments
 (0)