Plugin Directory

Changeset 2029412


Ignore:
Timestamp:
02/12/2019 04:20:45 PM (7 years ago)
Author:
sergiorcs
Message:

Fixed forgotten version definition in main file.

Location:
piwik-tracking-by-mente-binaria
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • piwik-tracking-by-mente-binaria/tags/1.1.2/piwik-tracking-by-mente-binaria.php

    r2029393 r2029412  
    88Plugin URI: https://www.sergiosantos.me/
    99Description: Add the Matomo tracking code to your website.
    10 Version: 1.1.1
     10Version: 1.1.2
    1111Author: Sergio Santos
    1212Author URI: https://www.sergiosantos.me/
     
    4040
    4141// Set some constants required throughout the application.
    42 define( 'SS_MATOMOTRACKING_VERSION', '1.1.1' );
     42define( 'SS_MATOMOTRACKING_VERSION', '1.1.2' );
    4343define( 'SS_MATOMOTRACKING_SLUG', 'piwik-tracking-by-mente-binaria' );
    4444define( 'SS_MATOMOTRACKING_PATH', realpath( dirname( __FILE__ ) ) );
  • piwik-tracking-by-mente-binaria/trunk/piwik-tracking-by-mente-binaria.php

    r1974680 r2029412  
    88Plugin URI: https://www.sergiosantos.me/
    99Description: Add the Matomo tracking code to your website.
    10 Version: 1.1.1
     10Version: 1.1.2
    1111Author: Sergio Santos
    1212Author URI: https://www.sergiosantos.me/
     
    4040
    4141// Set some constants required throughout the application.
    42 define( 'SS_MATOMOTRACKING_VERSION', '1.1.1' );
     42define( 'SS_MATOMOTRACKING_VERSION', '1.1.2' );
    4343define( 'SS_MATOMOTRACKING_SLUG', 'piwik-tracking-by-mente-binaria' );
    4444define( 'SS_MATOMOTRACKING_PATH', realpath( dirname( __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.