Skip to content

Commit 4c317f0

Browse files
committed
Create release (branch) v2.12.0
1 parent 976006e commit 4c317f0

File tree

78 files changed

+197
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+197
-198
lines changed

C4.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
' ##################################
2424
!function C4Version()
2525
' 2 spaces and ' are used as unique marker, that the release scripts makes the correct version update
26-
!$c4Version = "2.12.0beta1"
26+
!$c4Version = "2.12.0"
2727
!return $c4Version
2828
!end function
2929

C4_Component.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4_Container.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
66
!endif
77

88
' Scope: A single container.

C4_Container.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4_Context.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Context.puml
66
!endif
77

88
' Scope: A single software system.

C4_Context.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4.puml
66
!endif
77

88
' Scope: A single software system.

C4_Deployment.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4_Container.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
66
!endif
77

88
' Colors

C4_Dynamic.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4_Component.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Component.puml
66
!endif
77

88
' Scope: Interactions in an enterprise, software system or container.

C4_Sequence.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include ./C4_Component.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
5+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Component.puml
66
!endif
77

88
' Scope: Interactions in an enterprise, software system or container.

LayoutOptions.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ With the two macros `LAYOUT_TOP_DOWN()` and `LAYOUT_LEFT_RIGHT()` it is possible
6767

6868
```plantuml
6969
@startuml LAYOUT_TOP_DOWN Sample
70-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
70+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
7171
7272
/' Not needed because this is the default '/
7373
LAYOUT_TOP_DOWN()
@@ -89,7 +89,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
8989

9090
```plantuml
9191
@startuml LAYOUT_LEFT_RIGHT Sample
92-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
92+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
9393
9494
LAYOUT_LEFT_RIGHT()
9595
@@ -110,7 +110,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
110110

111111
```plantuml
112112
@startuml LAYOUT_LANDSCAPE Sample
113-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
113+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
114114
115115
LAYOUT_LANDSCAPE()
116116
@@ -151,7 +151,7 @@ This can be enabled with `LAYOUT_WITH_LEGEND()`.
151151

152152
```plantuml
153153
@startuml LAYOUT_WITH_LEGEND Sample
154-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
154+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
155155
156156
LAYOUT_WITH_LEGEND()
157157
@@ -184,7 +184,7 @@ The calculated legend has following differences:
184184

185185
```plantuml
186186
@startuml SHOW_LEGEND Sample
187-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
187+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
188188
189189
Person(admin, "Administrator")
190190
System_Boundary(c1, 'Sample') {
@@ -209,7 +209,7 @@ Legend labels and details can be defined via `\n` in `$legendTest` arguments too
209209
!if %variable_exists("RELATIVE_INCLUDE")
210210
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
211211
!else
212-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
212+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
213213
!endif
214214
' $legendText with \n defines the label and details of the legend entry ("backend container" is label, "eight sided shape" is details)
215215
AddElementTag("backendContainer", $fontColor=$ELEMENT_FONT_COLOR, $bgColor="#335DA5", $shape=EightSidedShape(), $legendText="backend container\neight sided shape")
@@ -241,7 +241,7 @@ Legend details can be deactivated via `SHOW_LEGEND($details=None())`
241241
!if %variable_exists("RELATIVE_INCLUDE")
242242
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
243243
!else
244-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
244+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
245245
!endif
246246
' $legendText with \n defines the label and details of the legend entry ("backend container" is label, "eight sided shape" is details)
247247
AddElementTag("backendContainer", $fontColor=$ELEMENT_FONT_COLOR, $bgColor="#335DA5", $shape=EightSidedShape(), $legendText="backend container\neight sided shape")
@@ -271,7 +271,7 @@ SHOW_LEGEND($details=None())
271271

272272
```plantuml
273273
@startuml Layout With Whitespace Sample
274-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
274+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
275275
276276
Person(a, "Person A")
277277
Container(b, "Container B", "techn")
@@ -297,7 +297,7 @@ Therefore a floating legend can be added via SHOW_FLOATING_LEGEND(), positioned
297297

