Skip to content

Commit

Permalink
For #8 - Update README to reflect release of RC7. [ci skip]
Browse files Browse the repository at this point in the history
Note: RC6 was skipped because of maven release plugin not working with
git problems.
  • Loading branch information
danfickle committed Oct 30, 2016
1 parent dcc779d commit 9a0d4cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GETTING STARTED
========
+ [Showcase Document - PDF](https://openhtmltopdf.com/showcase.pdf)
+ [Integration guide](docs/integration-guide.md) - get maven artifacts and code to get started.
+ [RC5 Online Sandbox](https://sandbox.openhtmltopdf.com/) - Please do not abuse.
+ [RC7 Online Sandbox](https://sandbox.openhtmltopdf.com/) - Please do not abuse.

LICENSE
========
Expand Down Expand Up @@ -48,7 +48,11 @@ from ````/openhtmltopdf-examples/src/main/java/com/openhtmltopdf/testcases/Testc
CHANGELOG
========

head - 0.0.1-RC6-SNAPSHOT
head - 0.0.1-RC8-SNAPSHOT
========


0.0.1-RC7
========
+ SECURITY ISSUE: [Prevent XXE Attacks](https://github.com/danfickle/openhtmltopdf/issues/44) Thanks @lillesand
+ BREAKING CHANGE: [Support for dir attribute and bdi element](https://github.com/danfickle/openhtmltopdf/issues/9#issuecomment-257072765)
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-RC5````. 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-RC7````. 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-RC5</openhtml.version>
<openhtml.version>0.0.1-RC7</openhtml.version>
</properties>

<dependency>
Expand Down

0 comments on commit 9a0d4cc

Please sign in to comment.