Skip to content

Commit 285ca45

Browse files
committed
update
1 parent 256e643 commit 285ca45

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$config['is_system'] = true;
99
$config['categories'] = "other";
1010
$config['position'] = 1;
11-
$config['version'] = '5.3.8';
11+
$config['version'] = '5.4';
1212

1313

1414

dashboard_notice.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ function standaloneUpdaterDashboardNoticeDissmiss()
1414
}
1515
</script>
1616

17-
<div class="js-standalone-updater-dashboard-notice card border-primary mb-3">
17+
<div class="js-standalone-updater-dashboard-notice card border-primary mb-3 p-3">
1818
<div class="card-body">
19-
<h4 class="card-title">New version is available!</h4>
20-
<p class="card-text">Current version (<?php echo MW_VERSION; ?>)</p>
21-
<p class="card-text">There is a new version (<?php echo $params['new-version']; ?>) available, do you want to update now?</p>
19+
<h2 class="card-title font-weight-bold"><?php _e('New version is available'); ?>!</h2>
20+
<p class="card-text"><?php _e('Current version'); ?> (<span class="font-weight-bold"><?php echo MW_VERSION; ?></span>)</p>
21+
<p class="card-text"><?php _e('There is a new version'); ?> (<span class="font-weight-bold"><?php echo $params['new-version']; ?></span>) <?php _e('available, do you want to update now?') ?></p>
2222

2323
<br />
2424

25-
<a href="#" onclick="standaloneUpdaterDashboardNoticeDissmiss()" class="btn btn-outline-primary">Later</a>
26-
<a href="<?php echo module_admin_url('standalone-updater'); ?>" class="btn btn-outline-primary">Update now</a>
25+
<a href="#" onclick="standaloneUpdaterDashboardNoticeDissmiss()" class="btn btn-link justify-content-center mw-admin-action-links mw-adm-liveedit-tabs me-3"><?php _e('Later') ?></a>
26+
<a href="<?php echo module_admin_url('standalone-updater'); ?>" class="btn btn-link justify-content-center mw-admin-action-links mw-adm-liveedit-tabs"><?php _e('Update now') ?></a>
2727
</div>
2828
</div>

0 commit comments

Comments
 (0)