Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
26.52 KB
MD5: 84eb52e52e77a0b1b0631e4b8dfaeea5
SHA-1: 5d4670aa938456ab60c01725cbe3e226329003f8
SHA-256: 891f8a42419d5c83dfcbd9d4e2e6670537d258e590fcb8f17a4bf11ce06ed985
Download zip
35.85 KB
MD5: 485c9ad25446f20743475f5d17b96a21
SHA-1: 8a3b7f3c2f7c05528b3799a65ed38042f35b3d0c
SHA-256: 7c823294bf0c0431fd3e2e363e6ffde5427ec80e778a1c111510e8134fd9f092
Release notes
Issue #2378025 by ilkkave [BUGFIX] Fix PDO Exception for duplicates
e10ef5e by git
The machine name is not quoted anymore leading to duplicates when
saving the environment indicator record.
Issue #2426915 by gifad [BUGFIX] Use port in environment switcher
a6d5cdd by gifad
Pass the port information when opening the current page in a
different environment.
Issue #2573423 [BUGFIX] Prevent jQuery error with once plugin
fed6700 by guschilds
Avoid generating an error in newer jQuery versions with the way we
are using jQuery.once().
[BUGFIX] Sort environments list by weight
bd664ae by danepowell
Use the weight property to sort the environments list in the admin
screen, instead of sorting by alphabetic order.