djangocms_blog/HISTORY.rst

252 lines
6.5 KiB
ReStructuredText
Raw Normal View History

2014-01-05 09:34:10 +00:00
.. :changelog:
2016-06-26 10:25:12 +00:00
=======
2014-01-05 09:34:10 +00:00
History
2016-06-26 10:25:12 +00:00
=======
2014-01-05 09:34:10 +00:00
2016-06-26 15:08:41 +00:00
******************
2018-02-20 16:17:02 +00:00
0.9.0 (2018-02-20)
2016-06-26 15:08:41 +00:00
******************
2018-01-14 11:54:44 +00:00
* Added support for django CMS 3.4, 3.5
2016-06-26 15:08:41 +00:00
* Dropped support for Django<1.8, django CMS<3.2.
* Added liveblog application.
2016-06-27 22:31:32 +00:00
* Refactored plugin filters: by default only data for current site are now shown.
* Added global and per site posts count to BlogCategory.
* Added option to hide empty categories from menu.
2016-06-26 15:08:41 +00:00
* Added standalone documentation at https://djangocms-blog.readthedocs.io.
2016-06-28 06:56:53 +00:00
* Enabled cached version of BlogLatestEntriesPlugin.
2016-08-03 07:24:43 +00:00
* Added plugins templateset.
* Improved category admin to avoid circular relationships.
* Dropped strict dependency on aldryn-search, haystack. Install separately for search support.
2016-09-19 13:39:06 +00:00
* Improved admin filtering.
2017-01-25 10:20:06 +00:00
* Added featured date to post.
2017-06-16 17:11:19 +00:00
* Fixed issue with urls in sitemap if apphook is not published
* Moved template to easy_thumbnails_tags template tag. Require easy_thumbnails >= 2.4.1
* Made HTML description and title fields length configurable
* Added meta representation for CategoryEntriesView
2018-01-20 18:48:14 +00:00
* Generated valid slug in wizard if the given one is taken
* Fixed error in category filtering when loading the for via POST
* Returned 404 in AuthorEntriesView if author does not exists
* Returned 404 in CategoryEntriesView if category does not exists
2018-02-02 05:26:26 +00:00
* Generate valid slug in wizard if the given one is taken
* Limit categories / related in forms only to current lan
2017-06-06 19:46:00 +00:00
*******************
2017-07-25 18:43:39 +00:00
0.8.13 (2017-07-25)
2017-06-06 19:46:00 +00:00
*******************
2017-06-11 10:38:07 +00:00
* Dropped python 2.6 compatibility
2017-06-06 05:05:50 +00:00
* Fixed exceptions in __str__
2017-06-11 10:38:07 +00:00
* Fixed issue with duplicated categories in menu
2017-06-06 19:46:00 +00:00
2017-03-11 18:44:09 +00:00
*******************
0.8.12 (2017-03-11)
*******************
* Fixed migrations on Django 1.10
2017-03-04 14:11:15 +00:00
*******************
0.8.11 (2017-03-04)
*******************
* Fixed support for aldryn-apphooks-config 0.3.1
*******************
0.8.10 (2017-01-02)
*******************
2017-01-02 10:22:09 +00:00
* Fix error in get_absolute_url
2016-09-11 18:58:15 +00:00
******************
2016-10-29 15:42:47 +00:00
0.8.9 (2016-10-25)
2016-09-11 18:58:15 +00:00
******************
* Optimized querysets
2016-10-29 15:42:47 +00:00
* Fixed slug generation in wizard
2016-06-26 15:08:41 +00:00
2016-09-04 04:51:47 +00:00
******************
0.8.8 (2016-09-04)
******************
* Fixed issue with one migration
* Improved support for django CMS 3.4
2016-07-12 23:13:50 +00:00
******************
2016-08-25 20:07:12 +00:00
0.8.7 (2016-08-25)
******************
* Added support for django CMS 3.4
* Fixed issue with multisite support
2016-07-12 23:13:50 +00:00
******************
2016-08-03 10:22:19 +00:00
0.8.6 (2016-08-03)
2016-07-12 23:13:50 +00:00
******************
* Set the correct language during indexing
2016-06-26 10:25:12 +00:00
******************
2016-06-26 08:24:49 +00:00
0.8.5 (2016-06-26)
2016-06-26 10:25:12 +00:00
******************
2016-06-26 08:24:49 +00:00
* Fixed issues with ThumbnailOption migration under mysql.
2016-06-26 10:25:12 +00:00
******************
2016-06-21 21:56:44 +00:00
0.8.4 (2016-06-22)
2016-06-26 10:25:12 +00:00
******************
2016-06-21 21:56:44 +00:00
* Fixed issues with cmsplugin-filer 1.1.
2016-06-26 10:25:12 +00:00
******************
2016-06-21 14:43:28 +00:00
0.8.3 (2016-06-21)
2016-06-26 10:25:12 +00:00
******************
2016-06-21 14:43:28 +00:00
* Stricter filer dependency versioning.
2016-06-26 10:25:12 +00:00
******************
0.8.2 (2016-06-12)
2016-06-26 10:25:12 +00:00
******************
* Aldryn-only release. No code changes
2016-06-26 10:25:12 +00:00
******************
0.8.1 (2016-06-11)
2016-06-26 10:25:12 +00:00
******************
* Aldryn-only release. No code changes
2016-06-26 10:25:12 +00:00
******************
2016-06-05 16:07:27 +00:00
0.8.0 (2016-06-05)
2016-06-26 10:25:12 +00:00
******************
2016-03-26 00:25:40 +00:00
2016-04-29 22:54:55 +00:00
* Added django-knocker integration
* Changed the default value of date_published to null
* Cleared menu cache when changing menu layout in apphook config
* Fixed error with wizard multiple registration
* Made django CMS 3.2 the default version
* Fixed error with on_site filter
* Removed meta-mixin compatibility code
2016-05-03 06:34:31 +00:00
* Changed slug size to 255 chars
2016-05-05 11:37:57 +00:00
* Fixed pagination setting in list views
* Added API to set default sites if user has permission only for a subset of sites
2016-06-05 16:06:21 +00:00
* Added Aldryn integration
2016-03-26 00:25:40 +00:00
2016-06-26 10:25:12 +00:00
******************
2016-03-19 13:13:11 +00:00
0.7.0 (2016-03-19)
2016-06-26 10:25:12 +00:00
******************
2015-12-26 21:54:23 +00:00
* Make categories non required
2016-02-07 15:38:11 +00:00
* Fix tests with parler>=1.6
2016-02-10 09:10:09 +00:00
* Use all_languages_column to admin
2016-02-11 18:25:05 +00:00
* Add publish button
2016-02-15 18:44:32 +00:00
* Fix issues in migrations. Thanks @skirsdeda
* Fix selecting current menu item according to menu layout
2016-02-23 20:38:55 +00:00
* Fix some issues with haystack indexes
2016-02-24 22:29:12 +00:00
* Add support for moved ThumbnailOption
2016-02-25 07:36:16 +00:00
* Fix Django 1.9 issues
2016-02-26 22:50:15 +00:00
* Fix copy relations method in plugins
2016-03-10 11:31:04 +00:00
* Mitigate issue when apphook config can't be retrieved
* Mitigate issue when wizard double registration is triggered
2015-12-26 21:54:23 +00:00
2016-06-26 10:25:12 +00:00
******************
2015-12-22 05:06:50 +00:00
0.6.3 (2015-12-22)
2016-06-26 10:25:12 +00:00
******************
2015-11-22 23:16:36 +00:00
2015-12-22 05:06:50 +00:00
* Add BLOG_ADMIN_POST_FIELDSET_FILTER to filter admin fieldsets
2015-11-22 23:16:36 +00:00
* Ensure correct creation of full URL for canonical urls
* Move constants to settings
2015-12-22 05:06:50 +00:00
* Fix error when no config is found
2015-11-22 23:16:36 +00:00
2016-06-26 10:25:12 +00:00
******************
2015-11-16 22:33:21 +00:00
0.6.2 (2015-11-16)
2016-06-26 10:25:12 +00:00
******************
2015-11-16 22:33:21 +00:00
* Add app_config field to BlogLatestEntriesPlugin
* Fix __str__ plugins method
* Fix bug when selecting plugins template
2016-06-26 10:25:12 +00:00
******************
2015-10-31 01:06:57 +00:00
0.6.1 (2015-10-31)
2016-06-26 10:25:12 +00:00
******************
2015-10-31 01:06:57 +00:00
* Improve toolbar: add all languages for each post
* Improve toolbar: add per-apphook configurable changefreq, priority
2016-06-26 10:25:12 +00:00
******************
2015-10-29 20:40:45 +00:00
0.6.0 (2015-10-30)
2016-06-26 10:25:12 +00:00
******************
2015-08-14 17:24:10 +00:00
2015-10-29 20:40:45 +00:00
* Add support for django CMS 3.2 Wizard
* Add support for Apphook Config
* Add Haystack support
* Improved support for meta tags
* Improved admin
2015-08-14 17:24:10 +00:00
* LatestPostsPlugin tags field has been changed to a plain TaggableManager field.
A migration is in place to move the data, but backup your data first.
2016-06-26 10:25:12 +00:00
******************
2015-08-09 07:23:33 +00:00
0.5.0 (2015-08-09)
2016-06-26 10:25:12 +00:00
******************
2015-06-28 16:42:41 +00:00
2015-07-19 07:37:26 +00:00
* Add support for Django 1.8
2015-06-28 16:42:41 +00:00
* Drop dependency on Django select2
* Code cleanups
2015-07-19 07:37:26 +00:00
* Enforce flake8 / isort checks
2015-07-21 06:27:49 +00:00
* Add categories menu
* Add option to disable the abstract
2015-06-28 16:42:41 +00:00
2016-06-26 10:25:12 +00:00
******************
2015-03-22 11:33:54 +00:00
0.4.0 (2015-03-22)
2016-06-26 10:25:12 +00:00
******************
2015-02-27 18:45:02 +00:00
* Fix Django 1.7 issues
* Fix dependencies on python 3 when using wheel packages
* Drop Django 1.5 support
* Fix various templates issues
* UX fixes in the admin
2016-06-26 10:25:12 +00:00
******************
2015-01-08 14:30:51 +00:00
0.3.1 (2015-01-07)
2016-06-26 10:25:12 +00:00
******************
2015-01-08 14:30:51 +00:00
* Fix page_name in template
* Set cascade to set null for post image and thumbnail options
2016-06-26 10:25:12 +00:00
******************
2015-01-04 17:50:05 +00:00
0.3.0 (2015-01-04)
2016-06-26 10:25:12 +00:00
******************
2014-10-04 17:27:53 +00:00
* Multisite support
2014-10-11 10:54:07 +00:00
* Configurable default author support
* Refactored settings
* Fix multilanguage issues
2014-12-02 12:04:11 +00:00
* Fix SEO fields length
* Post absolute url is generated from the title in any language if current is
2014-12-02 12:04:54 +00:00
not available
* If djangocms-page-meta and djangocms-page-tags are installed, the relevant
toolbar items are removed from the toolbar in the post detail view to avoid
confusings page meta / tags with post ones
2014-12-05 14:52:37 +00:00
* Plugin API changed to filter out posts according to the request.
2014-12-05 20:17:27 +00:00
* Django 1.7 support
2014-12-11 06:40:06 +00:00
* Python 3.3 and 3.4 support
2016-06-26 10:25:12 +00:00
******************
2014-09-24 09:56:50 +00:00
0.2.0 (2014-09-24)
2016-06-26 10:25:12 +00:00
******************
* **INCOMPATIBLE CHANGE**: view names changed!
2014-09-04 07:19:59 +00:00
* Based on django parler 1.0
* Toolbar items contextual to the current page
* Add support for canonical URLs
* Add transifex support
2014-04-19 17:25:53 +00:00
* Add social tags via django-meta-mixin
2014-04-26 07:01:23 +00:00
* Per-post or site-wide comments enabling
* Simpler TextField-based content editing for simpler blogs
2014-09-04 07:19:59 +00:00
* Add support for custom user models
2016-06-26 10:25:12 +00:00
******************
2014-03-06 19:03:07 +00:00
0.1.0 (2014-03-06)
2016-06-26 10:25:12 +00:00
******************
2014-03-06 19:03:07 +00:00
* First experimental release