Commit 49b2c59 1 parent 751b57c commit 49b2c59 Copy full SHA for 49b2c59
File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.24.7] - 2025-01-11
4
+
5
+ ### Bug Fixes
6
+
7
+ * Incorrect license in gemspec ([ 751b57c] ( https://github.com/Mati365/ckeditor5-rails/commit/751b57c5247763e0b2be4b93349a7b7f14c60838 ) )
8
+
9
+ ### Documentation
10
+
11
+ * Update license links in docs ([ 9eda4c6] ( https://github.com/Mati365/ckeditor5-rails/commit/9eda4c68ac5d08754cf344c102f45930878c1ed9 ) )
12
+ * Fix links in docs ([ d5c0416] ( https://github.com/Mati365/ckeditor5-rails/commit/d5c041619246140b3df5b084829694366e5ecf9e ) )
13
+
3
14
## [ 1.24.6] - 2024-12-22
4
15
5
16
### Features
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- ckeditor5 (1.24.6 )
4
+ ckeditor5 (1.24.7 )
5
5
rails (>= 6.0 , < 9.0 )
6
6
terser (~> 1.0 )
7
7
Original file line number Diff line number Diff line change 2
2
3
3
module CKEditor5
4
4
module Rails
5
- VERSION = '1.24.6 '
5
+ VERSION = '1.24.7 '
6
6
7
7
DEFAULT_CKEDITOR_VERSION = '44.1.0'
8
8
end
You can’t perform that action at this time.
0 commit comments