- Add Wagtail 6.2 support.
- EntryPage: auto slug generation from title
- Update docs
- Add Wagtail 6.1 support. Drop Wagtail <=5.2 support.
- Add Django 5.0 support.
- Add Wagtail 5.0 support. Drop Wagtail <=4.0 support.
- Add Django 4.2 support.
- Upgrade jQuery to 2.2.4
- Add Python 3.11 support. Drop Python <=3.7 support.
- Add Django 4 support. Drop Django <3.2 support.
- Apply black.
- Update tox.
- Add markdown to EntryPages.
- Add Wagtail 4 support. Drop Wagtail <3 support.
- Drop Django <2.2 support.
- Update requirements-test.
- Update tox.
- Fix: include Python 3.10 on setup classifiers.
- Add Wagtail 3 support.
- Add Python 3.10 support. Drop Python 3.6 support.
- Remove travis.
- Fix tests suite and apply flake8.
- Updated some docs.
- Add Django 3.2 support. Drop Django <2.2 support.
- Add Wagtail 2.10-2.14 support.
- Add Python 3.9 to travis test matrix.
- Updated some docs.
- Fix circular imports.
- Add Django 3.0 support. Drop Python 3.5 support.
- Add Wagtail 2.9 support.
- Show authorship on entry page without image.
- Fix duplicate pages on sitemap.
- Updated blog model to be extensible
- Add possibility of introducing new comment providers
- Fix
puput_initial_data
command.
- Add support for Wagtail >2.7.
- Add Python 3.7 and 3.8 to travis test matrix.
- Add support for Wagtail 2.6.
- Remove Python 2 compatibility code.
- Fix header image in related entries.
- Remove Google Plus share buttons.
- Add support for Wagtail 2.4.
- Update Django version to greater than 2.1.6 to fix security issues.
- Updated some docs.
- Fix entry header image.
- Adding EntryAbstract.content_panels.
- Updated some docs.
- Fixing social share urls to match
entry_url
(Thanks to @misraX). - Django URLS upgrading to 2.0 and Wagtail 2.3 support (Thanks to @MiltonLn)
- Adding support for Django 2.1 and Wagtail 2.3 patch versions (Thanks to @MiltonLn)
- Arabic translation (Thanks to @ahwebd)
- Add missing image.
- Add missing
str
methods.
- Fix header image.
- Add support for Django 2.0 and Wagtail 2.0. Drop Python 2.7 support.
- Add code and block quote options to the entries text editor.
- Improve default template visualisation.
- Configurable default template color.
- Add social sharing links.
- Remove django-compressor dependency.
- Add German and Polish translations.
- Add missing migration.
- Fix issue that creates undesired migrations.
- Add Django 1.11 & Python 3.6 support. Drop Python 3.3 support
- Improve RSS feeds generation.
- Fix issue with templatetags.
- Add Italian, Russian, Brazilian and French translations.
- Fix url resolution issues.
- Add Travis CI integration and functional tests.
- Add Django 1.10 support.
- Minor template tweaks.
- Add initial travis support.
- Add canonical url and social share tags in templates for SEO purposes.
- Allow to place Puput's blog at any sitemap level.
- Fix issue in entry comments update method.
- Add PageChooserPanel for related entries chooser.
- Improve flexibility on adding other comment systems.
- Minor bug fixes.
- Fix issue when displaying entries without images.
- Fix css issues.
- Add django-compressor as project dependency.
- Improve tags visualization.
- Removed django-endless-pagination which is no longer maintained and is not compatible with Django 1.9. Replaced by django-el-pagination.
- Category slug is now editable on snippets section.
- Fix bug due a missing template tag.
- Altered URL structure in order to have blog as Wagtail root page.
- Added Docker integration.
- Archive list is now collapsible.
- Minor css bug fixes.
- Added a fancy logo.
- Improved visualization of entries header images.
- Minor bug fixes.
- Customizable username field in settings file.
- Improvements in the documentation.
- CSS cleanup. Added LESS file.
- Minor bug fixes.
- Added catalan translations.
- Extensible entry model.
- Initial release.