Skip to content

Releases: emencia/cmsplugin-blocks

v1.5.3

17 Oct 23:11
Compare
Choose a tag to compare

v1.5.2

05 Oct 14:48
Compare
Choose a tag to compare
1.5.2

v1.5.1

30 Sep 23:23
Compare
Choose a tag to compare
1.5.1

v1.5.0

30 Sep 23:22
Compare
Choose a tag to compare
1.5.0

v1.4.0

30 Aug 10:03
Compare
Choose a tag to compare
1.4.0

v1.3.2

12 Jul 01:09
Compare
Choose a tag to compare
1.3.2

v1.3.0

08 Jul 01:17
Compare
Choose a tag to compare
1.3.0

v1.1.0

21 May 00:06
Compare
Choose a tag to compare
  • Upgraded to django-smart-media>=0.3.0 to fix plugin form layout on file inputs,
    close #20;
  • Cleaned Sass sources from old useless fileinput sources;
  • Updated PO and MO files, added missing blank locale for 'en';
  • Fixed plugin form to use the proper features field label;
  • Removed all signal receiver auto_purge_files_on_change usage from all plugins to
    remove a misbehavior with file purge and page publication. This means files related
    to deleted plugin won't be automatically removed anymore, close #22;

v1.0.0

26 Apr 20:12
Compare
Choose a tag to compare

Major release to upgrade to modern backend supports and some other improvements.
Your project need to upgrade to the new requirements supports to be able to migrate to
this version and further.

  • Removed support for Python less than 3.8;
  • Removed support for Django less than 3.2;
  • Removed support for DjangoCMS less than 3.11.x;
  • Added support for Python from 3.8 to 3.10;
  • Added support for Django from 3.2 to 4.1;
  • Added support for DjangoCMS from 3.11.x;
  • Added new field features on every block, this field won't be showed on default
    installation since there is no defined features. User have to define them in
    respective plugin settings;
  • Added new plugin container;
  • Updated default plugin templates, it just inherits from the test one. User will have
    to copy the respective plugin test template to create their own and define them in
    settings;
  • Upgrade package setup, Makefile, documentation configuration, Tox configuration;
  • Removed included SmartMedia stuff in profit of django-smart-media
    requirement;
  • Rewrited tests;
  • Renamed default settings module from settings to defaults;
  • Documentation has been updated for the new plugin Container and for installation
    document. A next version should comes further to restructurate documentation for
    improvements;
  • Added modern sandbox frontend with bootstrap=^5.1.3 built with Node.js;

0.7.1

06 Jun 15:01
Compare
Choose a tag to compare

Release fix for package and documentation publishing on ReadTheDoc.

Manifest file was not accurate and package has been wrongly built
and so was missing the templatetags modules.

The resulting package was incorrect and ReadTheDoc could not build the
documentation.