Skip to content

Commit

Permalink
Merge pull request #266 from jjriv/task/release-1.0.0
Browse files Browse the repository at this point in the history
[TASK] Prepare for the 1.0.0 release
  • Loading branch information
jjriv committed Oct 14, 2015
2 parents 0951159 + 2471d55 commit 1160bcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Emogrifier is in a pre-1.0 state. This means that its APIs and behavior are
subject to breaking changes without deprecation notices.


## [Unreleased][]
## [1.0.0][] (2015-10-15)

### Added
- Add branch alias ([#231](https://github.com/jjriv/emogrifier/pull/231))
Expand Down Expand Up @@ -90,6 +90,3 @@ subject to breaking changes without deprecation notices.
([#26](https://github.com/jjriv/emogrifier/pull/26))
- Make removal of invisible nodes operate in a case-insensitive manner
- Fix a bug that was overwriting existing inline styles from the original HTML


### Security
3 changes: 2 additions & 1 deletion Classes/Emogrifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
*
* For more information, please see the README.md file.
*
* @version 0.1.1
* @version 1.0.0
*
* @author Cameron Brooks
* @author Jaime Prado
* @author Oliver Klee <typo3-coding@oliverklee.de>
* @author Roman Ožana <ozana@omdesign.cz>
*/
class Emogrifier
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1.x-dev"
}
}
}

0 comments on commit 1160bcb

Please sign in to comment.