Skip to content

Commit cb1b278

Browse files
build version 2.0.0-alpha.34
1 parent dad532f commit cb1b278

Some content is hidden

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

47 files changed

+125
-95
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-alpha.33
1+
2.0.0-alpha.34

automad/dist/admin/main.bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/admin/main.bundle.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/admin/vendor.bundle.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/blocks/main.bundle.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/blocks/main.bundle.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/consent/main.bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/consent/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/inpage/main.bundle.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/inpage/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/mail/main.bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/mail/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/prism/main.bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/dist/prism/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

automad/lang/english.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@
9292
"customConsentColorText": "Cookie consent: Banner text color",
9393
"customConsentColorBackground": "Cookie consent: Banner background",
9494
"customConsentColorBorder": "Cookie consent: Banner border color",
95-
"customConsentPlaceholderText": "Cookie consent: Placeholder text color",
96-
"customConsentPlaceholderBackground": "Cookie consent: Placeholder background",
95+
"customConsentPlaceholderColorText": "Cookie consent: Placeholder text color",
96+
"customConsentPlaceholderColorBackground": "Cookie consent: Placeholder background",
97+
"customConsentPlaceholderText": "Cookie consent: Placeholder text",
9798
"customCSS": "Custom CSS",
9899
"customHTMLBodyEnd": "Custom HTML to be injected right before the closing body tag",
99100
"customHTMLHead": "Custom HTML to injected into the head element",

automad/src/server/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* @license MIT license - https://automad.org/license
5757
*/
5858
class App {
59-
const VERSION = '2.0.0-alpha.33';
59+
const VERSION = '2.0.0-alpha.34';
6060

6161
/**
6262
* Required PHP version.

0 commit comments

Comments
 (0)