Skip to content

Commit ba680e5

Browse files
committed
Merge branch 'develop' into transifex
2 parents 6cafdd4 + 6e805c1 commit ba680e5

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

assets/css/wpr-admin.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3119,6 +3119,9 @@ div.wpr-tutorial-item {
31193119
.wpr-pma-notice .wpr-notice-container, .wpr-pma-notice p:first-child {
31203120
padding: 16px;
31213121
}
3122+
.wpr-pma-notice .wpr-notice-70 {
3123+
max-width: 70%;
3124+
}
31223125
.wpr-pma-notice .wpr-notice-description, .wpr-pma-notice p {
31233126
margin: 0;
31243127
}

assets/css/wpr-admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/components/_performanceUrlsTable.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
.wpr-notice-container, p:first-child{
77
padding: 2*$space;
88
}
9+
.wpr-notice-70 {
10+
max-width: 70%;
11+
}
912
.wpr-notice-description, p{
1013
margin: 0;
1114
}

views/settings/partials/performance-monitoring/urls-table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
?>
2929
<div class="<?php echo esc_attr( $wp_rocket_pm_quota_banner_class ); ?>" id="wpr-pma-quota-banner">
3030
<div class="wpr-notice-container">
31-
<div class="wpr-notice-description">
31+
<div class="wpr-notice-description wpr-notice-70">
3232
<?php
3333
printf(
3434
// Translators: %1$s = opening strong tag, %2$s = closing strong tag.

wp-rocket.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP Rocket
44
* Plugin URI: https://wp-rocket.me
55
* Description: The best WordPress performance plugin.
6-
* Version: 3.20-beta4
6+
* Version: 3.20-beta5
77
* Requires at least: 5.8
88
* Requires PHP: 7.3
99
* Code Name: Iego
@@ -20,7 +20,7 @@
2020
defined( 'ABSPATH' ) || exit;
2121

2222
// Rocket defines.
23-
define( 'WP_ROCKET_VERSION', '3.20-beta4' );
23+
define( 'WP_ROCKET_VERSION', '3.20-beta5' );
2424
define( 'WP_ROCKET_WP_VERSION', '5.8' );
2525
define( 'WP_ROCKET_WP_VERSION_TESTED', '6.3.1' );
2626
define( 'WP_ROCKET_PHP_VERSION', '7.3' );

0 commit comments

Comments
 (0)