Skip to content

Commit

Permalink
Deprecate GoogleVideo, don't remove it, we don't want to break apps
Browse files Browse the repository at this point in the history
  • Loading branch information
dejan committed Jan 5, 2014
1 parent 016a4fc commit 0e4a841
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@
* GoogleMap: add :zoom, :show_info, :type and :more param
* YouTube: add :autoplay option
* New filters: worldstar
* Deprecate GoogleVideo since it is discontinued

## 1.6.0, released 2012-07-28
* Twitter, Flickr, Soundcloud filters added
Expand Down
6 changes: 6 additions & 0 deletions lib/auto_html/filters/google_video.rb
@@ -0,0 +1,6 @@
# GoogleVideo is discontinued so don't do anything
# TODO Remove this filter in auto_html v2.0
AutoHtml.add_filter(:google_video) do |text, options|
text
end

0 comments on commit 0e4a841

Please sign in to comment.