Skip to content

Commit

Permalink
replace pChart with CpChart
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Mar 29, 2017
1 parent 5d46f80 commit b0f3ae1
Show file tree
Hide file tree
Showing 14 changed files with 92 additions and 10,133 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l
### New APIs
* A new event `Controller.triggerAdminNotifications` has been added to let plugins know when they are supposed to trigger notifications in the admin.

### Library updates
* pChart library has been removed in favor of [CpChart](https://github.com/szymach/c-pchart), a pChart fork with composer support and PSR standards.

## Piwik 3.0.2

### New Features
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"piwik/searchengine-and-social-list": "~1.0",
"tecnickcom/tcpdf": "~6.0",
"piwik/piwik-php-tracker": "^1.0",
"composer/semver": "~1.3.0"
"composer/semver": "~1.3.0",
"szymach/c-pchart": "^2.0@dev"
},
"require-dev": {
"aws/aws-sdk-php": "2.7.1",
Expand Down
76 changes: 72 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b0f3ae1

Please sign in to comment.