From 107bac51b6d3f7da44c3c43d2e692f4519d1ce5f Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Wed, 18 Oct 2023 21:40:03 +0300 Subject: [PATCH] bump version to 2.0 --- readme.txt | 38 +++++++++++++++++++++++++++++--------- yandex-metrica.php | 3 ++- 2 files changed, 31 insertions(+), 10 deletions(-) diff --git a/readme.txt b/readme.txt index 625152d..92ed791 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === Yandex Metrica === Contributors: m_uysl Tags: yandex, metrica, stats, statistics, tools, analytics, analytics tool, metrika -Requires at least: 3.8 -Tested up to: 6.1 -Stable tag: 1.9.3 +Requires at least: 5.0 +Tested up to: 6.4 +Stable tag: 2.0 Requires PHP: 5.6 License: GPLv2 (or later) License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -17,16 +17,16 @@ The best Yandex Metrica plugin for WordPress. = What is Metrica = -Metrica is an analytics tool like just like google analytics. You can learn more about from [official website] (https://metrica.yandex.com). +Metrica is an analytics tool like just like google analytics. You can learn more about from [official website](https://metrica.yandex.com). = Features = - Easy to manage counter's tracking options. - Role based user tracking -- Dashboard widget that displaying metrica graphic, summary of site usage, top pages etc.. +- Dashboard widget that displays Metrica graphics,, summary of site usage, top pages etc.. - Role based user access for the displaying dashboard widget -- Basic mode ready! If you don't want to give API access, you can try basic mode. +- Basic mode is ready! If you don't want to give API access, you can try basic mode. - i18n support: Completely translation ready! @@ -36,9 +36,21 @@ Metrica is an analytics tool like just like google analytics. You can learn more * Turkish (tr_TR), native support * Russian (ru_RU), [oleg0789](https://profiles.wordpress.org/oleg0789) and Ксения Рыбка += Contributing = +Pull requests are welcome on [Github](https://github.com/mustafauysal/yandex-metrica) + +__If you like Yandex Metrica, then consider checking out my other projects:__ + +* Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score +* Magic Login Pro – Easy, secure, and passwordless authentication for WordPress. +* Easy Text-to-Speech for WordPress – Transform your textual content into high-quality synthesized speech with Amazon Polly. +* Handywriter – AI-powered writing assistant that can help you create content for your WordPress. +* PaddlePress PRO – Paddle Plugin for WordPress + + == Installation == -Extract the zip file and just drop the contents in the `wp-content/plugins/` directory of your WordPress installation and then activate the Plugin from admin's Plugins page. +Extract the zip file, and place the contents in the `wp-content/plugins/` directory of your WordPress installation and then activate the Plugin from admin's Plugins page. == Frequently Asked Questions == @@ -52,10 +64,10 @@ Definitely, metrica service and this plugin are totally free. Yes! (You have to use advanced mode, this feature needs API access) = I can see dashboard widget but no graph? = -Probably your counter is not working correctly, please check counter status on the official metrica website. Sometimes we can't retrieve the statistical data via API, especially on the fresh counters. +It's likely that your counter is not working correctly, please check counter status on the official metrica website. Sometimes we can't retrieve the statistical data via API, especially on the fresh counters. = Everything done, but metrica service doesn't work for me? = -Yandex Metrica plugin uses wp_head hook for the adds necessary tracking code. Please, ensure your theme has wp_footer hook? +Yandex Metrica plugin uses wp_head hook for the adds necessary tracking code. Please ensure that your theme has a wp_footer hook. == Screenshots == @@ -65,6 +77,14 @@ Yandex Metrica plugin uses wp_head hook for the adds necessary tracking code. Pl == Changelog == += 2.0 (October 18, 2023) = + - Dashboad widget improvements + - Improved accuracy of the stats + - Added encryption for the access token + - Fix jQuery deprecations + - Bump required WP version to 5.0 + - Tested with WordPress 6.4 + = 1.9.3 (November 6, 2022) = - minor tweaks & improvements - Added uninstaller diff --git a/yandex-metrica.php b/yandex-metrica.php index 1b677a2..8485dc5 100644 --- a/yandex-metrica.php +++ b/yandex-metrica.php @@ -4,8 +4,9 @@ Plugin URI: https://github.com/mustafauysal/yandex-metrica Description: The best Yandex Metrica plugin for WordPress. Author: Mustafa Uysal -Version: 1.9.3 +Version: 2.0 Requires PHP: 5.6 +Requires at least: 5.0 Text Domain: yandex-metrica Domain Path: /languages/ Author URI: https://uysalmustafa.com