Skip to content

Commit

Permalink
New release (1.1.30)
Browse files Browse the repository at this point in the history
  • Loading branch information
travkin79 committed Oct 18, 2023
1 parent c953696 commit 1248829
Show file tree
Hide file tree
Showing 35 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Notable features in recent releases, details are found in [releases](https://git
Note that the version numbers of the plantuml.lib plugin are a bit special, since they use the version of the included plantuml.jar


## [1.1.30](https://github.com/hallvard/plantuml/releases/tag/1.1.30)
- Fixed access to environment variables from PlantUML code, using PlantUML functions like %getenv("MY_ENV_VAR"), see [PlantUML security profiles](https://plantuml.com/en/security).
- Fixed installation on Windows without having to explicitly install Graphviz ([issue #175](https://github.com/hallvard/plantuml/discussions/175))
- Updated PlantUML library version to 1.2023.11 ([issue #145](https://github.com/hallvard/plantuml/issues/145)), see [changes](https://plantuml.com/changes).

## [1.1.29](https://github.com/hallvard/plantuml/releases/tag/1.1.29)
- Updated PlantUML library version to 1.2023.10 ([issue #145](https://github.com/hallvard/plantuml/issues/145)), see [changes](https://plantuml.com/changes).
- Fixed duplicated Java type members entries in diagrams created from Java packages.
Expand Down
4 changes: 3 additions & 1 deletion compositeArtifacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<property name='p2.atomic.composite.loading' value='true' />
-->
</properties>
<children size='19'>
<children size='21'>
<child location='plantuml.lib/1.2018.9' />
<child location='plantuml.lib/1.2018.12' />
<child location='plantuml.lib/1.2019.0' />
Expand All @@ -19,6 +19,7 @@
<child location='plantuml.lib/1.2022.7' />
<child location='plantuml.lib/1.2023.5' />
<child location='plantuml.lib/1.2023.10' />
<child location='plantuml.lib/1.2023.11' />
<child location='plantuml.eclipse/1.1.20' />
<child location='plantuml.eclipse/1.1.21' />
<child location='plantuml.eclipse/1.1.22' />
Expand All @@ -29,5 +30,6 @@
<child location='plantuml.eclipse/1.1.27' />
<child location='plantuml.eclipse/1.1.28' />
<child location='plantuml.eclipse/1.1.29' />
<child location='plantuml.eclipse/1.1.30' />
</children>
</repository>
4 changes: 3 additions & 1 deletion compositeContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<property name='p2.atomic.composite.loading' value='true' />
-->
</properties>
<children size='19'>
<children size='21'>
<child location='plantuml.lib/1.2018.9' />
<child location='plantuml.lib/1.2018.12' />
<child location='plantuml.lib/1.2019.0' />
Expand All @@ -19,6 +19,7 @@
<child location='plantuml.lib/1.2022.7' />
<child location='plantuml.lib/1.2023.5' />
<child location='plantuml.lib/1.2023.10' />
<child location='plantuml.lib/1.2023.11' />
<child location='plantuml.eclipse/1.1.20' />
<child location='plantuml.eclipse/1.1.21' />
<child location='plantuml.eclipse/1.1.22' />
Expand All @@ -29,5 +30,6 @@
<child location='plantuml.eclipse/1.1.27' />
<child location='plantuml.eclipse/1.1.28' />
<child location='plantuml.eclipse/1.1.29' />
<child location='plantuml.eclipse/1.1.30' />
</children>
</repository>
Binary file added plantuml.eclipse/1.1.30/artifacts.jar
Binary file not shown.
Binary file added plantuml.eclipse/1.1.30/artifacts.xml.xz
Binary file not shown.
Binary file added plantuml.eclipse/1.1.30/content.jar
Binary file not shown.
Binary file added plantuml.eclipse/1.1.30/content.xml.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions plantuml.eclipse/1.1.30/p2.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Wed Oct 18 17:52:29 CEST 2023
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
version=1
metadata.repository.factory.order=content.xml.xz,content.xml,\!
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added plantuml.lib/1.2023.11/artifacts.jar
Binary file not shown.
Binary file added plantuml.lib/1.2023.11/artifacts.xml.xz
Binary file not shown.
Binary file added plantuml.lib/1.2023.11/content.jar
Binary file not shown.
Binary file added plantuml.lib/1.2023.11/content.xml.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions plantuml.lib/1.2023.11/p2.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Wed Oct 18 17:52:31 CEST 2023
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
version=1
metadata.repository.factory.order=content.xml.xz,content.xml,\!
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1248829

Please sign in to comment.