Issue #3051766 by bnjmnm, alexpott, Oleksiy, finnsky, zrpnr, jungle, Wim Leers, vacho, anmolgoyal74, lauriii, tim.plunkett, rachel_norfolk, andypost, catch, Gábor Hojtsy, nod_, fubarhouse: Deprecate and replace jQuery Joyride (for tours)
2021-05-19 12:22:11 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Post update functions for Tour.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2022-02-08 12:16:18 +00:00
|
|
|
* Implements hook_removed_post_updates().
|
Issue #3051766 by bnjmnm, alexpott, Oleksiy, finnsky, zrpnr, jungle, Wim Leers, vacho, anmolgoyal74, lauriii, tim.plunkett, rachel_norfolk, andypost, catch, Gábor Hojtsy, nod_, fubarhouse: Deprecate and replace jQuery Joyride (for tours)
2021-05-19 12:22:11 +00:00
|
|
|
*/
|
2022-02-08 12:16:18 +00:00
|
|
|
function tour_removed_post_updates() {
|
|
|
|
return [
|
|
|
|
'tour_post_update_joyride_selectors_to_selector_property' => '10.0.0',
|
|
|
|
];
|
Issue #3051766 by bnjmnm, alexpott, Oleksiy, finnsky, zrpnr, jungle, Wim Leers, vacho, anmolgoyal74, lauriii, tim.plunkett, rachel_norfolk, andypost, catch, Gábor Hojtsy, nod_, fubarhouse: Deprecate and replace jQuery Joyride (for tours)
2021-05-19 12:22:11 +00:00
|
|
|
}
|