You are here

CHANGELOG.txt in Domain Menus for Domains 9.1.x

Same filename and directory in other branches
  1. 9.x CHANGELOG.txt
8.x-1.0-alpha6, 2020-09-27
-----------------------
- Stop saving menu labels with special char encoding.
- Updatedb script added to resave domain menus labels with htmlspecialchars_decode().

8.x-1.0-alpha5, 2020-03-25
-----------------------
- Replaced all \Drupal calls with dependency injection in all classes.
- Fixed an issue where domain menus are lost and can't be recreated after module uninstall and install again.

8.x-1.0-alpha4, 2020-03-24
-----------------------
- Replaced \Drupal call with dependency injection in DomainMenusSettingsForm (issue #3121980; thanks /u/kuldeep_mehra27 for the fix/patch!)

8.x-1.0-alpha3, 2019-11-14
-----------------------
- Disallow altering domain assignment of auto-created menus.


8.x-1.0-alpha2, 2019-11-14
-----------------------
- Changed field name of domain assignment on menu add/edit to avoid conflicts with other modules.


8.x-1.0-alpha1, 2019-11-12
-----------------------
- Initial release

File

CHANGELOG.txt
View source
  1. 8.x-1.0-alpha6, 2020-09-27
  2. -----------------------
  3. - Stop saving menu labels with special char encoding.
  4. - Updatedb script added to resave domain menus labels with htmlspecialchars_decode().
  5. 8.x-1.0-alpha5, 2020-03-25
  6. -----------------------
  7. - Replaced all \Drupal calls with dependency injection in all classes.
  8. - Fixed an issue where domain menus are lost and can't be recreated after module uninstall and install again.
  9. 8.x-1.0-alpha4, 2020-03-24
  10. -----------------------
  11. - Replaced \Drupal call with dependency injection in DomainMenusSettingsForm (issue #3121980; thanks /u/kuldeep_mehra27 for the fix/patch!)
  12. 8.x-1.0-alpha3, 2019-11-14
  13. -----------------------
  14. - Disallow altering domain assignment of auto-created menus.
  15. 8.x-1.0-alpha2, 2019-11-14
  16. -----------------------
  17. - Changed field name of domain assignment on menu add/edit to avoid conflicts with other modules.
  18. 8.x-1.0-alpha1, 2019-11-12
  19. -----------------------
  20. - Initial release