Plugin Directory

Changeset 2976243


Ignore:
Timestamp:
10/09/2023 08:17:31 AM (2 years ago)
Author:
plerdy
Message:

Updating plugin to 1.3.2 with A/B testing tracking code

Location:
plerdy-heatmap/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plerdy-heatmap/trunk/plerdy_heatmap_tracking.php

    r2975674 r2976243  
    44Plugin URI: https://www.plerdy.com
    55Description: The easiest way to add the Plerdy tracking script to your WordPress site!
    6 Version: 1.3.1
     6Version: 1.3.2
    77Author: Plerdy
    88Author URI: https://www.plerdy.com
     
    3434    function __construct() {
    3535        register_deactivation_hook(__FILE__, array( $this, 'delete_option' ) );
     36        add_action( 'wp_head', array( $this, 'add_abtracking_script' ), 1 );
    3637        add_action( 'wp_footer', array( $this, 'add_script' ), 1 );
    37         add_action( 'wp_footer', array( $this, 'add_abtracking_script' ), 1 );
    3838        add_action( 'woocommerce_thankyou', array( $this, 'myscript' ), 1 );
    3939        add_action( 'admin_footer', array( $this, 'style_plerdy' ), 31 );
  • plerdy-heatmap/trunk/readme.txt

    r2975674 r2976243  
    44Requires at least: 1.0
    55Tested up to: 6.3
    6 Stable Tag: 1.3.1
     6Stable Tag: 1.3.2
    77License: GPLv2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.