Skip to content

Latest commit

 

History

History
111 lines (62 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

111 lines (62 loc) · 2.88 KB

Change log for ckanext-pages

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.0 (2021-03-05)

Added

  • CKAN 2.9 and Python 3 support (#109)
  • Upgrade CKEditor version (97a3ecc)

0.2.4 (2021-02-17)

Fixed

  • Do not prefix absolute HTTP URLs of uploaded image (#107)

0.2.3 (2020-09-24)

Added

  • Add blocks to main page template (bf9f3c0)

Fixed

  • Adding flash_error message in case of missing values (#97)

0.2.2 (2020-02-28)

Added

  • Allow customizatin of the pages schema from another extension (#95)

0.2.1 (2019-08-29)

Fixed

  • Added i18n folder to manifest (97a15d9)

0.2.0 (2019-08-29)

Fixed

  • Fixed support for CKAN 2.8 and CKAN 2.9 (d60ba49)

  • Order pages numerically in the header menu (eb7d215

  • Remove extraneous tags added by lxml that prevent proper rendering (bf25e9)

  • Fix about menu not being hidden (#83)

  • Fix group/org pages update permissions (#84)

  • Fixed wrong redirects when using non-default language (#60)

  • Group and organization pages could not be deleted (#53)

  • Fixed crash when Unicode is used in a menu item (#54)

Changed

  • Upgrade to font-awesome 4 on CKAN 2.7 and later (#51)

  • Honour ckan.max_images_size config option (915028)

Added

  • Added information regarding the project's license (#73)

  • Added option to edit source code in CKEditor (c66e02f)

  • Added Spanish translation (a426338)

0.1.0 (2017-03-23)

First release following the Semantic Versioning guidelines (ckanext-pages has been publicly available before without tagged releases). This release captures the current state and serves as a baseline for tracking future changes.