298298
```plantuml
299299
@startuml Compact Legend Layout Sample
300-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
300+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
301301
302302
Person(a, "Person A")
303303
Container(b, "Container B", "techn")
@@ -333,7 +333,7 @@ With `LAYOUT_AS_SKETCH()` you can make a difference.
333333

334334
```plantuml
335335
@startuml LAYOUT_AS_SKETCH Sample
336-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
336+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
337337
338338
LAYOUT_AS_SKETCH()
339339
@@ -361,7 +361,7 @@ PNG does not support fallback fonts based on a PlantUML [bug](https://forum.plan
361361

362362
```plantuml
363363
@startuml LAYOUT_AS_SKETCH Sample
364-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
364+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
365365
366366
SET_SKETCH_STYLE($bgColor="lightblue", $fontColor="darkblue", $warningColor="darkred", $footerWarning="Sketch", $footerText="Created for discussion")
367367
@@ -407,7 +407,7 @@ This can be enabled with `HIDE_STEREOTYPE()`.
407407

408408
```plantuml
409409
@startuml HIDE_STEREOTYPE Sample
410-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
410+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
411411
412412
HIDE_STEREOTYPE()
413413
@@ -438,7 +438,7 @@ With the macros `HIDE_PERSON_SPRITE()`, `SHOW_PERSON_SPRITE()` and `SHOW_PERSON_
438438

439439
```plantuml
440440
@startuml predefined sprites Sample
441-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
441+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
442442
443443
Person(userA, "User A", "with predefined sprite person", "person")
444444
Person(userB, "User B", "with predefined sprite person2", "person2")
@@ -451,7 +451,7 @@ Person(userB, "User B", "with predefined sprite person2", "person2")
451451

452452
```plantuml
453453
@startuml HIDE_PERSON_SPRITE Sample
454-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
454+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
455455
456456
HIDE_PERSON_SPRITE()
457457
@@ -472,7 +472,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
472472

473473
```plantuml
474474
@startuml SHOW_PERSON_SPRITE Sample
475-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
475+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
476476
477477
/' Not needed because this is the default with sprite "person" '/
478478
SHOW_PERSON_SPRITE()
@@ -494,7 +494,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
494494

495495
```plantuml
496496
@startuml SHOW_PERSON_SPRITE(sprite) Sample
497-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
497+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
498498
!define osaPuml https://raw.githubusercontent.com/Crashedmind/PlantUML-opensecurityarchitecture2-icons/master
499499
!include osaPuml/Common.puml
500500
!include osaPuml/User/all.puml
@@ -518,7 +518,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
518518

519519
```plantuml
520520
@startuml SHOW_PERSON_PORTRAIT() Sample
521-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
521+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
522522
523523
SHOW_PERSON_PORTRAIT()
524524
@@ -544,7 +544,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
544544
545545
```plantuml
546546
@startuml SHOW_PERSON_OUTLINE() Sample
547-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
547+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Container.puml
548548
549549
SHOW_PERSON_OUTLINE()
550550
@@ -576,7 +576,7 @@ show is defined with `$show=true` and hide is defined with `$show=false`
576576

577577
```plantuml
578578
@startuml
579-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Sequence.puml
579+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Sequence.puml
580580
581581
SHOW_ELEMENT_DESCRIPTIONS()
582582
@@ -598,7 +598,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
598598

599599
```plantuml
600600
@startuml
601-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Sequence.puml
601+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Sequence.puml
602602
603603
SHOW_FOOT_BOXES()
604604
@@ -620,7 +620,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
620620

621621
```plantuml
622622
@startuml
623-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Sequence.puml
623+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Sequence.puml
624624
625625
SHOW_INDEX()
626626
@@ -661,7 +661,7 @@ via `ENABLE_ALL_PLANT_ELEMENTS`. It can be set with following 2 options
661661
```plantuml
662662
@startuml
663663
!ENABLE_ALL_PLANT_ELEMENTS = 1
664-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
664+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Component.puml
665665
...
666666
@enduml
667667
```
@@ -676,7 +676,7 @@ but the style is not correct displayed.
676676
```plantuml
677677
@startuml
678678
!ENABLE_ALL_PLANT_ELEMENTS = 1
679-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
679+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0/C4_Component.puml
680680
681681
Component(comp, "Copy component")
682682

0 commit comments

Comments
 (0)