Fixed
Project:
Visual Website Optimizer
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2026 at 07:58 UTC
Updated:
30 Apr 2026 at 01:56 UTC
Jump to comment: Most recent
Comments
Comment #2
mhh commenteduse_existing_jquery: This setting was dropped in 2.2Comment #4
mhh commentedComment #5
mhh commentedComment #9
elc commentedThank you for this.
I ended up splitting up your commit into the logical changes, and adjusted the js to use the same syntax as it was previously so that only changed lines show up in the MR. It makes it easier to see where the changes are, and why they are being done instead of a single large commit that does multiple things.
I've also added a hook_update_N to remove the now defunct config value.
Comment #11
sagesolutions commentedI think someone forgot to test!
https://git.drupalcode.org/project/visual_website_optimizer/-/merge_requ...
The line above is missing a comma at the end, which mangles the account_id and version into one string, causing it to not load/run properly. See below
Comment #13
elc commentedSomething has gone wrong there :/ The tester on the website showed it as working and I was able to do a test. Looks like I had the wrong version installed when I was testing. Should really add automated tests to this.
Publishing new release now.