Skip to content

Commit 327cb97

Browse files
merge branch v2 (release 2.0.0-beta.45)
2 parents f8b63dc + 34579d7 commit 327cb97

6 files changed

Lines changed: 21 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

3-
## [v2.0.0-beta.44](https://github.com/marcantondahmen/automad/commit/5719c15ba70ffba792a21759de3e87be48151e96)
3+
## [v2.0.0-beta.45](https://github.com/marcantondahmen/automad/commit/b2c28bbe32258abf10b49cab6f8de58bf2417d0a)
44

5-
Sat, 20 Jun 2026 11:46:22 +0200
5+
Sun, 5 Jul 2026 17:11:37 +0200
6+
7+
### New Features
8+
9+
- update standard lite theme to version 0.2.0 ([b2c28bbe3](https://github.com/marcantondahmen/automad/commit/b2c28bbe32258abf10b49cab6f8de58bf2417d0a))
10+
11+
## [v2.0.0-beta.44](https://github.com/marcantondahmen/automad/commit/f8b63dc9b17efb09f2f3f2c6e6db3e3f80ff6aaf)
12+
13+
Sat, 20 Jun 2026 11:48:40 +0200
614

715
### New Features
816

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 See LICENSE.md for license information
5757
*/
5858
class App {
59-
const VERSION = '2.0.0-beta.44';
59+
const VERSION = '2.0.0-beta.45';
6060

6161
/**
6262
* Required PHP version.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=8.2",
2121
"automad/package-installer": "^1.1",
22-
"automad/standard-lite": "^0.1.0"
22+
"automad/standard-lite": "^0.2.0"
2323
},
2424
"config": {
2525
"allow-plugins": {

composer.lock

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "automad",
3-
"version": "2.0.0-beta.44",
3+
"version": "2.0.0-beta.45",
44
"description": "Automad",
55
"author": "Marc Anton Dahmen",
66
"private": true,

0 commit comments

Comments
 (0)