Skip to content

Commit

Permalink
Version bump and release note updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Feb 28, 2017
1 parent 5b5bebe commit a3946e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ define( 'WP_SENTRY_PUBLIC_DSN', 'PUBLIC_DSN' );
(Optionally) define a version of your site; by default the theme version will be used. This is used for tracking at which version of your site the error occurred. When combined with release tracking this is a very powerful feature.

```php
define( 'WP_SENTRY_VERSION', 'v2.0.12' );
define( 'WP_SENTRY_VERSION', 'v2.0.13' );
```

(Optionally) define an environment of your site. Defaults to `unspecified`.
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ It will auto detect authenticated users and add context where possible. All cont

(Optionally) define a version of your site; by default the theme version will be used. This is used for tracking at which version of your site the error occurred. When combined with release tracking this is a very powerful feature.

`define( 'WP_SENTRY_VERSION', 'v2.0.12’ );`
`define( 'WP_SENTRY_VERSION', 'v2.0.13’ );`

(Optionally) define an environment of your site. Defaults to `unspecified`.

Expand All @@ -63,6 +63,10 @@ Specific to JS tracker:
- `wp_sentry_public_options`

== Changelog ==
= 2.0.13 =

* Update Raven JS to version 3.12.0

= 2.0.12 =

* Allow the `error_types` option to be configured from `wp-config.php`
Expand Down
2 changes: 1 addition & 1 deletion wp-sentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: WordPress Sentry
* Plugin URI: https://github.com/stayallive/wp-sentry
* Description: A (unofficial) WordPress plugin to report PHP and JavaScript errors to Sentry.
* Version: 2.0.12
* Version: 2.0.13
* Author: Alex Bouma
* Author URI: https://alex.bouma.me
* License: MIT
Expand Down

0 comments on commit a3946e9

Please sign in to comment.