Changeset 2727723
- Timestamp:
- 05/21/2022 09:30:34 AM (4 years ago)
- Location:
- amp-google-analytics-4-support
- Files:
-
- 13 added
- 4 edited
-
assets/icon.svg (modified) (1 diff)
-
tags/1.1.3 (added)
-
tags/1.1.3/LICENSE (added)
-
tags/1.1.3/README.md (added)
-
tags/1.1.3/ampanalyticssupport.php (added)
-
tags/1.1.3/ga4.json (added)
-
tags/1.1.3/ga4.json-license.txt (added)
-
tags/1.1.3/inc (added)
-
tags/1.1.3/inc/ampanalyticssupport-plugin-activate.php (added)
-
tags/1.1.3/index.php (added)
-
tags/1.1.3/readme.txt (added)
-
tags/1.1.3/templates (added)
-
tags/1.1.3/templates/admin.php (added)
-
tags/1.1.3/uninstall.php (added)
-
trunk/ampanalyticssupport.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/templates/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
amp-google-analytics-4-support/assets/icon.svg
r2721835 r2727723 1 1 <?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> 8 7 </svg> -
amp-google-analytics-4-support/trunk/ampanalyticssupport.php
r2726823 r2727723 4 4 * Plugin URI: https://github.com/rolandfarkasCOM/ampanalyticssupport/ 5 5 * Description: Google Analytics 4 (GA4) AMP support plugin. 6 * Version: 1.1. 26 * Version: 1.1.3 7 7 * Author: Roland Farkas 8 8 * Author URI: https://rolandfarkas.com -
amp-google-analytics-4-support/trunk/readme.txt
r2726823 r2727723 4 4 Requires at least: 4.9 5 5 Tested up to: 5.9 6 Stable tag: 1.1. 26 Stable tag: 1.1.3 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 65 65 = 1.1.2 = 66 66 * 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 9 9 // Admin Content 10 10 ?> 11 <h1>AMP G 4 Support</h1>11 <h1>AMP Google Analytics 4 Support</h1> 12 12 <form method="post" action="options.php"> 13 13 <?php settings_fields( 'ampanalyticssupport-settings' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.