mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Release 0.5
This commit is contained in:
parent
a31f4b976b
commit
bb370d8163
2 changed files with 17 additions and 1 deletions
16
CHANGES.rst
16
CHANGES.rst
|
|
@ -1,3 +1,19 @@
|
|||
|
||||
Release 0.5 (Sep. 03, 2013)
|
||||
---------------------------
|
||||
|
||||
- Added Vimeo thumbnails support
|
||||
|
||||
- Added caching of results
|
||||
|
||||
- Added example project
|
||||
|
||||
- Fixed template tag embed
|
||||
|
||||
- Fixed raising UnknownIdException in YouTube detecting.
|
||||
|
||||
|
||||
|
||||
Release 0.4 (Aug. 22, 2013)
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Django app for easy embeding YouTube and Vimeo videos and music from
|
|||
SoundCloud.
|
||||
"""
|
||||
|
||||
VERSION = (0, 5, 'dev')
|
||||
VERSION = (0, 6, 'dev')
|
||||
|
||||
|
||||
def get_release():
|
||||
|
|
|
|||
Loading…
Reference in a new issue