Skip to content

Commit

Permalink
For #8 - Update readme and integration guide to reflect release of RC…
Browse files Browse the repository at this point in the history
…4. [ci skip]
  • Loading branch information
danfickle committed Jun 27, 2016
1 parent 95261f3 commit d2a0b90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ from ````/openhtmltopdf-examples/src/main/java/com/openhtmltopdf/testcases/Testc
CHANGELOG
========

head - 0.0.1-RC4-SNAPSHOT
head - 0.0.1-RC5-SNAPSHOT
========

0.0.1-RC4
========
+ Add method to builder to specify replacement text if no specified font can render a character.
+ [BREAKING CHANGE: Reworked URI resolver, changed FSUriResolver interface and made sure it is used everywhere](https://github.com/danfickle/openhtmltopdf/issues/27) - See example in integration guide.
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-RC3````. 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-RC4````. 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-RC3</openhtml.version>
<openhtml.version>0.0.1-RC4</openhtml.version>
</properties>

<dependency>
Expand Down

0 comments on commit d2a0b90

Please sign in to comment.