Skip to content

Commit 0e5c694

Browse files
committed
Bump version to v4.7.0.4
1 parent ce0a241 commit 0e5c694

3 files changed

Lines changed: 43 additions & 38 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ matrix:
1717
- rvm: 2.2.9
1818
gemfile: gemfiles/rails-3.2.gemfile
1919
allow_failures:
20+
- rvm: 2.5.0
2021
- gemfile: gemfiles/rails-master.gemfile
2122
fast_finish: true

CHANGELOG.md

Lines changed: 41 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,47 @@ See [GitHub Releases](https://github.com/bokmann/font-awesome-rails/releases)
22

33
## Changes
44

5-
| Version | FontAwesome SHA1 | Notes / Other additions |
6-
|---------|------------------|--------------------------------------------------------------------|
7-
| 4.7.0.0 | `a8386aa` | [4.7.0 release](https://github.com/FortAwesome/Font-Awesome/pull/10012) (new icons) |
8-
| 4.6.3.1 | `8e241f2` | Removed version query string from font assets |
9-
| 4.6.3.0 | `8e241f2` | [4.6.3 release](https://github.com/FortAwesome/Font-Awesome/pull/9189) (new brand icons) |
10-
| 4.6.2.0 | `e7cc59d` | [4.6.2 release](https://github.com/FortAwesome/Font-Awesome/pull/9117) (fixes and new icons) |
11-
| 4.6.1.0 | `6535013` | [4.6.1 release](https://github.com/FortAwesome/Font-Awesome/pull/8962) (minor stylesheet fixes) |
12-
| 4.6.0.0 | `5697be9` | 4.6.0 release (new icons) |
13-
| 4.5.0.1 | `dbc8d1b` | added official Rails 5 support |
14-
| 4.5.0.0 | `dbc8d1b` | 4.5.0 release (new icons) |
15-
| 4.4.0.0 | `e554555` | 4.4.0 release (new icons) |
16-
| 4.3.0.0 | `41b9ed0` | 4.3.0 release (new icons) |
17-
| 4.2.0.0 | `a65bd93` | 4.2.0 release (new icons) |
18-
| 4.1.0.0 | `2649d91` | 4.1.0 release (new icons) |
19-
| 4.0.3.2 | `0373b63` | icon right alignment support in helpers |
20-
| 4.0.3.1 | `0373b63` | asset pipeline improvements |
21-
| 4.0.3.0 | `0373b63` | 4.0.3 release (minor icon renames and updates) |
22-
| 4.0.1.0 | `c84c8ab` | 4.0.1 release (fixed hdd icon and fa-stack alignment) |
23-
| 4.0.0.0 | `4e92eeb` | 4.0.0 release (new naming conventions, new icons, IE7 support dropped) |
24-
| 3.2.1.3 | `b1a8ad4` | added `fa_icon` and `fa_stacked_icon` view helpers |
25-
| 3.2.1.2 | `b1a8ad4` | fixed suffix on svg font url during asset precompilation |
26-
| 3.2.1.1 | `b1a8ad4` | renamed Font::Awesome module to FontAwesome to avoid Font name conflicts |
27-
| 3.2.1.0 | `b1a8ad4` | 3.2.1 release (stylesheet fixes) |
28-
| 3.2.0.0 | `a9065a1` | 3.2.0 release (new icons) |
29-
| 3.1.1.3 | `949a765` | repackaged gem; cleaned out extraneous files |
30-
| 3.1.1.2 | `949a765` | vendor/assets -> app/assets; Improved Rails 4 support |
31-
| 3.1.1.1 | `949a765` | asset_path -> font_path usage; Now requires Rails >= 3.2. |
32-
| 3.1.1.0 | `949a765` | 3.1.1 release (icon fixes) |
33-
| 3.1.0.0 | `a4612d8` | 3.1.0 release (new icons) |
34-
| 3.0.2.0 | `13d5dd3` | 3.0.2 release (better IE7 rendering) |
35-
| 3.0.1.0 | `7d173f2` | 3.0.1 release (bug fixes and alignment improvements) |
36-
| 0.5.0 | `contrib` | (christhekeele) Attempt to prepare request to 3.0 release of font-awesome |
37-
| 0.4.0 | `05e5e5b` | Pullup request to 2.0 release of font-awesome |
38-
| 0.3.0 | (unknown) | (sorry, will make sure that doesn't happen again) |
39-
| 0.2.1 | `563a6f3` | Forgot I had patched the css to reflect the font assetified location. |
40-
| 0.2.0 | `563a6f3` | Repackaged after their new release |
41-
| 0.1.0 | `378b2d7` | Simplest packaging as a gem as possible |
5+
| Version | FontAwesome SHA1 | Notes / Other additions |
6+
|---------|------------------|-------------------------------------------------------------------------------------------------|
7+
| 4.7.0.4 | `a8386aa` | added Rails 5.2 support |
8+
| 4.7.0.3 | `a8386aa` | improve gemspec description |
9+
| 4.7.0.2 | `a8386aa` | added Rails 5.1 support |
10+
| 4.7.0.1 | `a8386aa` | helpers no longer modify passed options |
11+
| 4.7.0.0 | `a8386aa` | [4.7.0 release](https://github.com/FortAwesome/Font-Awesome/pull/10012) (new icons) |
12+
| 4.6.3.1 | `8e241f2` | Removed version query string from font assets |
13+
| 4.6.3.0 | `8e241f2` | [4.6.3 release](https://github.com/FortAwesome/Font-Awesome/pull/9189) (new brand icons) |
14+
| 4.6.2.0 | `e7cc59d` | [4.6.2 release](https://github.com/FortAwesome/Font-Awesome/pull/9117) (fixes and new icons) |
15+
| 4.6.1.0 | `6535013` | [4.6.1 release](https://github.com/FortAwesome/Font-Awesome/pull/8962) (minor stylesheet fixes) |
16+
| 4.6.0.0 | `5697be9` | 4.6.0 release (new icons) |
17+
| 4.5.0.1 | `dbc8d1b` | added official Rails 5 support |
18+
| 4.5.0.0 | `dbc8d1b` | 4.5.0 release (new icons) |
19+
| 4.4.0.0 | `e554555` | 4.4.0 release (new icons) |
20+
| 4.3.0.0 | `41b9ed0` | 4.3.0 release (new icons) |
21+
| 4.2.0.0 | `a65bd93` | 4.2.0 release (new icons) |
22+
| 4.1.0.0 | `2649d91` | 4.1.0 release (new icons) |
23+
| 4.0.3.2 | `0373b63` | icon right alignment support in helpers |
24+
| 4.0.3.1 | `0373b63` | asset pipeline improvements |
25+
| 4.0.3.0 | `0373b63` | 4.0.3 release (minor icon renames and updates) |
26+
| 4.0.1.0 | `c84c8ab` | 4.0.1 release (fixed hdd icon and fa-stack alignment) |
27+
| 4.0.0.0 | `4e92eeb` | 4.0.0 release (new naming conventions, new icons, IE7 support dropped) |
28+
| 3.2.1.3 | `b1a8ad4` | added `fa_icon` and `fa_stacked_icon` view helpers |
29+
| 3.2.1.2 | `b1a8ad4` | fixed suffix on svg font url during asset precompilation |
30+
| 3.2.1.1 | `b1a8ad4` | renamed Font::Awesome module to FontAwesome to avoid Font name conflicts |
31+
| 3.2.1.0 | `b1a8ad4` | 3.2.1 release (stylesheet fixes) |
32+
| 3.2.0.0 | `a9065a1` | 3.2.0 release (new icons) |
33+
| 3.1.1.3 | `949a765` | repackaged gem; cleaned out extraneous files |
34+
| 3.1.1.2 | `949a765` | vendor/assets -> app/assets; Improved Rails 4 support |
35+
| 3.1.1.1 | `949a765` | asset_path -> font_path usage; Now requires Rails >= 3.2. |
36+
| 3.1.1.0 | `949a765` | 3.1.1 release (icon fixes) |
37+
| 3.1.0.0 | `a4612d8` | 3.1.0 release (new icons) |
38+
| 3.0.2.0 | `13d5dd3` | 3.0.2 release (better IE7 rendering) |
39+
| 3.0.1.0 | `7d173f2` | 3.0.1 release (bug fixes and alignment improvements) |
40+
| 0.5.0 | `contrib` | (christhekeele) Attempt to prepare request to 3.0 release of font-awesome |
41+
| 0.4.0 | `05e5e5b` | Pullup request to 2.0 release of font-awesome |
42+
| 0.3.0 | (unknown) | (sorry, will make sure that doesn't happen again) |
43+
| 0.2.1 | `563a6f3` | Forgot I had patched the css to reflect the font assetified location. |
44+
| 0.2.0 | `563a6f3` | Repackaged after their new release |
45+
| 0.1.0 | `378b2d7` | Simplest packaging as a gem as possible |
4246

4347
**note on version 0.2.0**: FontAwesome now includes scss and sass files, but
4448
when I used them instead of the plain ol css file included in the project, it

lib/font-awesome-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module FontAwesome
22
module Rails
33
FA_VERSION = "4.7.0"
4-
VERSION = "4.7.0.3"
4+
VERSION = "4.7.0.4"
55
end
66
end

0 commit comments

Comments
 (0)