PluginProbe ʕ •ᴥ•ʔ
Smush – Image Optimization, Compression, Lazy Load, WebP & CDN / 3.9.8
Smush – Image Optimization, Compression, Lazy Load, WebP & CDN v3.9.8
4.1.0 4.0.3 4.0.2 2.8.1 2.9.1 3.0.0 3.0.1 3.0.2 3.1.1 3.10.1 3.10.2 3.10.3 3.11.1 3.12.3 3.12.4 3.12.5 3.12.6 3.13.0 3.13.1 3.13.2 3.14.0 3.14.1 3.14.2 3.15.0 3.15.1 3.15.2 3.15.3 3.15.4 3.15.5 3.16.2 3.16.4 3.16.5 3.16.6 3.17.0 3.17.1 3.18.0 3.18.1 3.2.0.1 3.2.1 3.2.2.1 3.2.4 3.20.0 3.21.1 3.22.1 3.22.3 3.23.0 3.23.1 3.23.2 3.23.3 3.23.4 3.24.0 3.24.0-beta.2 3.3.0 3.3.1 3.3.2 3.4.1 3.4.2 3.6.1 3.6.3 3.7.0 3.7.1 3.7.2 3.7.3 3.8.2 3.8.3 3.8.4 3.8.5 3.8.7 3.8.8 3.9.0 3.9.1 3.9.11 3.9.2 3.9.4 3.9.5 3.9.8 3.9.9 trunk 1.0.0 1.0.1 1.0.2 1.1 1.1.1 1.1.2 1.1.3 1.2 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.5.1 1.6.5.2 1.6.5.3 1.6.5.4 1.7 1.7.1 1.7.1.1 2.0 2.0.1 2.0.3 2.0.4 2.0.5 2.0.6 2.0.6.2 2.0.6.3 2.0.6.5 2.0.7 2.0.7.1 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2 2.2.1 2.2.2 2.3 2.3.1 2.4 2.4.2 2.4.3 2.4.4 2.4.5 2.5.2 2.5.3 2.6.1 2.6.2 2.6.3 2.7 2.7.1 2.7.4 2.7.4.1 2.7.5 2.7.6 2.7.8 2.7.8.1 2.7.9.1 2.8.0 2.8.0.1
wp-smushit / app / modals / updated.php
wp-smushit / app / modals Last commit date
checking-files.php 6 years ago directory-list.php 4 years ago onboarding.php 5 years ago progress-dialog.php 4 years ago reset-settings.php 4 years ago restore-images.php 6 years ago updated.php 4 years ago webp-delete-all.php 5 years ago
updated.php
59 lines
1 <?php
2 /**
3 * Show Updated Features modal.
4 *
5 * @package WP_Smush
6 *
7 * @since 3.7.0
8 *
9 * @var string $cta_url URL for the modal's CTA button.
10 */
11
12 if ( ! defined( 'WPINC' ) ) {
13 die;
14 }
15
16 ?>
17
18 <div class="sui-modal sui-modal-md">
19 <div
20 role="dialog"
21 id="smush-updated-dialog"
22 class="sui-modal-content smush-updated-dialog"
23 aria-modal="true"
24 aria-labelledby="smush-title-updated-dialog"
25 >
26 <div class="sui-box">
27 <div class="sui-box-header sui-flatten sui-content-center sui-spacing-sides--20">
28 <figure class="sui-box-banner" aria-hidden="true">
29 <img src="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/updated/updated.png' ); ?>"
30 srcset="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/updated/updated.png' ); ?> 1x, <?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/updated/updated' ); ?>@2x.png 2x"
31 alt="<?php esc_attr_e( 'Smush Updated Modal', 'wp-smushit' ); ?>" class="sui-image sui-image-center">
32 </figure>
33
34 <button class="sui-button-icon sui-button-float--right" data-modal-close="" onclick="WP_Smush.onboarding.hideUpgradeModal()">
35 <i class="sui-icon-close sui-md" aria-hidden="true"></i>
36 </button>
37 </div>
38
39 <div class="sui-box-body sui-content-center sui-spacing-sides--30 sui-spacing-top--0 sui-spacing-bottom--50">
40 <h3 class="sui-box-title sui-lg" id="smush-title-updated-dialog" style="white-space: normal">
41 <?php esc_html_e( 'Update: Manage Your Uploaded Images!', 'wp-smushit' ); ?>
42 </h3>
43
44 <p class="sui-description">
45 <?php esc_html_e( 'You now have greater control over your images, with new settings to override WordPress Core functionality. Compress uploaded images, backup uploaded images, scale images to a desired threshold, disable scaling altogether, and more.', 'wp-smushit' ); ?>
46 </p>
47
48 <p class="sui-description">
49 <?php esc_html_e( 'Check out these new features in the Bulk Smush settings.', 'wp-smushit' ); ?>
50 </p>
51
52 <a href="<?php echo esc_url( $cta_url ); ?>" class="sui-button" onclick="WP_Smush.onboarding.hideUpgradeModal()">
53 <?php esc_html_e( 'Got it', 'wp-smushit' ); ?>
54 </a>
55 </div>
56 </div>
57 </div>
58 </div>
59