Wagtailembedder Versions Save

Snippets embedder for Wagtail richtext fields

1.2

6 years ago

Added

  • Compatibility with Python 3.5 and 3.6

Changed

  • Now licensed under MIT
  • The snippet button isn't enabled by default anymore. Add snippet to the list of features of your RichTextBlocks and RichTextFields to show the button or use the register_rich_text_features to register it as a default feature with features.default_features.append('snippet').

Removed

  • Compatibility with Python 2.6, 3.2 and 3.3
  • Compatibility with Wagtail prior 1.12

1.1

7 years ago

Package compatible with Wagtail 1.4.x and 1.3.x (possibly previous version but untested)

1.0

8 years ago

Package compatible with Wagtail 1.4.x and 1.3.x (possibly previous version but untested)

0.1.5

8 years ago

Package compatible with Wagtail 1.3.1. Won't work with older versions.

0.1.4

8 years ago

Wheel and build properly working

0.1.2

9 years ago

Bug fixes

v0.1.1

9 years ago
  • Some bugs fixed.
  • CSS improved.
  • Exceptions properly handled.

v0.1

9 years ago

First working version.