From 704c8081190882fc27e6c30060a966867305e790 Mon Sep 17 00:00:00 2001 From: Mahbub Rabbani Date: Mon, 24 Nov 2025 12:01:45 +0600 Subject: [PATCH 1/3] fix: Make Mozart compatible to prevent the Appsero replacement with full classnamespace. Mozart replaces all words of classes with the full namespace. --- src/Insights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Insights.php b/src/Insights.php index a86d19a..cc6d162 100644 --- a/src/Insights.php +++ b/src/Insights.php @@ -924,7 +924,7 @@ public function deactivate_scripts() {

client->__trans( 'We share your data with Appsero to troubleshoot problems & make product improvements. Learn more about how Appsero handles your data.' ), + $this->client->__trans( 'We share your data with Appsero to troubleshoot problems & make product improvements. Learn more about how we handle your data.' ), esc_url( 'https://appsero.com/' ), esc_url( 'https://appsero.com/privacy-policy' ) ); From 5b33592a8bc860b968a5434471f51b523c521f93 Mon Sep 17 00:00:00 2001 From: Mahbub Rabbani Date: Mon, 24 Nov 2025 15:54:18 +0600 Subject: [PATCH 2/3] Update data collection notice and links in Insights.php --- src/Insights.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Insights.php b/src/Insights.php index cc6d162..45968e8 100644 --- a/src/Insights.php +++ b/src/Insights.php @@ -434,7 +434,7 @@ public function admin_notice() { $notice .= ' (' . $this->client->__trans( 'what we collect' ) . ')'; $notice .= '

'; + $notice .= 'We are using Appsero to collect your data. Learn more

'; echo '

'; echo wp_kses_post( $notice ); @@ -924,7 +924,7 @@ public function deactivate_scripts() {

client->__trans( 'We share your data with Appsero to troubleshoot problems & make product improvements. Learn more about how we handle your data.' ), + $this->client->__trans( 'We share your data with Appsero to troubleshoot problems & make product improvements. Learn more↗ ↗' ), esc_url( 'https://appsero.com/' ), esc_url( 'https://appsero.com/privacy-policy' ) ); From 251c44af197edbd15c0efdb470a9f6d9dc6af13b Mon Sep 17 00:00:00 2001 From: Mahbub Rabbani Date: Mon, 24 Nov 2025 15:55:31 +0600 Subject: [PATCH 3/3] Remove duplication --- src/Insights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Insights.php b/src/Insights.php index 45968e8..d070738 100644 --- a/src/Insights.php +++ b/src/Insights.php @@ -924,7 +924,7 @@ public function deactivate_scripts() {

client->__trans( 'We share your data with Appsero to troubleshoot problems & make product improvements. Learn more↗ ↗' ), + $this->client->__trans( 'We share your data with Appsero to troubleshoot problems & make product improvements. Learn more ↗' ), esc_url( 'https://appsero.com/' ), esc_url( 'https://appsero.com/privacy-policy' ) );