- Craft 5 compatibility.
- The "Additional CSS" field is now powered by the Code Editor package. (thanks @khalwat)
- Craft 4 compatibility.
- Added
cacheBusting
config setting to enable/disable hash-based cache busting. - Now logs warnings if unable to generate a hash for cache busting.
- Split up
sha1_file
in order to reduce risk of CP hanging while generating a hash.
- Prevents Matrix fields from reloading CSS on each block. (thanks @bencroker)
- Now allows for multiple, comma-separated file paths. (thanks @nickolasjadams)
- Made the viewing area larger. (thanks @SayChi)
- File path now includes proper support for environmental values.
- Custom CSS now loads after the default Craft CSS.
- Refactored to make better use of Asset Bundles.
- Refactored to load custom CSS just before template loads.
- Updated sample CSS in README (no longer needs
!important
).
- Updated minimum required version of Craft.
- Now references
hasCpSettings
from PHP instead of Composer. - Minor adjustment to sample CSS.
- Craft 3 compatibility.
- Craft 2.5 compatibility.
- Formatted
additionalCss
field using CodeMirror.
- Removed useless error message.
- Formatted
additionalCss
field to nicely display code snippets.
- Improved error messaging.
- Added cache busting for file-based CSS.
- Added ability to save CSS in a file.
Initial release.