Plugin Directory

Changeset 3104008


Ignore:
Timestamp:
06/18/2024 10:30:03 AM (22 months ago)
Author:
piwikpro
Message:

Version 1.3.5

Location:
piwik-pro
Files:
67 added
3 edited

Legend:

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

    r3091344 r3104008  
    33Tags: Piwik PRO, Piwik, analytics, website stats, woocommerce
    44Requires at least: 5.7
    5 Tested up to: 6.5.3
    6 Stable tag: 1.3.4
     5Tested up to: 6.5.4
     6Stable tag: 1.3.5
    77Requires PHP: 7.4
    88License: GPLv3
     
    109109== Changelog ==
    110110
     111= 1.3.5 =
     112**Release date: 18.06.2024**
     113
     114* Add: Added deprecated notice for sync container.
     115
    111116= 1.3.4 =
    112117**Release date: 23.05.2024**
  • piwik-pro/trunk/includes/Settings.php

    r3091344 r3104008  
    120120                                                            ],
    121121                                                            'after' => Plugin::__( 'Additional container (sync)' ),
    122                                                             'description' => Plugin::__( 'Add this container if you want to use sync tags. It loads tags before the page content loads.' )
     122                                                            'description' => Plugin::__( 'Add this container if you want to use sync tags. It loads tags before the page content loads.<br />
     123                                                                             <p><span class="notice notice-warning">Support for the sync tags will be sunset on October 7, 2024. We recommend using async tags instead.</span></p>' )
    123124                                                        ]
    124125                                                    ]
  • piwik-pro/trunk/plugin.php

    r3091344 r3104008  
    55 * Plugin URI:        https://wordpress.org/plugins/piwik-pro/
    66 * Description:       Adds the Piwik PRO container (with tracking code) to your WordPress site.
    7  * Version:           1.3.4
     7 * Version:           1.3.5
    88 * Requires at least: 5.7
    99 * Requires PHP:      7.4
Note: See TracChangeset for help on using the changeset viewer.