Skip to content

Commit

Permalink
Merge branch 'release/2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Densham committed Apr 28, 2016
2 parents bf90dbf + c22ff38 commit cd4bf48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All Notable changes to `studiobonito/silverstripe-google-analytics` will be docu

## [Unreleased]

## [2.0.3] - 2016-04-28
### Added
- Updated module to work with SilverStripe CMS 3.x.

## [2.0.2] - 2015-12-17
### Added
- Updated module to work with SilverStripe CMS 3.2.
Expand All @@ -30,7 +34,8 @@ All Notable changes to `studiobonito/silverstripe-google-analytics` will be docu
### Fixed
- Added PHPDoc comment for `GoogleAnalyticsSiteConfigExtension->updateCMSFields()`.

[Unreleased]: https://github.com/studiobonito/silverstripe-google-analytics/compare/2.0.1...HEAD
[Unreleased]: https://github.com/studiobonito/silverstripe-google-analytics/compare/2.0.3...HEAD
[2.0.3]: https://github.com/studiobonito/silverstripe-google-analytics/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/studiobonito/silverstripe-google-analytics/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/studiobonito/silverstripe-google-analytics/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/studiobonito/silverstripe-google-analytics/compare/1.0.0...2.0.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
],
"require": {
"php": ">=5.3.0",
"silverstripe/framework": ">=3.1.2,<3.3",
"silverstripe/cms": ">=3.1.2,<3.3"
"silverstripe/framework": ">=3.1.2,<4.0",
"silverstripe/cms": ">=3.1.2,<4.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
Expand Down

0 comments on commit cd4bf48

Please sign in to comment.