Changeset 1949250
- Timestamp:
- 09/30/2018 07:32:59 AM (7 years ago)
- Location:
- matomo-tracker/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
matomo-tracker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
matomo-tracker/trunk/README.txt
r1949242 r1949250 6 6 Tested up to: 4.9.8 7 7 Requires PHP: 5.6.0 8 Stable tag: 1.2. 18 Stable tag: 1.2.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
matomo-tracker/trunk/matomo-tracker.php
r1942148 r1949250 16 16 * Plugin URI: https://wordpress.org/plugins/matomo-tracker/ 17 17 * Description: Matomo tracker adds matomo (formerly piwik) tracking code to your website while hiding your matomo installation url 18 * Version: 1.2. 118 * Version: 1.2.2 19 19 * Author: Niroma 20 20 * Author URI: https://www.niroma.net/ … … 40 40 define( NS . 'PLUGIN_NAME', 'matomo-tracker' ); 41 41 42 define( NS . 'PLUGIN_VERSION', '1.2. 1' );42 define( NS . 'PLUGIN_VERSION', '1.2.2' ); 43 43 44 44 define( NS . 'PLUGIN_NAME_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.