Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rclations committed Jun 23, 2017
1 parent 57c25e4 commit bc29984
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion no-nonsense-google-analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test-endpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit bc29984

Please sign in to comment.