From 10d1739213f9fe391f387587b14e8aa308e2d448 Mon Sep 17 00:00:00 2001 From: Erick Hitter <services@ethitter.com> Date: Sat, 5 Mar 2016 17:51:37 -0800 Subject: [PATCH] Bump version given how many times the rendering approach has changed. :) --- eth-amp-analytics-wp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eth-amp-analytics-wp.php b/eth-amp-analytics-wp.php index e3aeba5..ccae729 100644 --- a/eth-amp-analytics-wp.php +++ b/eth-amp-analytics-wp.php @@ -4,7 +4,7 @@ Plugin Name: Google Analytics for AMP Plugin URI: https://ethitter.com/plugins/ Description: Enable Google Analytics support for Automattic's AMP plugin Author: Erick Hitter -Version: 0.1 +Version: 0.2 Author URI: https://ethitter.com/ This program is free software; you can redistribute it and/or modify @@ -112,7 +112,7 @@ class ETH_AMP_Analytics_WP { if ( ! is_array( $analytics ) ) { $analytics = array(); } - + $analytics['eth-amp-googleanalytics'] = array( 'type' => 'googleanalytics', 'attributes' => array( -- GitLab