Skip to content

Commit b74484a

Browse files
tweak: improve WooCommerce Analytics disabled error message
Update class-wcdp-progress.php and readme.txt
1 parent 52fab7f commit b74484a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

includes/class-wcdp-progress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public function maybe_show_analytics_warning() {
379379
$analytics_enabled = get_option('woocommerce_analytics_enabled', 'yes');
380380
if ($analytics_enabled === 'no') {
381381
$html = '<strong>'
382-
. esc_html__('WooCommerce Analytics is disabled. The donation progress bar will not function correctly. Please enable it in WooCommerce settings.', 'wc-donation-platform')
382+
. esc_html__('WooCommerce Analytics is disabled. The donation progress bar & Leaderboard will not function correctly. Please enable it in WooCommerce settings.', 'wc-donation-platform')
383383
. '</strong> <a href="https://www.wc-donation.com/documentation/troubleshooting/how-to-enable-woocommerce-analytics/" target="_blank">'
384384
. esc_html__('Documentation', 'wc-donation-platform')
385385
. '</a>';

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,10 @@ Active development of Donation Platform for WooCommerce: Fundraising & Donation
168168
= 1.3.4 =
169169
fix: fee recovery checkbox not being applied
170170
fix: make $product variable global to avoid issues with some payment gateways
171+
fix: make sure order_counter only works for donation projects
172+
tweak: improve WooCommerce Analytics disabled error message
171173
chore: use wc_price for amount suggestions
174+
chore: improve footer text
172175
dev: add `wcdp_skip_nonce_validation` filter that allows users to disable add2cart nonce verification
173176

174177
= 1.3.3 2024-11-17 =

0 commit comments

Comments
 (0)