Plugin Directory

Changeset 2727723


Ignore:
Timestamp:
05/21/2022 09:30:34 AM (4 years ago)
Author:
rolandfarkas
Message:

v1.1.3

Location:
amp-google-analytics-4-support
Files:
13 added
4 edited

Legend:

Unmodified
Added
Removed
  • amp-google-analytics-4-support/assets/icon.svg

    r2721835 r2727723  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30" width="30" height="30">
    3     <title>AMP</title>
    4     <g fill="none" fill-rule="evenodd">
    5         <path fill="#FFF" d="M0 15c0 8.284 6.716 15 15 15 8.285 0 15-6.716 15-15 0-8.284-6.715-15-15-15C6.716 0 0 6.716 0 15z"/>
    6         <path fill="#005AF0" fill-rule="nonzero" d="M13.85 24.098h-1.14l1.128-6.823-3.49.005h-.05a.57.57 0 0 1-.568-.569c0-.135.125-.363.125-.363l6.272-10.46 1.16.005-1.156 6.834 3.508-.004h.056c.314 0 .569.254.569.568 0 .128-.05.24-.121.335L13.85 24.098zM15 0C6.716 0 0 6.716 0 15c0 8.284 6.716 15 15 15 8.285 0 15-6.716 15-15 0-8.284-6.715-15-15-15z"/>
    7     </g>
     2<!-- Generator: Adobe Illustrator 25.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
     3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
     4     viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
     5<image style="overflow:visible;enable-background:new    ;" width="256" height="256" xlink:href="icon-256x256.png"  transform="matrix(0.1391 0 0 0.1391 -2.8048 -2.8048)">
     6</image>
    87</svg>
  • amp-google-analytics-4-support/trunk/ampanalyticssupport.php

    r2726823 r2727723  
    44* Plugin URI: https://github.com/rolandfarkasCOM/ampanalyticssupport/
    55* Description: Google Analytics 4 (GA4) AMP support plugin.
    6 * Version: 1.1.2
     6* Version: 1.1.3
    77* Author: Roland Farkas
    88* Author URI: https://rolandfarkas.com
  • amp-google-analytics-4-support/trunk/readme.txt

    r2726823 r2727723  
    44Requires at least: 4.9
    55Tested up to: 5.9
    6 Stable tag: 1.1.2
     6Stable tag: 1.1.3
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    6565= 1.1.2 =
    6666* Fix session calculator
     67= 1.1.3 =
     68* Fix Typo on the admin page
  • amp-google-analytics-4-support/trunk/templates/admin.php

    r2726085 r2727723  
    99 // Admin Content
    1010?>
    11   <h1>AMP G4 Support</h1>
     11  <h1>AMP Google Analytics 4 Support</h1>
    1212  <form method="post" action="options.php">
    1313    <?php settings_fields( 'ampanalyticssupport-settings' ); ?>
Note: See TracChangeset for help on using the changeset viewer.