Plugin Directory

Changeset 1949250


Ignore:
Timestamp:
09/30/2018 07:32:59 AM (7 years ago)
Author:
nir0ma
Message:

1.2.2 version

Location:
matomo-tracker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • matomo-tracker/trunk/README.txt

    r1949242 r1949250  
    66Tested up to: 4.9.8
    77Requires PHP: 5.6.0
    8 Stable tag: 1.2.1
     8Stable tag: 1.2.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • matomo-tracker/trunk/matomo-tracker.php

    r1942148 r1949250  
    1616 * Plugin URI:        https://wordpress.org/plugins/matomo-tracker/
    1717 * Description:       Matomo tracker adds matomo (formerly piwik) tracking code to your website while hiding your matomo installation url
    18  * Version:           1.2.1
     18 * Version:           1.2.2
    1919 * Author:            Niroma
    2020 * Author URI:        https://www.niroma.net/
     
    4040define( NS . 'PLUGIN_NAME', 'matomo-tracker' );
    4141
    42 define( NS . 'PLUGIN_VERSION', '1.2.1' );
     42define( NS . 'PLUGIN_VERSION', '1.2.2' );
    4343
    4444define( NS . 'PLUGIN_NAME_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.