Related issues:
#2973392: Use file_scan_directory to find first advagg file
#2974912: <link rel=preload> has an unsupported `type` value for css files.
#2986425: Add explicit "type=" in preload header (Link), use "text/css" media type for stylesheets
#2998555: Frequent External calls for version check on admin pages
#3003736: jQuery ready event does not work if last css file is print media
#3028378: Relocated external JS added by AJAX
#3063830: Fontfaceobserver version not detected
#3066375: Add font-display to font face parser
#3091514: Out-of-date "Core CSS and/or JS aggregation is disabled." prompt
#3097707: task: drop text/javascript from <script> tags
#3099345: Stale file cleanup attempts to delete directories on some servers
#3135446: advagg_relocate_get_remote_font_data should return an array
#3155080: Enabling advagg_js_compress breaks drush php
#3156096: Error: Call to undefined function current_path() in advagg_enabled() (line 3263 of sites/all/modules/contrib/advagg/advagg.module)
Issue fork advagg-3183547
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
thallesComment #3
nikolay shapovalov commentedIt would be amazing if we can have new release. How can I help to prepare new release?
Comment #4
poker10 commentedThe 7.x-2.36 release is out: https://www.drupal.org/project/advagg/releases/7.x-2.36
I tried to briefly check most of the issues already committed in the DEV (from 2020 until today) and except this one: #3097707: task: drop text/javascript from <script> tags, which is questionable by my opinion, other fixes should hopefully be ok. Thanks @thalles and others!
Comment #5
wamwam commentedcron stuck after update: PHP Fatal error: Maximum execution time of 600 seconds exceeded in /sites/all/modules/advagg/advagg_js_compress/jshrink.inc on line 281
Comment #6
poker10 commented@wamwam that is probably the same issue as here: #3277342: advagg_js_compress() cron stuck issue . Unfortunatelly not fixed yet. But if we manage to fix it, no problem making a new release with the fix.