Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Apr 7, 2016
1 parent ef9f9de commit f11d263
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.0.1

Added `RailsEmailPreview.find_preview_classes(dir)` that also finds classes in subdirectories, and changed the default
initializer to load classes like this:

```ruby
RailsEmailPreview.preview_classes = RailsEmailPreview.find_preview_classes('app/mailer_previews')
```

## v1.0.0

**Breaking**: REP now uses a lightweight default theme with no dependencies by default.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ REP comes with two themes: a simple standalone theme, and a theme that uses [Boo
Add [![Gem Version][gem-badge]][gem] to Gemfile:

```ruby
gem 'rails_email_preview', '~> 1.0.0'
gem 'rails_email_preview', '~> 1.0.1'
```

Add an initializer and the routes:
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_email_preview/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsEmailPreview
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit f11d263

Please sign in to comment.