Skip to content

Commit

Permalink
New version 1.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
batiste committed Jan 23, 2017
1 parent 82cab6f commit 3b3bf14
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ django-page-cms

This Django CMS enables you to create and administrate hierarchical pages in a simple and powerful way.

For a quick demo.

$ pip install django-page-cms[full]; gerbi --create mywebsite

More informations

* `Install <http://django-page-cms.readthedocs.io/en/latest/installation.html>`_
* `Full documentation <http://django-page-cms.readthedocs.io/en/latest/>`_
* `How to contribute <doc/contributions.rst>`_
Expand Down
18 changes: 18 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

This file describe new features and incompatibilites between released version of the CMS.

Release 1.9.13
================

Released the 23rd of January 2017.

* Added a Media model for the new media library
* Added a way to insert images from the media library into the basic Rich Text Editor
* File placeholders now create a new media for each user upload


Release 1.9.12
================

Released the 5th of January 2017.

* Improve the frontend edit mode with an edit bar on the top left of the page so you can disable
the edit mode if necessary.


Release 1.9.11
================
Expand Down
1 change: 1 addition & 0 deletions doc/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Features
(content area) in admin by adding placeholders tags into page templates.
* Django admin application integration.
* Multilingual support.
* Media Library.
* Revisions.
* Plugin for page content export and import in JSON files within the admin interface
* Plugin for page content export and import in PO format for translations
Expand Down
2 changes: 1 addition & 1 deletion pages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Django page CMS module."""
VERSION = (1, 9, 12)
VERSION = (1, 9, 13)
__version__ = '.'.join(map(str, VERSION))
__author__ = "Batiste Bieler"
__contact__ = "batiste.bieler@gmail.com"
Expand Down

0 comments on commit 3b3bf14

Please sign in to comment.