Skip to content

Commit

Permalink
update to next version, adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markushausammann committed Jul 27, 2017
1 parent 057d35f commit 7aef628
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ LICENSE.txt
README.txt
demos/
extras/documentation
.DS_Store

11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Scrutizier analysis: [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/c

ZendSentry is released under the New BSD License.

The current version of ZendSentry for ZF3 is `3.2.0`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series.
The current version of ZendSentry for ZF3 is `3.3.0`. It supports Zend Framework >= 3.0. For other versions see tags in the 1.* series as well as 2.* series.

# Important Changes
- 3.3.0: Add possibility to pass config options to ravenjs
- 3.2.0: Upgrade dependencies to `sentry/sentry` 1.7.0 and `ravenjs` 3.17.0
- 3.0.1: ViewHelper fix
- 3.0.0: First ZF2 release with latest sentry SDK dependencies and ZF3 compatibility fixes
Expand Down Expand Up @@ -37,6 +38,7 @@ Current features:
* log actions return the Sentry event_id
* Raven is registered as a Service
* override Raven config defaults
* pass config options to ravenjs

# Installation

Expand All @@ -45,7 +47,7 @@ In your project's `composer.json` use:

{
"require": {
"cloud-solutions/zend-sentry": "3.2.0"
"cloud-solutions/zend-sentry": "3.3.0"
}

Run `php composer.phar update` to download it into your vendor folder and setup autoloading.
Expand Down Expand Up @@ -220,6 +222,11 @@ Just for the record, a copy of the actual global configuration options:
*/
'raven-config' => array(),

/**
* Set ravenjs config options here, will be passed along with json_encode
*/
'ravenjs-config' => array(),

# Try it
A few ideas how to try the different features from a Controller or View:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["log", "logging", "sentry", "raven", "zend-framework"],
"homepage": "https://github.com/cloud-solutions/zend-sentry",
"type": "library",
"version": "3.2.0",
"version": "3.3.0",
"license": "New BSD License",
"authors": [
{
Expand Down

0 comments on commit 7aef628

Please sign in to comment.