| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | * Plugin URI: https://www.forge12.com/blog/so-verwendest-du-das-double-opt-in-fuer-contact-form-7/ |
| 15 | 15 | * Description: This plugin allows you to add a double OptIn System to your Contact Form 7 & Avada Forms. |
| 16 | 16 | * Text Domain: double-opt-in |
| 17 | 17 | * Domain Path: /languages |
| 18 | - * Version: 5.6.2 | |
| 18 | + * Version: 5.6.3 | |
| 19 | 19 | * Requires at least: 6.0 |
| 20 | 20 | * Requires PHP: 7.4 |
| 21 | 21 | * Author: Forge12 Interactive GmbH |
| 22 | 22 | * Author URI: https://www.forge12.com |
| @@ -56,9 +56,9 @@ | ||
| 56 | 56 | return; |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | 59 | if ( ! defined( 'FORGE12_OPTIN_VERSION' ) ) { |
| 60 | - define( 'FORGE12_OPTIN_VERSION', '5.6.2' ); | |
| 60 | + define( 'FORGE12_OPTIN_VERSION', '5.6.3' ); | |
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | // Addon API version — semver-independent from the plugin's marketing |
| 64 | 64 | // version. Bumped only on breaking changes to the Addon API surface |
| @@ -724,9 +724,9 @@ | ||
| 724 | 724 | // Show warning for major/minor version changes |
| 725 | 725 | if ( version_compare( $new_minor, $current_minor, '>' ) ) { |
| 726 | 726 | $upgrade_notice = sprintf( |
| 727 | 727 | '</p><div class="notice inline notice-warning notice-alt" style="margin: 10px 0; padding: 10px; border-left-color: #ffb900;"><p><strong>%s</strong></p><p>%s</p></div><p style="display:none;">', |
| 728 | - esc_html__( '⚠️ Important: Major Update – Please backup before updating!', 'double-opt-in' ), | |
| 728 | + esc_html__( 'Important: Major Update – Please backup before updating!', 'double-opt-in' ), | |
| 729 | 729 | esc_html__( 'This version includes significant changes to the form management system, email templates, and database structure. We strongly recommend creating a full site backup before updating.', 'double-opt-in' ) |
| 730 | 730 | ); |
| 731 | 731 | |
| 732 | 732 | echo wp_kses_post( $upgrade_notice ); |