Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
Package 1 1 1 (#243)
Browse files Browse the repository at this point in the history
* Pinned filer requirements to >= 1.2.0, updated history

* Bumped to 1.1.1

* Remove comment

* Update history

[ci skip]

* Touched for Travis

* Fix typo

[ci skip]
  • Loading branch information
mkoistinen committed Jun 22, 2016
1 parent 47099c5 commit 6058c93
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
15 changes: 12 additions & 3 deletions HISTORY
@@ -1,14 +1,23 @@
Changelog for django-filer-cmsplugins
=====================================
CHANGELOG
=========

1.1 (unreleased)
1.1.1 (2016-06-22)
------------------

* Updated requirements for Django Filer to >= 1.2.0
* Fixed an issue with thumbnail options migrations


1.1.0 (2016-06-21)
------------------

* Move ThumbnailOption to filer
* Move migrations to proper layout
* Put django's AppConfig for nice name in django admin
* Add swappable dependency to initial migration
* Add img-responsive class if automatic scaling
* Add center image alignment
* Implements AttributesField

1.0.1 (2016-01-14)
------------------
Expand Down
2 changes: 1 addition & 1 deletion cmsplugin_filer_file/__init__.py
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -23,10 +23,11 @@
],
install_requires=[
"Django >= 1.8",
"django-filer >= 1.2.0",

"django-cms >= 3.1",
"django-sekizai >= 0.4.2",
"easy_thumbnails >= 1.0",
"django-filer >= 1.0.0",
"django-appconf",
"djangocms-attributes-field>=0.0.2",
],
Expand Down

0 comments on commit 6058c93

Please sign in to comment.