Skip to content

Commit

Permalink
[TASK] Prepare release of version 2.2.0 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored and JakeQZ committed Sep 4, 2019
1 parent 189d16e commit 2472bc1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 2.2.0

### Added
- Add a `HtmlPruner` class
([#679](https://github.com/MyIntervals/emogrifier/pull/679))
Expand All @@ -23,8 +35,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Separate `CssInliner::inlineCss` and the rendering
([#654](https://github.com/MyIntervals/emogrifier/pull/654))

### Deprecated

### Removed
- Drop the removal of unprocessable tags from `CssInliner`
([#685](https://github.com/MyIntervals/emogrifier/pull/685))
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,21 +141,21 @@ curl -s https://getcomposer.org/installer | php
Run the following command for a local installation:

```bash
php composer.phar require pelago/emogrifier:^2.1.0
php composer.phar require pelago/emogrifier:^2.2
```

Or for a global installation, run the following command:

```bash
composer require pelago/emogrifier:^2.1.0
composer require pelago/emogrifier:^2.2
```

You can also add follow lines to your `composer.json` and run the
`composer update` command:

```json
"require": {
"pelago/emogrifier": "^2.1.0"
"pelago/emogrifier": "^2.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
"dev-master": "3.0.x-dev"
}
}
}

0 comments on commit 2472bc1

Please sign in to comment.