MDL-55751 themes: document the removal of the css chunker in upgrade.txt

This commit is contained in:
Eloy Lafuente (stronk7)
2019-09-11 23:25:56 +02:00
parent 6cbc3be766
commit 99c0463c0c
+3
View File
@@ -3,6 +3,9 @@ information provided here is intended especially for theme designer.
=== 3.8 ===
* Moodle does not produce chunked CSS anymore, instead an unique css fils is generated and served (MDL-55751). This implies:
* css_chunk_by_selector_count() has been removed.
* css_store_css(), theme_styles_get_filename() and theme_styles_get_etag() don't accept any chunk-related param anymore.
* The PHP Less compilier has now been removed from the core library.
Please consider migrating your theme to use SCSS.
* It is now possible to use sub-directories when creating mustache templates.