Skip to content

Commit 6090994

Browse files
authored
Merge pull request #21 from blocknotes/chore/bump-to-version-1.1.0
chore: bump to version 1.1.0
2 parents ee687a3 + afdc06c commit 6090994

8 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
An Active Admin plugin to use Froala WYSIWYG editor.
44

5+
## v1.1.0 - 2024-02-18
6+
7+
- Set minimum Ruby version to 3.0.0
8+
- Set minimum ActiveAdmin version to 2.9.0
9+
- Update CI configuration
10+
511
## v1.0.0 - 2022-18-04
612

713
- Set minimum Ruby version to 2.6.0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Please :star: if you like it.
1818

1919
## Install
2020

21+
*NOTE*: if you are using Ruby < 3.0, please use Activeadmin Froala Editor 1.0.0
22+
2123
After installing Active Admin, add to your Gemfile: `gem 'activeadmin_froala_editor'` (and execute *bundle*)
2224

2325
If you installed Active Admin **without Webpacker** support:

gemfiles/rails61_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_froala_editor (1.0.0)
4+
activeadmin_froala_editor (1.1.0)
55
activeadmin (>= 2.9.0)
66

77
GEM

gemfiles/rails61_activeadmin29.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_froala_editor (1.0.0)
4+
activeadmin_froala_editor (1.1.0)
55
activeadmin (>= 2.9.0)
66

77
GEM

gemfiles/rails70_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_froala_editor (1.0.0)
4+
activeadmin_froala_editor (1.1.0)
55
activeadmin (>= 2.9.0)
66

77
GEM

gemfiles/rails71_activeadmin.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_froala_editor (1.0.0)
4+
activeadmin_froala_editor (1.1.0)
55
activeadmin (>= 2.9.0)
66

77
GEM

lib/activeadmin/froala_editor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module ActiveAdmin
44
module FroalaEditor
5-
VERSION = '1.0.0'
5+
VERSION = '1.1.0'
66
FROALA_VERSION = '4.0.10'
77
end
88
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_froala_editor",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "An Active Admin plugin to use Froala WYSIWYG editor",
55
"repository": "https://github.com/blocknotes/activeadmin_froala_editor",
66
"author": "Mattia Roccoberton <mat@blocknot.es>",

0 commit comments

Comments
 (0)