Skip to content

Commit

Permalink
set version to 0.9.39.5 for bugfix release (imap/pop3 ticks not enabl…
Browse files Browse the repository at this point in the history
…ed if active in hosting plan when editing hosting plan)

Signed-off-by: Michael Kaufmann (d00p) <[email protected]>
  • Loading branch information
d00p committed Feb 14, 2018
1 parent edd5ef0 commit 5c30961
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/froxlor.sql
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ opcache.interned_strings_buffer'),
('panel', 'password_special_char_required', '0'),
('panel', 'password_special_char', '!?<>§$%+#=@'),
('panel', 'customer_hide_options', ''),
('panel', 'version', '0.9.39.4'),
('panel', 'version', '0.9.39.5'),
('panel', 'db_version', '201802130');


Expand Down
6 changes: 6 additions & 0 deletions install/updates/froxlor/0.9/update_0.9.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3933,3 +3933,9 @@
showUpdateStep("Updating from 0.9.39.3 to 0.9.39.4", false);
updateToVersion('0.9.39.4');
}

if (isFroxlorVersion('0.9.39.4')) {

showUpdateStep("Updating from 0.9.39.4 to 0.9.39.5", false);
updateToVersion('0.9.39.5');
}
2 changes: 1 addition & 1 deletion lib/version.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

// Main version variable
$version = '0.9.39.4';
$version = '0.9.39.5';

// Database version (YYYYMMDDC where C is a daily counter)
$dbversion = '201802130';
Expand Down

0 comments on commit 5c30961

Please sign in to comment.