Releases: Keleo/CustomCSSBundle
Releases · Keleo/CustomCSSBundle
2.2.0
2.1.0
Compatibility: requires minimum Kimai 2.1.0
- Fixed: route mapping type changed to attribute
- Fixed: deprecated php-cs-fixer rule
2.0.2
Compatibility: requires minimum Kimai 2.0
- Fix
remove-color-dots
rule
2.0.1
Compatibility: requires minimum Kimai 2.0
- Updates existing CSS rules to be compatible with 2.0.
- Remove (plugin) from permission/role header
Hiding navigation items will only work with Kimai 2.0.24
2.0
Compatibility: requires minimum Kimai 2.0
- Fixed: compatibility with Kimai 2.0
Attention: all existing rules from v1 are stored in var/data/custom-css-bundle.css
.
They will likely not work in v2 due to the new HTML structures and classes, therefor you have to manually import and convert them.
FYI: The new storage file is var/data/custom-css.css
1.7
Compatibility: requires minimum Kimai 1.9
- Prevent that HTML tags can be injected
- Fix code styles
1.6
Compatibility: requires minimum Kimai 1.9
- updated install documentation
- translated warning message for a rule inserted twice
- added "page action" with link to documentation
1.5
Compatibility: requires minimum Kimai 1.9
- Use FileHelper to store and load custom CSS rules
1.4
- Added permission
select_custom_css
to hide pre-made rules - Changed translation filenames from
*.xliff
to*.xlf
- Added rule for responsive tables everywhere
- Added rule to hide calendar menu in navigation
1.3
- Added rule to hide the red-lines between overlapping timesheet records
- Added rule to highlight active timesheet records
- Fixed "remove colored dot" rule for Kimai 1.9 HTML changes