Changeset 1974680
- Timestamp:
- 11/15/2018 07:10:57 AM (7 years ago)
- Location:
- piwik-tracking-by-mente-binaria
- Files:
-
- 2 edited
- 9 copied
-
tags/1.1.1 (copied) (copied from piwik-tracking-by-mente-binaria/trunk)
-
tags/1.1.1/assets/i18n/piwik-tracking-by-mente-binaria.pot (copied) (copied from piwik-tracking-by-mente-binaria/trunk/assets/i18n/piwik-tracking-by-mente-binaria.pot)
-
tags/1.1.1/assets/i18n/pt_PT.mo (copied) (copied from piwik-tracking-by-mente-binaria/trunk/assets/i18n/pt_PT.mo)
-
tags/1.1.1/assets/i18n/pt_PT.po (copied) (copied from piwik-tracking-by-mente-binaria/trunk/assets/i18n/pt_PT.po)
-
tags/1.1.1/models/options.class.php (copied) (copied from piwik-tracking-by-mente-binaria/trunk/models/options.class.php)
-
tags/1.1.1/piwik-tracking-by-mente-binaria.php (copied) (copied from piwik-tracking-by-mente-binaria/trunk/piwik-tracking-by-mente-binaria.php) (2 diffs)
-
tags/1.1.1/readme.txt (copied) (copied from piwik-tracking-by-mente-binaria/trunk/readme.txt) (2 diffs)
-
tags/1.1.1/views/backend/settings.class.php (copied) (copied from piwik-tracking-by-mente-binaria/trunk/views/backend/settings.class.php)
-
tags/1.1.1/views/frontend/script.class.php (copied) (copied from piwik-tracking-by-mente-binaria/trunk/views/frontend/script.class.php)
-
trunk/piwik-tracking-by-mente-binaria.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
piwik-tracking-by-mente-binaria/tags/1.1.1/piwik-tracking-by-mente-binaria.php
r1970556 r1974680 8 8 Plugin URI: https://www.sergiosantos.me/ 9 9 Description: Add the Matomo tracking code to your website. 10 Version: 1.1. 010 Version: 1.1.1 11 11 Author: Sergio Santos 12 12 Author URI: https://www.sergiosantos.me/ … … 40 40 41 41 // Set some constants required throughout the application. 42 define( 'SS_MATOMOTRACKING_VERSION', '1. 0.14' );42 define( 'SS_MATOMOTRACKING_VERSION', '1.1.1' ); 43 43 define( 'SS_MATOMOTRACKING_SLUG', 'piwik-tracking-by-mente-binaria' ); 44 44 define( 'SS_MATOMOTRACKING_PATH', realpath( dirname( __FILE__ ) ) ); -
piwik-tracking-by-mente-binaria/tags/1.1.1/readme.txt
r1970556 r1974680 5 5 Requires at least: 3.0 6 6 Tested up to: 5.1 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 50 50 51 51 == Changelog == 52 53 = 1.1.1 = 54 * Added option to disable cookies. 52 55 53 56 = 1.1.0 = -
piwik-tracking-by-mente-binaria/trunk/piwik-tracking-by-mente-binaria.php
r1970556 r1974680 8 8 Plugin URI: https://www.sergiosantos.me/ 9 9 Description: Add the Matomo tracking code to your website. 10 Version: 1.1. 010 Version: 1.1.1 11 11 Author: Sergio Santos 12 12 Author URI: https://www.sergiosantos.me/ … … 40 40 41 41 // Set some constants required throughout the application. 42 define( 'SS_MATOMOTRACKING_VERSION', '1. 0.14' );42 define( 'SS_MATOMOTRACKING_VERSION', '1.1.1' ); 43 43 define( 'SS_MATOMOTRACKING_SLUG', 'piwik-tracking-by-mente-binaria' ); 44 44 define( 'SS_MATOMOTRACKING_PATH', realpath( dirname( __FILE__ ) ) ); -
piwik-tracking-by-mente-binaria/trunk/readme.txt
r1970556 r1974680 5 5 Requires at least: 3.0 6 6 Tested up to: 5.1 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 50 50 51 51 == Changelog == 52 53 = 1.1.1 = 54 * Added option to disable cookies. 52 55 53 56 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.