Skip to content

Commit f394db7

Browse files
committed
v0.2.4
1 parent 63cc2f8 commit f394db7

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017 Mattia Roccoberton
1+
Copyright (c) 2017-2020 Mattia Roccoberton
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Features:
1010
![screenshot](screenshot.png)
1111

1212
## Install
13-
- Update your Gemfile: `gem 'activeadmin_froala_editor'` (and execute *bundle*)
14-
- Add at the end of your ActiveAdmin styles (_app/assets/stylesheets/active_admin.scss_):
13+
- After installing Active Admin, add to your Gemfile: `gem 'activeadmin_froala_editor'` (and execute *bundle*)
14+
- Add at the end of your Active Admin styles (_app/assets/stylesheets/active_admin.scss_):
1515
```css
1616
@import 'font-awesome/font-awesome';
1717
@import 'activeadmin/froala_editor_input';
1818
```
19-
- Add at the end of your ActiveAdmin javascripts (_app/assets/javascripts/active_admin.js_):
19+
- Add at the end of your Active Admin javascripts (_app/assets/javascripts/active_admin.js_):
2020
```js
2121
//= require activeadmin/froala_editor/froala_editor.pkgd.min
2222
//= require activeadmin/froala_editor_input
@@ -29,7 +29,7 @@ Features:
2929
## Examples
3030

3131
```ruby
32-
# ActiveAdmin article form conf:
32+
# Active Admin article form conf:
3333
form do |f|
3434
f.inputs 'Article' do
3535
f.input :title
@@ -53,12 +53,12 @@ the *upload_admin_post_path*) and it doesn't provide a way to remove images (jus
5353
the editor will not destroy them, you'll need to implement a purge logic for that).
5454

5555
## Notes
56-
- To use this plugins with ActiveAdmin 1.x please use the version [0.1.3](https://github.com/blocknotes/activeadmin_froala_editor/releases/tag/v0.1.3)
56+
- To use this plugins with Active Admin 1.x please use the version [0.1.3](https://github.com/blocknotes/activeadmin_froala_editor/releases/tag/v0.1.3)
5757

5858
## Do you like it? Star it!
5959
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
6060

61-
Take a look at [other ActiveAdmin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source) that I made if you are curious.
61+
Take a look at [other Active Admin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source) that I made if you are curious.
6262

6363
## Contributors
6464
- [Mattia Roccoberton](http://blocknot.es): author

lib/activeadmin/froala_editor/version.rb

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

33
module ActiveAdmin
44
module FroalaEditor
5-
VERSION = '0.2.1'
5+
VERSION = '0.2.4'
66
end
77
end

0 commit comments

Comments
 (0)