You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!WC_Admin_Notices::user_has_dismissed_notice($notice_id)) {
593
+
$message = sprintf(__( 'The plugin PostFinanceCheckout has been tested up to WooCommerce %1$s but you have installed the version %2$s. Please notice that this is not recommended.' , 'woo-postfinancecheckout'), WC_POSTFINANCECHECKOUT_REQUIRED_WC_MAXIMUM_VERSION, $woocommerce_data['Version']);
@@ -23,7 +23,8 @@ To use this extension, a PostFinance Checkout account is required. Sign up on [P
23
23
24
24
== Documentation ==
25
25
26
-
Additional documentation for this plugin is available [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.4/docs/en/documentation.html).
26
+
Additional documentation for this plugin is available [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.5
27
+
/docs/en/documentation.html).
27
28
28
29
== Support ==
29
30
@@ -56,8 +57,8 @@ Support queries can be issued on the [PostFinance Checkout support site](https:/
56
57
== Changelog ==
57
58
58
59
59
-
= 3.0.4 - April 23 2024 =
60
-
- [Hotfix] Restore version and tested against comments in base file
60
+
= 3.0.5 - April 25 2024 =
61
+
- [Bugfix] Notification message in admin panel is now truly dissmisable.
0 commit comments