Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
updates:
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kanzhelev committed May 20, 2018
1 parent 9ac7e73 commit 17e95a1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -11,14 +11,16 @@ If you're interested in contributing, take a look at the general [contributor's
a. Activate the plugin through the 'Plugins' menu in WordPress.
b. Go to Settings -> Application Insights and enter the Instrumentation Key you received from http://portal.azure.com. Use direct link https://ms.portal.azure.com/#create/Microsoft.AppInsights to create a new Application Insights resource

## Changelog

Please include changelog update with every pull request. Changelog is tracked in [README.txt](README.txt).

## Shutdown and cleanup

The command `docker-compose down` removes the containers and default network, but preserves your WordPress database.

The command `docker-compose down --volumes` removes the containers, default network, and the WordPress database.


## Contributing

This project welcomes contributions and suggestions. Most contributions require you to
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# Application Insights WordPress Plugin

Integrates a WordPress site with Microsoft Application Insights.
Integrates a WordPress site with Azure Application Insights.

Please refer to [README.txt](README.txt) for plugin information. See details on plugin readme authoring [here](https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/).

See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute.
See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute.
37 changes: 19 additions & 18 deletions README.txt
@@ -1,52 +1,53 @@
# Application Insights WordPress Plugin
=== Application Insights ===

* Contributors: ApplicationInsights
* Tags: Application Insights
* Requires at least: 3.0.1
* Tested up to: 4.3
* License: MIT
* License URI: http://opensource.org/licenses/MIT
Contributors: ApplicationInsights
Tags: Application Insights, monitoring, tracing, telemetry
Requires at least: 3.0.1
Requires PHP: 5.2.4
Tested up to: 4.3
License: MIT
License URI: http://opensource.org/licenses/MIT

Integrates a WordPress site with Microsoft Application Insights.

## Description
== Description ==

Integrates a WordPress site with Microsoft Application Insights. More information about Application Insights can be found [here](http://azure.microsoft.com/en-us/documentation/articles/app-insights-get-started/).

Active development is done on [GitHub](https://github.com/Microsoft/AppInsights-WordPress).

Other SDKs and documentation can be found [here](https://github.com/Microsoft/AppInsights-Home).

## Installation
== Installation ==

1. Run `compose install`
2. Upload all files to the '/wp-content/plugins/' directory.
3. Activate the plugin through the 'Plugins' menu in WordPress.
4. Go to Settings -> Application Insights and enter the Instrumentation Key you received from http://portal.azure.com. Use direct link https://ms.portal.azure.com/#create/Microsoft.AppInsights to create a new Application Insights resource.

## Changelog
== Changelog ==

### 2.3
= 2.3 =
* Added support for Wordpress Multisite Network.
* Support for `404` pages to be represented as failed requests in portal.

### 2.2
= 2.2 =
* Updated to the latest version of the Application Insights PHP SDK.

### 2.1
= 2.1 =
* Removed unnecessary custom event from being logged.

### 2.0.2
= 2.0.2 =
* Fixed Client IP Issue by updating to 0.2.4 of the PHP SDK for Application Insights.

### 2.0.1
= 2.0.1 =
* Bug fixes.

### 2.0
= 2.0 =
* Expanded to integrate the full Application Insights PHP SDK.

### 1.1
= 1.1 =
* Updated to support latest release of Application Insights which supports automatic error logging.

### 1.0
= 1.0 =
* Initial version.

0 comments on commit 17e95a1

Please sign in to comment.