Version Description
- Add composer support
- tested with WordPress 5.5
Download this release
Release Info
Developer | m_uysl |
Plugin | Yandex Metrica |
Version | 1.8.2 |
Comparing to | |
See all releases |
Code changes from version 1.8.1 to 1.8.2
- README.md +6 -2
- composer.json +10 -0
- readme.txt +6 -2
- yandex-metrica.php +1 -1
README.md
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
Contributors: m_uysl, ildarkhasanshin
|
4 |
Tags: yandex,metrica,stats,statistics,tools,analytics,analytics tool,metrika
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 (or later)
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -72,6 +72,10 @@ Extract the zip file and just drop the contents in the `wp-content/plugins/` dir
|
|
72 |
|
73 |
## Changelog ##
|
74 |
|
|
|
|
|
|
|
|
|
75 |
### 1.8.1 ###
|
76 |
- an option added for the dispatching e-commerce data
|
77 |
|
3 |
Contributors: m_uysl, ildarkhasanshin
|
4 |
Tags: yandex,metrica,stats,statistics,tools,analytics,analytics tool,metrika
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 5.5
|
7 |
+
Stable tag: 1.8.2
|
8 |
License: GPLv2 (or later)
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
72 |
|
73 |
## Changelog ##
|
74 |
|
75 |
+
### 1.8.2 ###
|
76 |
+
- Add composer support
|
77 |
+
- tested with WordPress 5.5
|
78 |
+
|
79 |
### 1.8.1 ###
|
80 |
- an option added for the dispatching e-commerce data
|
81 |
|
composer.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name" : "mustafauysal/yandex-metrica",
|
3 |
+
"description": "Best Metrica plugin for the using Yandex Metrica in your WordPress site.",
|
4 |
+
"homepage" : "https://wordpress.org/plugins/yandex-metrica/",
|
5 |
+
"type" : "wordpress-plugin",
|
6 |
+
"license" : "GPL-2.0+",
|
7 |
+
"require" : {
|
8 |
+
"composer/installers": "~1.0"
|
9 |
+
}
|
10 |
+
}
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
Contributors: m_uysl, ildarkhasanshin
|
4 |
Tags: yandex,metrica,stats,statistics,tools,analytics,analytics tool,metrika
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 (or later)
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -65,6 +65,10 @@ Yandex Metrica plugin uses wp_head hook for the adds necessary tracking code. Pl
|
|
65 |
|
66 |
== Changelog ==
|
67 |
|
|
|
|
|
|
|
|
|
68 |
= 1.8.1 =
|
69 |
- an option added for the dispatching e-commerce data
|
70 |
|
3 |
Contributors: m_uysl, ildarkhasanshin
|
4 |
Tags: yandex,metrica,stats,statistics,tools,analytics,analytics tool,metrika
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 5.5
|
7 |
+
Stable tag: 1.8.2
|
8 |
License: GPLv2 (or later)
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
65 |
|
66 |
== Changelog ==
|
67 |
|
68 |
+
= 1.8.2 =
|
69 |
+
- Add composer support
|
70 |
+
- tested with WordPress 5.5
|
71 |
+
|
72 |
= 1.8.1 =
|
73 |
- an option added for the dispatching e-commerce data
|
74 |
|
yandex-metrica.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Yandex Metrica
|
|
4 |
Plugin URI: http://uysalmustafa.com/plugins/yandex-metrica
|
5 |
Description: Best metrica plugin for the use Yandex Metrica in your WordPress site.
|
6 |
Author: Mustafa Uysal
|
7 |
-
Version: 1.8.
|
8 |
Text Domain: yandex-metrica
|
9 |
Domain Path: /languages/
|
10 |
Author URI: http://uysalmustafa.com
|
4 |
Plugin URI: http://uysalmustafa.com/plugins/yandex-metrica
|
5 |
Description: Best metrica plugin for the use Yandex Metrica in your WordPress site.
|
6 |
Author: Mustafa Uysal
|
7 |
+
Version: 1.8.2
|
8 |
Text Domain: yandex-metrica
|
9 |
Domain Path: /languages/
|
10 |
Author URI: http://uysalmustafa.com
|