File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.0
4+
5+ - Move previews to ` test/social_cards/previews/ ` by default to match ` ActionMailer `
6+ - Rename ` image_to_data_url ` to ` attachment_data_url `
7+
38## 0.2.0
49
510Start of this document.
Original file line number Diff line number Diff line change 134134Create preview classes:
135135
136136``` ruby
137- # app /social_cards/previews/post_social_card_preview.rb
137+ # test /social_cards/previews/post_social_card_preview.rb
138138class PostSocialCardPreview
139139 def default
140140 PostSocialCard .new (Post .first)
@@ -152,4 +152,3 @@ Visit `http://localhost:3000/rails/social_cards` to preview all cards.
152152## License
153153
154154MIT
155-
Original file line number Diff line number Diff line change 11module SocialConstruct
2- VERSION = "0.2 .0"
2+ VERSION = "0.3 .0"
33end
You can’t perform that action at this time.
0 commit comments