Plugin Directory

Changeset 1974680


Ignore:
Timestamp:
11/15/2018 07:10:57 AM (7 years ago)
Author:
sergiorcs
Message:

Version 1.1.1

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

Legend:

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

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

    r1970556 r1974680  
    55Requires at least: 3.0
    66Tested up to: 5.1
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5050
    5151== Changelog ==
     52
     53= 1.1.1 =
     54* Added option to disable cookies.
    5255
    5356= 1.1.0 =
  • piwik-tracking-by-mente-binaria/trunk/piwik-tracking-by-mente-binaria.php

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

    r1970556 r1974680  
    55Requires at least: 3.0
    66Tested up to: 5.1
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5050
    5151== Changelog ==
     52
     53= 1.1.1 =
     54* Added option to disable cookies.
    5255
    5356= 1.1.0 =
Note: See TracChangeset for help on using the changeset viewer.