Plugin Directory

Changeset 2354525


Ignore:
Timestamp:
08/07/2020 11:16:18 AM (6 years ago)
Author:
plerdy
Message:

Update

Location:
plerdy-heatmap
Files:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • plerdy-heatmap/tags/1.01/plerdy_heatmap_tracking.php

    r2353920 r2354525  
    5656            $this->uniqueID,
    5757            array( $this, 'admin_options'),
    58             plugins_url('images/plerdy_icon.png', __FILE__)
     58            plugins_url('images/icon.png', __FILE__)
    5959            );
    6060    }
  • plerdy-heatmap/tags/1.01/readme.txt

    r2353920 r2354525  
    44Requires at least: 1.0
    55Tested up to: 5.4.2
    6 Stable Tag: 1.02
     6Stable Tag: 1.01
    77License: GPLv2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • plerdy-heatmap/tags/1.01/views/options.php

    r2353920 r2354525  
    11<div class="wrap">
    2     <h1><img src="<?php echo plugins_url('/../images/plerdy_icon.png', __FILE__);?>">Plerdy Heatmap for WordPress</h1>
     2    <h1><img src="<?php echo plugins_url('/../images/icon.png', __FILE__);?>">Plerdy Heatmap for WordPress</h1>
    33    <p>Grab your Plerdy heatmap tracking script <a href="https://a.plerdy.com" target="_blank">here</a>, and paste it below.</p>
    44    <form action="options.php" method="post">
  • plerdy-heatmap/trunk/plerdy_heatmap_tracking.php

    r2353920 r2354525  
    5656            $this->uniqueID,
    5757            array( $this, 'admin_options'),
    58             plugins_url('images/plerdy_icon.png', __FILE__)
     58            plugins_url('images/icon.png', __FILE__)
    5959            );
    6060    }
  • plerdy-heatmap/trunk/readme.txt

    r2353920 r2354525  
    44Requires at least: 1.0
    55Tested up to: 5.4.2
    6 Stable Tag: 1.02
     6Stable Tag: 1.01
    77License: GPLv2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • plerdy-heatmap/trunk/views/options.php

    r2353920 r2354525  
    11<div class="wrap">
    2     <h1><img src="<?php echo plugins_url('/../images/plerdy_icon.png', __FILE__);?>">Plerdy Heatmap for WordPress</h1>
     2    <h1><img src="<?php echo plugins_url('/../images/icon.png', __FILE__);?>">Plerdy Heatmap for WordPress</h1>
    33    <p>Grab your Plerdy heatmap tracking script <a href="https://a.plerdy.com" target="_blank">here</a>, and paste it below.</p>
    44    <form action="options.php" method="post">
Note: See TracChangeset for help on using the changeset viewer.