PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.17.0
GiveWP – Donation Plugin and Fundraising Platform v4.17.0
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
← All changes | includes/admin/upgrades/views/upgrades-complete.php +13 -7 2.3.2 → 4.17.0 View file →
@@ -13,15 +13,21 @@
13 13 if ( ! defined( 'ABSPATH' ) ) {
14 14 exit;
15 15 }
16 16 ?>
17 -<div class="wrap" id="poststuff">
18 - <div id="give-updates">
19 - <h1 id="give-updates-h1"><?php esc_html_e( 'Give - Updates Complete', 'give' ); ?></h1>
20 - <hr class="wp-header-end">
17 +<div id="give-updates" class="wrap give-settings-page">
21 18
22 - <div class="give-update-panel-content">
23 - <p><?php esc_html_e( 'Congratulations! You are running the latest versions of Give and its add-ons.', 'give' ); ?></p>
19 + <div class="give-settings-header">
20 + <h1 id="give-updates-h1"
21 + class="wp-heading-inline"><?php echo sprintf( __( 'GiveWP %s Updates Complete', 'give' ), '<span class="give-settings-heading-sep dashicons dashicons-arrow-right-alt2"></span>' ); ?></h1>
22 + </div>
23 +
24 + <div id="give-updates-content">
25 + <div id="poststuff" class="give-update-panel-content give-clearfix">
26 + <p>
27 + <?php echo '🎉 '; ?>
28 + <?php esc_html_e( 'Congratulations! You are all up to date and running the latest versions of GiveWP and its add-ons.', 'give' ); ?>
29 + </p>
24 30 </div>
31 + </div>
25 32
26 - </div>
27 33 </div>