Releases: coderedcorp/coderedcms
Releases · coderedcorp/coderedcms
0.10.0
0.9.1
0.9.0
New Features:
- NEW Store Locator feature powered by Google Maps. Use abstract
CoderedLocationIndexPage
andCoderedLocationPage
to implement. See the documentation for more details. - NEW import export functionality. Import or export existing pages as JSON. Import new pages from CSV files.
- Replaced Google Analytics with Google Tag Manager.
- Added additional blocks to WebPage HTML template to ease template extending.
Maintenance:
- Updated Bootstrap to 4.1.3.
- Added additional trove classifiers.
- Updated readme and documentation.
0.8.0
New Features:
- Updated to Wagtail 2.2
- Updated docs to include stability warning
Bug Fixes:
- Fixed issue where default templates generated invalid AMP syntax.
- Multiple child classes can now be created from abstract CoderedArticlePage
Upgrade considerations:
- You may need to run
makemigrations
in your project to update models inheriting from CoderedArticlePage. The related_name for the author attribute has changed.
0.7.1
Bug Fixes:
ButtonBlock
will now attempt to render documents in browser.
0.7.0
0.6.0
Features
- Added a
ContentWall
snippet. This can be used to add a paywall or an age gate, or any sort of pop up.
0.5.1
Bug Fixes
- Django version is now locked to the same version that Wagtail supports. This will prevent an error where Django 2.1 could be installed when it is not supported by Wagtail.