Skip to content

Commit

Permalink
For #8 - Update README and integration guide with RC8 version. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
danfickle committed Nov 22, 2016
1 parent d2e1430 commit d41eb81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ from ````/openhtmltopdf-examples/src/main/java/com/openhtmltopdf/testcases/Testc
CHANGELOG
========

head - 0.0.1-RC8-SNAPSHOT
head - 0.0.1-RC9-SNAPSHOT
========


0.0.1-RC8
========
+ [Initial support for CSS transform property](https://github.com/danfickle/openhtmltopdf/issues/38) Thanks @rototor
+ [Add support for max-width and max-height on img elements](https://github.com/danfickle/openhtmltopdf/pull/48) Thanks @achuinard
Expand Down
4 changes: 2 additions & 2 deletions docs/integration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ OPEN HTML TO PDF
GETTING OPEN HTML TO PDF
========
New releases of Open HTML to PDF will be distributed through Maven. Search maven for [com.openhtmltopdf](http://mvnrepository.com/artifact/com.openhtmltopdf).
Current maven release is ````0.0.1-RC7````. If you would like to be notified of new releases, please subscribe to the [Maven issue](https://github.com/danfickle/openhtmltopdf/issues/7).
Current maven release is ````0.0.1-RC8````. If you would like to be notified of new releases, please subscribe to the [Maven issue](https://github.com/danfickle/openhtmltopdf/issues/7).

MAVEN ARTIFACTS
========
Add these to your maven dependencies section as needed:
````xml
<properties>
<!-- Define the version of OPEN HTML TO PDF in the properties section of your POM. -->
<openhtml.version>0.0.1-RC7</openhtml.version>
<openhtml.version>0.0.1-RC8</openhtml.version>
</properties>

<dependency>
Expand Down

0 comments on commit d41eb81

Please sign in to comment.