Skip to content

Releases: coderedcorp/coderedcms

0.9.1

10 Dec 18:46
Compare
Choose a tag to compare

Bug fixes:

  • Move Google Tag Manager tracking code to <head> per Google documentation.

0.9.0

03 Dec 21:27
Compare
Choose a tag to compare

New Features:

  • NEW Store Locator feature powered by Google Maps. Use abstract CoderedLocationIndexPage and CoderedLocationPage 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

18 Oct 02:53
6479aa2
Compare
Choose a tag to compare

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

14 Sep 17:49
Compare
Choose a tag to compare

Bug Fixes:

  • ButtonBlock will now attempt to render documents in browser.

0.7.0

12 Sep 21:14
Compare
Choose a tag to compare

New Features:

  • Added ReusableContent snippet with full streamfield content, which can be inserted on multiple pages using a snippet chooser block.

0.6.0

30 Aug 16:06
676895b
Compare
Choose a tag to compare

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

01 Aug 18:30
293b346
Compare
Choose a tag to compare

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.

0.5.0

31 Jul 20:11
Compare
Choose a tag to compare

Initial public release.