Skip to content

Commit

Permalink
1, Improve the Script partial to load jQuery v2.2.4 by default.
Browse files Browse the repository at this point in the history
2, Improve the Road Map file for the v1.0.2.
3, Improve the Change Log file for the v1.0.2.
4, Migrate the version from v1.0.1 to v1.0.2.
  • Loading branch information
topbitdu committed Jul 27, 2016
1 parent 3177c8a commit 6d5c50b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
1. Improved the Script partial to load jQuery v2.2.3 by default
2. Improved the Style partial to load Font Awesome v4.6.3 by default
3. Improved the Style partial to load Font Awesome v3.5.2 by default

## v1.0.2
1. Improved the Script partial to load jQuery v2.2.4 by default
3 changes: 3 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
2. Improve the Style partial to load Font Awesome v4.6.3 by default
3. Improve the Style partial to load Font Awesome v3.5.2 by default

## v1.0.2
1. Improve the Script partial to load jQuery v2.2.4 by default

## v1.1
1. Improve the Meta partial
2 changes: 1 addition & 1 deletion app/views/repres/hyper_text/_script.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% options = defined?(options) ? options : nil %>
<%= javascript_include_tag "//cdn.bootcss.com/modernizr/#{library_version(:modernizr, '2.8.3', options)}/modernizr.min.js" if library_enabled?(:modernizr, options) %>
<%= javascript_include_tag "//cdn.bootcss.com/jquery/#{library_version(:jquery, '2.2.3', options)}/jquery.min.js" if library_enabled?(:jquery, options) %>
<%= javascript_include_tag "//cdn.bootcss.com/jquery/#{library_version(:jquery, '2.2.4', options)}/jquery.min.js" if library_enabled?(:jquery, options) %>
2 changes: 1 addition & 1 deletion lib/repres/hyper_text/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Repres
module HyperText
VERSION = '1.0.1'.freeze
VERSION = '1.0.2'.freeze
end
end

0 comments on commit 6d5c50b

Please sign in to comment.