File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
All notable changes to this project will be documented in this file.
4
- ## [ 1.1.1 ] -
5
- - Change settings to be a dict , adding support JQUERY_URL and FONT AWESOME customization
6
- - Fix issue with chartjs not being loaded
7
- - Enhance Font Awesome mapping by adding it to the settings
4
+
5
+ ## [ 1.1.1 ] - 2023-09-25
6
+ - Change settings to be a dict , adding support JQUERY_URL and FONT AWESOME customization # 79 & # 81
7
+ - Fix issue with chartjs not being loaded # 80
8
8
- Remove ` SLICK_REPORTING_FORM_MEDIA `
9
9
10
10
## [ 1.1.0] -
Original file line number Diff line number Diff line change 1
1
default_app_config = "slick_reporting.apps.ReportAppConfig"
2
2
3
- VERSION = (1 , 1 , 0 )
3
+ VERSION = (1 , 1 , 1 )
4
4
5
- __version__ = "1.1.0 "
5
+ __version__ = "1.1.1 "
You can’t perform that action at this time.
0 commit comments