Skip to content

Commit 809daa5

Browse files
committed
1.2.10
* [tested] with WordPress 6.7 * [update] Action links
1 parent 7ffd217 commit 809daa5

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

ajdg-matomo-tracker-dashboard.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/* ------------------------------------------------------------------------------------
33
* COPYRIGHT NOTICE
4-
* Copyright 2020-2023 Arnan de Gans. All Rights Reserved.
4+
* Copyright 2020-2025 Arnan de Gans. All Rights Reserved.
55
66
* COPYRIGHT NOTICES AND ALL THE COMMENTS SHOULD REMAIN INTACT.
77
* By using this code you agree to indemnify Arnan de Gans from any
@@ -100,7 +100,7 @@
100100
<div id="stats" class="ajdg-postbox-content">
101101
<h2><?php _e('Help with development', 'ajdg-matomo-tracker'); ?></h2>
102102
<p><?php _e('AJdG Matomo Tracker is developed independently from Matomo and Arnan is not affiliated with Matomo or their team. Developing plugins like this, however small, takes a lot of time and resources. If you like AJdG Matomo Tracker or you find it useful please consider making a donation. Thanks for your support!', 'ajdg-matomo-tracker'); ?></p>
103-
<p><a class="button-primary" href="https://ajdg.solutions/go/donate" target="_blank"><?php _e('Donate via Paypal', 'ajdg-matomo-tracker'); ?></a> <a class="button-secondary" href="https://wordpress.org/support/plugin/matomo-analytics/reviews?rate=5#postform" target="_blank"><?php _e('Write review on wordpress.org', 'ajdg-matomo-tracker'); ?></a> <a class="button-secondary" href="https://ajdg.solutions/forums/forum/matomo-tracker/?mtm_campaign=matomo_tracker" target="_blank"><?php _e('Support Forum', 'ajdg-matomo-tracker'); ?></a></p>
103+
<p><a class="button-primary" href="https://arnan.me/donate.html" target="_blank"><?php _e('Donate via Paypal', 'ajdg-matomo-tracker'); ?></a> <a class="button-secondary" href="https://wordpress.org/support/plugin/matomo-analytics/reviews?rate=5#postform" target="_blank"><?php _e('Write review on wordpress.org', 'ajdg-matomo-tracker'); ?></a> <a class="button-secondary" href="https://support.ajdg.net/" target="_blank"><?php _e('Support', 'ajdg-matomo-tracker'); ?></a></p>
104104

105105
<h2><?php _e('News and Updates', 'ajdg-matomo-tracker'); ?></h2>
106106
<p><a href="http://ajdg.solutions/feed/" target="_blank" title="Subscribe to the AJdG Solutions RSS feed!" class="button-primary"><i class="icn-rss"></i>Subscribe via RSS feed</a> <em>No account required!</em></p>

ajdg-matomo-tracker-functions.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/* ------------------------------------------------------------------------------------
33
* COPYRIGHT NOTICE
4-
* Copyright 2020-2023 Arnan de Gans. All Rights Reserved.
4+
* Copyright 2020-2025 Arnan de Gans. All Rights Reserved.
55
66
* COPYRIGHT NOTICES AND ALL THE COMMENTS SHOULD REMAIN INTACT.
77
* By using this code you agree to indemnify Arnan de Gans from any
@@ -210,8 +210,8 @@ function ajdg_matomo_has_error() {
210210
-------------------------------------------------------------*/
211211
function ajdg_matomo_action_links($links) {
212212
$links['ajdg-matomo-settings'] = sprintf('<a href="%s">%s</a>', admin_url('tools.php?page=matomo-tracker'), 'Settings');
213-
$links['ajdg-matomo-help'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://ajdg.solutions/forums/forum/matomo-tracker/?mtm_campaign=matomo_tracker', 'Support');
214-
$links['ajdg-matomo-ajdg'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://ajdg.solutions/?mtm_campaign=matomo_tracker', 'ajdg.solutions');
213+
$links['ajdg-matomo-help'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://support.ajdg.net/', 'Support');
214+
$links['ajdg-matomo-ajdg'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://ajdg.solutions/', 'ajdg.solutions');
215215

216216
return $links;
217217
}
@@ -260,7 +260,7 @@ function ajdg_matomo_nonce_error() {
260260
echo ' <h2 style="text-align: center;">'.__('Oh no! Something went wrong!', 'ajdg-matomo-tracker').'</h2>';
261261
echo ' <p style="text-align: center;">'.__('WordPress was unable to verify the authenticity of the url you have clicked. Verify if the url used is valid or log in via your browser.', 'ajdg-matomo-tracker').'</p>';
262262
echo ' <p style="text-align: center;">'.__('If you have received the url you want to visit via email, you are being tricked!', 'ajdg-matomo-tracker').'</p>';
263-
echo ' <p style="text-align: center;">'.__('Contact support if the issue persists:', 'ajdg-matomo-tracker').' <a href="https://ajdg.solutions/forums/forum/matomo-tracker/?mtm_campaign=matomo_tracker" title="AJdG Solutions Support" target="_blank">Support forum</a>.</p>';
263+
echo ' <p style="text-align: center;">'.__('Contact support if the issue persists:', 'ajdg-matomo-tracker').' <a href="https://support.ajdg.net/" title="AJdG Solutions Support" target="_blank">Support forum</a>.</p>';
264264
}
265265

266266
/*-------------------------------------------------------------

ajdg-matomo-tracker.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?php
22
/*
33
Plugin Name: AJdG Matomo Tracker
4-
Plugin URI: https://ajdg.solutions/product/matomo-tracker-for-wordpress/?mtm_campaign=ajdg_matomo_tracker
4+
Plugin URI: https://ajdg.solutions/product/matomo-tracker-for-wordpress/
55
Author: Arnan de Gans
6-
Author URI: https://www.arnan.me/?mtm_campaign=ajdg_matomo_tracker
6+
Author URI: https://www.arnan.me/
77
Description: Easily add the Matomo tracking code to your websites footer and manage options for it from the dashboard.
8-
Version: 1.2.9
8+
Version: 1.2.10
99
Text Domain: ajdg-matomo-tracker
1010
Domain Path: /languages/
1111
License: GPLv3
1212
*/
1313

1414
/* ------------------------------------------------------------------------------------
1515
* COPYRIGHT NOTICE
16-
* Copyright 2020-2023 Arnan de Gans. All Rights Reserved.
16+
* Copyright 2020-2025 Arnan de Gans. All Rights Reserved.
1717
1818
* COPYRIGHT NOTICES AND ALL THE COMMENTS SHOULD REMAIN INTACT.
1919
* By using this code you agree to indemnify Arnan de Gans from any

readme.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: adegans
33
Tags: analytics, web stats, stats, tracker, matomo
44
Donate link: https://www.arnan.me/donate.html
55
Requires at least: 4.9
6-
Tested up to: 6.4.3
7-
Requires PHP: 5.6
8-
Stable tag: 1.2.9
6+
Tested up to: 6.7.2
7+
Requires PHP: 7.4
8+
Stable tag: 1.2.10
99
License: GPLv3
1010

1111
The easiest way to track visitors in Matomo. No nonsense, just stats!
@@ -36,6 +36,10 @@ Check out Matomo here and register for an account on their website: [https://mat
3636

3737
== Changelog ==
3838

39+
= 1.2.10 - March 4, 2025 =
40+
* [tested] with WordPress 6.7
41+
* [update] Action links
42+
3943
= 1.2.9 - 28 February, 2023 =
4044
* Tested to work with ClassicPress 1.5+
4145
* Updated support links

0 commit comments

Comments
 (0)