Skip to content

Releases: ckan/ckanext-showcase

v1.7.0

17 Apr 12:41
f24b0cd
Compare
Choose a tag to compare

What's Changed

  • Fix navigation menu headers by @avdata99 in #169
    • Starting this version, ckanext-showcase will no longer replace the whole menu headers menu, instead it will call super() and add a showcase link at the end.
  • Add English Australia (en_AU) translation files for showcase extension by @MarkCalvert in #168

New Contributors

Full Changelog: v1.6.1...v1.7.0

v1.6.1

15 Jun 09:49
9e57022
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

16 Feb 11:20
a9c86ce
Compare
Choose a tag to compare

What's Changed

  • Add CSRF token and drop support old versions by @pdelboca in #164
    • Adds support for CSRF Token in the showcase form
    • Adds support for CSRF Token when uploading images with CKEditor
    • Updates CKEditor to its latest version: 36.0.1
    • Sanitize blueprints endpoints. (all blueprints should be called with showcase_blueprint.<endpoint>)

Full Changelog: v1.5.2...v1.6.0

v1.5.2

02 Nov 10:40
51e35c5
Compare
Choose a tag to compare
  • Fix compatibility with 2.9

v1.5.1

10 Aug 08:31
Compare
Choose a tag to compare
  • Dependency update

v1.5.0

20 Apr 13:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.8...v1.5.0

v1.4.8

17 Jan 15:38
Compare
Choose a tag to compare
  • Add Chinese (Traditional, Taiwan) translations (#136)
  • Dependency update

v1.4.7

04 Jan 14:17
Compare
Choose a tag to compare
  • Fix ReST in README (#133)
  • Move minimal requirements into setup.py (#134)

v1.4.6

04 Jan 11:11
420f4d3
Compare
Choose a tag to compare
  • Fix version number in setup.py

v1.4.5

25 Nov 10:00
716220b
Compare
Choose a tag to compare
  • Add German and French translations
  • Fix logic for API routes #128
  • Dependency updates