diff --git a/README.md b/README.md index 051be50..6cf7d75 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tags:** google analytics, google analytics multiple, UA code, Rest API **Requires at least:** 4.4 **Tested up to:** 4.8 -**Stable tag:** 1.2 +**Stable tag:** 1.3 **License:** GPLv2 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -27,6 +27,9 @@ Simple, vanilla Google Analytics plugin for adding Google Analytics tracking to ## Changelog ## +### 1.3 ### +* Added Rest API endpoint for tracking snippet + ### 1.2 ### * Added Rest API endpoint @@ -38,6 +41,9 @@ Simple, vanilla Google Analytics plugin for adding Google Analytics tracking to ## Upgrade Notice ## +### 1.3 ### +* Added Rest API endpoint for tracking + ### 1.2 ### * Added Rest API endpoint diff --git a/no-nonsense-google-analytics.php b/no-nonsense-google-analytics.php index ce5942f..716e80f 100644 --- a/no-nonsense-google-analytics.php +++ b/no-nonsense-google-analytics.php @@ -3,7 +3,7 @@ * Plugin Name: No-Nonsense Google Analytics * Plugin URI: https://labs.inn.org * Description: Simple Google Analytics plugin for embedding multiple Universal Analytics codes on your site. No dashboard, no reports. - * Version: 1.2 + * Version: 1.3 * Author: innlabs * Author URI: https://labs.inn.org * Donate link: https://labs.inn.org diff --git a/tests/test-endpoint.php b/tests/test-endpoint.php index cdf29a9..69be511 100644 --- a/tests/test-endpoint.php +++ b/tests/test-endpoint.php @@ -111,7 +111,7 @@ public function test_authorized_delete() { /** * Test get tracking snippet request. * - * @since 1.2.0 + * @since 1.3.0 */ public function test_get_tracking_snippet() { $request = new WP_REST_Request( 'GET', '/no-nonsense-google-analytics/v1/snippet' );