mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Release 0.7
This commit is contained in:
parent
83a4f256f1
commit
9045b09027
2 changed files with 13 additions and 1 deletions
12
CHANGES.rst
12
CHANGES.rst
|
|
@ -1,3 +1,15 @@
|
|||
Release 0.7 (Dec. 21, 2013)
|
||||
---------------------------
|
||||
|
||||
- Support for sites running on HTTPS
|
||||
|
||||
- ``embed`` filter is deprecated and replaced by ``video`` filter.
|
||||
|
||||
- caching for whole backends was removed and replaced by caching properties
|
||||
|
||||
- minor improvements on example project (fixtures, urls)
|
||||
|
||||
|
||||
Release 0.6 (Oct. 04, 2013)
|
||||
---------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Django app for easy embeding YouTube and Vimeo videos and music from
|
|||
SoundCloud.
|
||||
"""
|
||||
|
||||
VERSION = (0, 7, 'dev')
|
||||
VERSION = (0, 7, 'stable')
|
||||
|
||||
|
||||
def get_release():
|
||||
|
|
|
|||
Loading…
Reference in a new issue