Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsverkoyen committed Jul 18, 2014
1 parent 6c8a3b1 commit c462ea1
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Changelog since 1.3.0

* Use Xpath instead of regex, thx to [stof](https://github.com/stof),
for more information see the [Pull Request](https://github.com/tijsverkoyen/CssToInlineStyles/pull/52)

# Changelog since 1.2.1

* sortOnSpecifity is now working correctly, thx to [lifo101](https://github.com/lifo101),
Expand Down
2 changes: 1 addition & 1 deletion CssToInlineStyles.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* CSS to Inline Styles class
*
* @author Tijs Verkoyen <[email protected]>
* @version 1.3.0
* @version 1.4.0
* @copyright Copyright (c), Tijs Verkoyen. All rights reserved.
* @license BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PHP CssToInlineStyles is a class to convert HTML into HTML with inline styles.
The recommended installation way is through [Composer](https://getcomposer.org).

```bash
$ composer require tijsverkoyen/css-to-inline-styles '~1.3'
$ composer require tijsverkoyen/css-to-inline-styles '~1.4'
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
"dev-master": "1.4.x-dev"
}
}
}
79 changes: 79 additions & 0 deletions composer.lock

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

0 comments on commit c462ea1

Please sign in to comment.