Skip to content

Commit 06d8a90

Browse files
authored
Merge pull request #47 from mendix/upgrade-to-9.18
Upgrade to Mendix 9.18.4
2 parents 7ef669a + ed435f4 commit 06d8a90

9 files changed

Lines changed: 5 additions & 4 deletions

File tree

Audit trail.mpr

-12.9 MB
Binary file not shown.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sourceCompatibility = '11'
1010
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
1111

1212
project.ext {
13-
mendixPublicApiVersion = '9.0.5'
13+
mendixPublicApiVersion = '9.18.3'
1414
userLibDir = 'userlib'
1515
}
1616

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=9.0.3
1+
version=9.1.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
We upgraded the module to Mendix version 9.18.4 to make it compatible with future versions of Mendix

themesource/atlas_core/web/resources/glyphicons-halflings-regular.woff renamed to themesource/atlas_core/public/resources/glyphicons-halflings-regular.woff

File renamed without changes.

themesource/atlas_core/web/resources/glyphicons-halflings-regular.woff2 renamed to themesource/atlas_core/public/resources/glyphicons-halflings-regular.woff2

File renamed without changes.

themesource/atlas_core/web/resources/work-do-more.jpeg renamed to themesource/atlas_core/public/resources/work-do-more.jpeg

File renamed without changes.

themesource/atlas_core/web/core/_legacy/bootstrap/_bootstrap.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ th {
266266
}
267267
@font-face {
268268
font-family: "Glyphicons Halflings";
269-
src: url("../../../resources/glyphicons-halflings-regular.woff2") format("woff2");
269+
src: url("./resources/glyphicons-halflings-regular.woff2") format("woff2");
270270
}
271271
.glyphicon {
272272
position: relative;

themesource/atlas_core/web/core/base/_login.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ body {
167167
animation: makePointer 1s ease-out both;
168168
background: left / cover no-repeat
169169
linear-gradient(to right, rgba($brand-primary, 0.9) 0%, rgba($brand-primary, 0.6) 100%),
170-
left / cover no-repeat url("../../resources/work-do-more.jpeg");
170+
left / cover no-repeat url("./resources/work-do-more.jpeg");
171171
-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
172172
clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
173173
}

0 commit comments

Comments
 (0)