Skip to content

Commit

Permalink
Updating to AsciidoctorJ v2.0.0-RC.1 that includes Asciidoctor 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Mar 28, 2019
1 parent a009b44 commit 18c4e2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ A plugin for the IntelliJ platform (IntelliJ IDEA, RubyMine, etc) that provides

*You can meet the maintainers in person:* Please ping them via eMail or chat before or during the event!

* https://www.ahus1.de/[Alex] at https://www.javaland.eu/[JavaLand DE (Brühl)], 2019-03-19..20
* https://www.ahus1.de/[Alex] at https://www.devoxx.co.uk/[Devoxx UK (London)], 2019-05-08..10
The most advanced and recommended preview mode is JavaFX.
Expand All @@ -29,6 +27,11 @@ See https://github.com/asciidoctor/asciidoctor-intellij-plugin/wiki/Support-proj
== Release notes

=== 0.25.1 (preview, available from Github releases)

- Fixing preview line calculation when using .asciidoctorconfig-files
- Updating to AsciidoctorJ v2.0.0-RC.1 that includes Asciidoctor 2.0.2

=== 0.25.0 (preview, available from Github releases)

- Updating to AsciidoctorJ v1.7.0-RC.1 that includes Asciidoctor 2.0.1 and Asciidoctor Diagram 1.5.16
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ intellij {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'org.asciidoctor:asciidoctorj-diagram:1.5.16'
compile 'org.asciidoctor:asciidoctorj:1.7.0-RC.1'
compile 'org.asciidoctor:asciidoctorj:2.0.0-RC.1'
compile 'commons-io:commons-io:2.4'
compile 'org.jruby:jruby-complete:9.2.6.0'
compile 'org.pegdown:pegdown:1.4.2'
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2" url="https://github.com/asciidoctor/asciidoctor-intellij-plugin">
<id>org.asciidoctor.intellij.asciidoc</id>
<name>AsciiDoc</name>
<version>0.25.0</version>
<version>0.25.1</version>
<vendor email="[email protected]" url="http://asciidoctor.org">Asciidoctor Project</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -29,6 +29,8 @@ Therefore, JetBrains OpenJDK pre-bundled with your IDE is recommended.

<change-notes><![CDATA[
<ul>
<li>0.25.1 Fixing preview line calculation when using .asciidoctorconfig-files
<br>Updating to AsciidoctorJ v2.0.0-RC.1 that includes Asciidoctor 2.0.2
<li>0.25.0 Updating to AsciidoctorJ v1.7.0-RC.1 that includes Asciidoctor 2.0.1 and Asciidoctor Diagram 1.5.16
<li>0.24.3 Filter out problematic pass-through JavaScript with Twitter being the first candidate (#235)
<li>0.24.2 Support JDK11 as of IntelliJ 2019.1 EAP (#238)
Expand Down

0 comments on commit 18c4e2a

Please sign in to comment.