Skip to content

Commit

Permalink
bump version to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jun 28, 2021
1 parent a8e9667 commit 332bc55
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Contributors: m_uysl, ildarkhasanshin
Tags: yandex,metrica,stats,statistics,tools,analytics,analytics tool,metrika
Requires at least: 3.8
Tested up to: 5.5
Stable tag: 1.8.2
Tested up to: 5.8
Stable tag: 1.8.3
License: GPLv2 (or later)
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -72,6 +72,10 @@ Extract the zip file and just drop the contents in the `wp-content/plugins/` dir

## Changelog ##

### 1.8.3 ###
- fixed an XSS
- tested with WordPress 5.8

### 1.8.2 ###
- Add composer support
- tested with WordPress 5.5
Expand Down Expand Up @@ -191,4 +195,8 @@ Metrica api upgraded, if you get authentication related problems reset plugin se

### 1.7 ###

Switched to the new tracking code by default. You can turn off from the options.
Switched to the new tracking code by default. You can turn off from the options.

### 1.8.3 ###

Security release. Update the plugin ASAP!
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Contributors: m_uysl, ildarkhasanshin
Tags: yandex,metrica,stats,statistics,tools,analytics,analytics tool,metrika
Requires at least: 3.8
Tested up to: 5.5
Stable tag: 1.8.2
Tested up to: 5.8
Stable tag: 1.8.3
License: GPLv2 (or later)
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -65,6 +65,10 @@ Yandex Metrica plugin uses wp_head hook for the adds necessary tracking code. Pl

== Changelog ==

= 1.8.3 =
- fixed an XSS
- tested with WordPress 5.8

= 1.8.2 =
- Add composer support
- tested with WordPress 5.5
Expand Down Expand Up @@ -184,4 +188,8 @@ Metrica api upgraded, if you get authentication related problems reset plugin se

= 1.7 =

Switched to the new tracking code by default. You can turn off from the options.
Switched to the new tracking code by default. You can turn off from the options.

= 1.8.3 =

Security release. Update the plugin ASAP!
4 changes: 2 additions & 2 deletions yandex-metrica.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/*
Plugin Name: Yandex Metrica
Plugin URI: http://uysalmustafa.com/plugins/yandex-metrica
Plugin URI: https://github.com/mustafauysal/yandex-metrica
Description: Best metrica plugin for the use Yandex Metrica in your WordPress site.
Author: Mustafa Uysal
Version: 1.8.2
Version: 1.8.3
Text Domain: yandex-metrica
Domain Path: /languages/
Author URI: http://uysalmustafa.com
Expand Down

0 comments on commit 332bc55

Please sign in to comment.