Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Groessing committed Feb 18, 2018
2 parents c9df313 + 43c5cb3 commit 8a23c03
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and starting with version 1.0.0 this project adheres to
[Semantic Versioning](http://semver.org/).

## [1.2.2] - 2018-02-18

### Fixed
- Fixed a bug that prevented saving settings when only one locale is present

## [1.2.1] - 2018-02-06

### Added
### Fixed
- Fixed locale handling

## [1.2.0] - 2018-02-06
Expand Down
2 changes: 1 addition & 1 deletion SitemapPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function getName()
*/
public function getVersion()
{
return '1.2.1';
return '1.2.2';
}

/**
Expand Down
8 changes: 8 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "1.2.2",
"downloadUrl": "https://github.com/groe/craft-sitemap/archive/v1.2.2.zip",
"date": "2018-02-18T13:00:00+01:00",
"notes": [
"[Fixed] Fixed a bug that prevented saving settings when only one locale is present"
]
},
{
"version": "1.2.1",
"downloadUrl": "https://github.com/groe/craft-sitemap/archive/v1.2.1.zip",
Expand Down

0 comments on commit 8a23c03

Please sign in to comment.