Skip to content

Commit

Permalink
feat: release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mihdan committed Apr 8, 2024
1 parent 77ec875 commit e0cba79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mytracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: MyTracker
* Description: MyTracker is multi-platform analytics and attribution for mobile apps and websites.
* Version: 1.1.2
* Version: 1.1.3
* Author: VK Team
* Author URI: https://vk.team
* Plugin URI: https://wordpress.org/plugins/mytracker/
Expand All @@ -29,7 +29,7 @@
exit;
}

define( 'VK_MYTRACKER_VERSION', '1.1.2' );
define( 'VK_MYTRACKER_VERSION', '1.1.3' );
define( 'VK_MYTRACKER_NAME', 'MyTracker' );
define( 'VK_MYTRACKER_PREFIX', 'mytracker' );
define( 'VK_MYTRACKER_SLUG', 'mytracker' );
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: vk,analytics,mailru,mytracker,mihdan
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.1.2
Stable tag: 1.1.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -49,6 +49,9 @@ Track and measure all of your monetization efforts with MyTracker: in-app purcha

== Changelog ==

= 1.1.3 (08.04.2024) =
* Added support for WordPress 6.5+

= 1.1.2 (26.02.2024) =
* Fixed errors in the admin panel

Expand Down

0 comments on commit e0cba79

Please sign in to comment.