Plugin Directory

Changeset 2519865


Ignore:
Timestamp:
04/22/2021 03:24:02 PM (5 years ago)
Author:
piwikpro
Message:

Version 2.2.4

Location:
piwik-pro-tag-manager-integration
Files:
52 added
3 edited

Legend:

Unmodified
Added
Removed
  • piwik-pro-tag-manager-integration/trunk/README.txt

    r2255061 r2519865  
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
    1010
    11 The plugin integrates WordPress site with Piwik PRO Tag Manager, allowing to add/modify website’s tags without the need to involve IT department.
     11[DEPRECATED] The plugin integrates WordPress site with Piwik PRO Tag Manager, allowing to add/modify website’s tags without the need to involve IT department.
    1212
    1313== Description ==
     14
     15[DEPRECATED] We'll be removing this plugin by the end of May 2021. Use the new [Piwik PRO](https://wordpress.org/plugins/piwik-pro/) plugin instead.
    1416
    1517The WordPress Piwik PRO Tag Manager integration plugin allows you to include both the synchronous and asynchronous tags. When triggering the tags in a synchronous way, it adds the snippets of Piwik PRO Tag Manager’s code to the HTML head section. If you trigger them asynchronously,  it places them directly after the opening body HTML tag.
     
    111113== Changelog ==
    112114
     115= 2.2.4 =
     116*Release date: 22.04.2021*
     117
     118* Deprecated: We'll be removing this plugin by the end of May 2021.
     119
    113120= 2.2.3 =
    114121*Release date: 05.03.2020*
  • piwik-pro-tag-manager-integration/trunk/includes/section.php

    r2255061 r2519865  
    106106            if ( Settings::instance()->get_tab() !== $this->get_class() )             return;
    107107
    108             $dir = WP_CONTENT_DIR . $this->get_dir();
     108            $link = Tag_Manager::get_template( 'link', array( 'url' => 'https://wordpress.org/plugins/piwik-pro/', 'link' => 'Piwik PRO' ) );
     109            echo Tag_Manager::get_template( 'notice', array( 'content' => sprintf( Tag_Manager::__( 'Deprecated: We\'ll be removing this plugin by the end of May 2021. Use the new %s plugin instead.' ), $link ) ) );
     110
     111            $dir = WP_CONTENT_DIR . $this->get_dir();
    109112            $code = Tag_Manager::get_template( 'code', array( 'content' => $dir ) );
    110113            if     ( ! Files::file_exists( $dir ) ) echo Tag_Manager::get_template( 'notice', array( 'content' => sprintf( Tag_Manager::__( 'Dir: %s does not exists!' ), $code ) ) );
  • piwik-pro-tag-manager-integration/trunk/plugin.php

    r2255061 r2519865  
    55    Plugin URI: https://wordpress.org/plugins/piwik-pro-tag-manager-integration
    66    Description: The plugin integrates WordPress site with Piwik PRO Tag Manager, allowing to add/modify website’s tags without the need to involve IT department.
    7     Version: 2.2.3
     7    Version: 2.2.4
    88    Author: piwikpro
    99    Author URI: https://piwik.pro
Note: See TracChangeset for help on using the changeset viewer.