coderedcms

Wagtail + CodeRed Extensions enabling rapid development of marketing-focused websites.

OTHER License

Downloads
3.4K
Stars
659
Committers
27

Bot releases are hidden (Show)

coderedcms - 0.15.0

Published by vsalvino over 5 years ago

coderedcms - 0.14.1

Published by vsalvino over 5 years ago

coderedcms - 0.14.0

Published by vsalvino over 5 years ago

coderedcms - 0.13.3

Published by vsalvino over 5 years ago

coderedcms - 0.13.2

Published by vsalvino over 5 years ago

coderedcms - 0.13.1

Published by vsalvino over 5 years ago

coderedcms - 0.13.0

Published by vsalvino over 5 years ago

coderedcms - 0.12.1

Published by vsalvino over 5 years ago

0.12.1 was an immediate follow up from 0.12.0 due to a missing commit when building pypi package.

Release notes:

coderedcms - 0.11.0

Published by vsalvino over 5 years ago

coderedcms - 0.10.0

Published by vsalvino almost 6 years ago

coderedcms - 0.9.1

Published by vsalvino almost 6 years ago

Bug fixes:

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

Published by corysutyak almost 6 years ago

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.
coderedcms - 0.8.0

Published by vsalvino about 6 years ago

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.
coderedcms - 0.7.1

Published by corysutyak about 6 years ago

Bug Fixes:

  • ButtonBlock will now attempt to render documents in browser.
coderedcms - 0.7.0

Published by vsalvino about 6 years ago

New Features:

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

Published by corysutyak about 6 years ago

Features

  • Added a ContentWall snippet. This can be used to add a paywall or an age gate, or any sort of pop up.
coderedcms - 0.5.1

Published by corysutyak about 6 years ago

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.
coderedcms - 0.5.0

Published by vsalvino about 6 years ago

Initial public release.