Merge branch 'release/0.8.x' into develop
This commit is contained in:
commit
f6cfacb50d
3 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,11 @@
|
||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
0.8.2 (2016-06-12)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
* Aldryn-only release. No code changes
|
||||||
|
|
||||||
0.8.1 (2016-06-11)
|
0.8.1 (2016-06-11)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -77,8 +77,8 @@ HELPER_SETTINGS = dict(
|
||||||
CMS_TEMPLATES=(
|
CMS_TEMPLATES=(
|
||||||
('blog.html', 'Blog template'),
|
('blog.html', 'Blog template'),
|
||||||
),
|
),
|
||||||
META_USE_SITES=True,
|
|
||||||
META_SITE_PROTOCOL='http',
|
META_SITE_PROTOCOL='http',
|
||||||
|
META_USE_SITES=True,
|
||||||
META_SITE_DOMAIN='example.com',
|
META_SITE_DOMAIN='example.com',
|
||||||
META_USE_OG_PROPERTIES=True,
|
META_USE_OG_PROPERTIES=True,
|
||||||
META_USE_TWITTER_PROPERTIES=True,
|
META_USE_TWITTER_PROPERTIES=True,
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__author__ = 'Iacopo Spalletti'
|
__author__ = 'Iacopo Spalletti'
|
||||||
__email__ = 'i.spalletti@nephila.it'
|
__email__ = 'i.spalletti@nephila.it'
|
||||||
__version__ = '0.8.1.post1'
|
|
||||||
|
__version__ = '0.9.pre1'
|
||||||
|
|
||||||
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|
||||||
|
|
Loading…
Add table
Reference in a new issue