Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Donations
Commits
602d6a28
Commit
602d6a28
authored
Oct 13, 2021
by
Michael Iseard
Browse files
Add migrations for 3.1.0
parent
86776bf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Service/ActivatorService.php
View file @
602d6a28
...
...
@@ -182,6 +182,12 @@ class ActivatorService {
$settings
::
remove_setting
(
'address_required'
);
}
if
(
version_compare
(
$old_version
,
'3.1.0'
,
'<'
)
)
{
// Remove unused settings.
$settings
::
remove_setting
(
'return_message_enable'
);
$settings
::
remove_setting
(
'custom_return_enable'
);
}
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment