Skip to content

Commit

Permalink
Release 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tulimaki committed Jul 26, 2018
1 parent 0a87ad4 commit 02612d6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 6 deletions.
36 changes: 31 additions & 5 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,39 @@
Shuup Change Log
================

Unrealeased
Shuup 1.6.8
-----------

- List all changes after last release here (newer on top). Each change
on a separate bullet point line. Wrap the file at 79 columns or so.
When releasing next version, the "Unreleased" header will be replaced
with appropriate version header and this help text will be removed.
Released on 2018-07-26 10:30am -0800.

Admin
~~~~~

- Make text editor use Shuup media browser when addin pictures

Front
~~~~~

- Fix registration signal to send the person contact
- Make admin toolbar better
- Update Owl Carousel dependency to 2.3.4

General
~~~~~~~

- Unpin Cryptography dependency
- Improve around Django 1.11 support

Simple CMS
~~~~~~~~~~

- Make textarea bigger and resizable

Xtheme
~~~~~~

- Make text plugin to fallback to empty string instead of "None".


Shuup 1.6.7
-----------
Expand Down
7 changes: 7 additions & 0 deletions doc/release_notes/1.6.8.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Shuup 1.6.8 Release Notes
=========================

Released on 2018-07-26 10:30am -0800.

List of changes see `Git commit log
<https://github.com/shuup/shuup/commits/v1.6.8>`__.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# - Add ".post0.dev" suffix to VERSION variable here

NAME = 'shuup'
VERSION = '1.6.7.post0.dev'
VERSION = '1.6.8'
DESCRIPTION = 'E-Commerce Platform'
AUTHOR = 'Shuup Inc.'
AUTHOR_EMAIL = 'shuup@shuup.com'
Expand Down

0 comments on commit 02612d6

Please sign in to comment.