The format is based on Keep a Changelog
- Drop support for CKAN 2.7 and 2.8
- Drop support for PY2
- Removes get_plus_icon() helper
- Adds support for CSRF token
- Rename helper
get_wysiwyg_editor
topages_get_wysiwyg_editor
to avoid name clash with other extensions (likeckanext-showcase
)
- Fix content styles (1d96e35)
- Fix predefined styles in CKeditor (#113)
- Move DB tables initialization to CLI commands (#112)
- Allow other plugins to customize CKEditor (#113)
- Add font plugin to CKEditor (#113)
- Fix links in blog page (#111)
- Wrap form fields in blocks for easier extending (3618dd7)
- CKAN 2.9 and Python 3 support (#109)
- Upgrade CKEditor version (97a3ecc)
- Do not prefix absolute HTTP URLs of uploaded image (#107)
- Add blocks to main page template (bf9f3c0)
- Adding flash_error message in case of missing values (#97)
- Allow customizatin of the pages schema from another extension (#95)
- Added i18n folder to manifest (97a15d9)
-
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)
-
Upgrade to font-awesome 4 on CKAN 2.7 and later (#51)
-
Honour ckan.max_images_size config option (915028)
-
Added information regarding the project's license (#73)
-
Added option to edit source code in CKEditor (c66e02f)
-
Added Spanish translation (a426338)
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.