Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
8.x-4.0
Component:
Documentation
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2019 at 13:24 UTC
Updated:
1 Jul 2019 at 11:54 UTC
Jump to comment: Most recent
Comments
Comment #2
pepemty commentedThe exact same question I was about to ask...
: )
José
Comment #3
cangurin limpiezasi have the same question. before updating i see a notice in "admin/modules/update" that maybe have risk.
I update the module in localhost and apparently no problem but i want are sure that update in my online site.
Thanks
Comment #4
cangurin limpiezasComment #5
thallesThe module may break some things if you do not have Drupal updated.
Comment #6
thallesRelease page: https://www.drupal.org/project/advagg/releases/8.x-4.0
Comment #7
thallesComment #8
pepemty commented@thalles
Thanks for the prompt reply.
Now, after I updated Drupal and everything else, I wonder how do I update advagg...?
I ran this:
composer update 'drupal/advagg:^4.0'And of course my command was rejected.
Should I uninstall my current version and reinstall version 4.0...? That will mean I have to config everything again.
Muito obrigado.
Warm regards from México.
José
Comment #9
progzy commented@thalles I don't see any explicit instructions about upgrade in the release notes so I wonder why you set this issue as fixed.
Comment #10
cangurin limpiezasin the module file "advagg.info.yml" you can read
in dependencies:
- 'drupal:system (>= 8.6)'
i think that this is the requeriment in the notice :)
Comment #11
pepemty commentedI'm already on D8.7.3, and after running
composer updateeverything is OK. Except advagg.Guess I have no other option but to uninstall advagg, then run
composer require 'drupal/advagg:^4.0'to have the new version and then config it one more time.No worries, actually.
Warm regards.
José
Comment #12
thalles@PepeMty, I changed my compositor.json and executed the composer update, my project was updated successfully.
out:
On my composer.json I change "drupal/advagg": "^3.5" to "drupal/advagg": "^4.0"
PS: It's good to back up
Comment #13
thalles@progzy, I add a observation on Release notes.
Thanks @Cangurin limpiezas for your explanation!
Comment #14
pepemty commentedObrigado, @thalles.
But I already uninstalled version 3.5, then installed v.4.0 per composer, natuarlly.
Thanks for the tip, though.
¡Afectuosos saludos!
José
Comment #15
progzy commented@thalles ok, thank you. But why not putting upgrade path on the project homepage to avoid any questioning from users?