Skip to content

Commit ebda912

Browse files
prepare release 2.0.0-beta.48
1 parent f542c98 commit ebda912

5 files changed

Lines changed: 25 additions & 9 deletions

File tree

CHANGELOG.md

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

3-
## [v2.0.0-beta.47](https://github.com/marcantondahmen/automad/commit/28a5e345188828c815c1ae0472789587e18449fb)
3+
## [v2.0.0-beta.48](https://github.com/marcantondahmen/automad/commit/f542c98275e53da3b46e9f9c482228cd042ff10f)
44

5-
Sun, 12 Jul 2026 11:57:58 +0200
5+
Thu, 16 Jul 2026 19:37:31 +0200
6+
7+
### New Features
8+
9+
- add option to set a custom title that is displayed on open-graph images ([73e8fb6e4](https://github.com/marcantondahmen/automad/commit/73e8fb6e4578ad7b8b16990019dd6226f8c17ed8))
10+
- update image slideshow and gallery block ui ([37ee8da29](https://github.com/marcantondahmen/automad/commit/37ee8da29a2c0290f7c739f6b8d16761900fb24b))
11+
- update standard lite theme ([f542c9827](https://github.com/marcantondahmen/automad/commit/f542c98275e53da3b46e9f9c482228cd042ff10f))
12+
- wait for confirmation before discarding unsaved changes in the in-page editing dialog ([6c574cfb4](https://github.com/marcantondahmen/automad/commit/6c574cfb45a9fb067e883a36086c6a593b074575))
13+
14+
### Bugfixes
15+
16+
- exclude aliases from sitemap.xml ([0807eaf07](https://github.com/marcantondahmen/automad/commit/0807eaf07f136214a27c1532107e65fefc73f8d4))
17+
- fix syntax highlighting of foreach keyword in automad language ([b18246a5e](https://github.com/marcantondahmen/automad/commit/b18246a5ec38eda64f44ab6d61b70f4a22dd13ab))
18+
19+
## [v2.0.0-beta.47](https://github.com/marcantondahmen/automad/commit/9b22f9a7cc1df09a3f882334244145f9206fc6ad)
20+
21+
Sun, 12 Jul 2026 12:00:13 +0200
622

723
### New Features
824

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.47';
59+
const VERSION = '2.0.0-beta.48';
6060

6161
/**
6262
* Required PHP version.

lib/composer.lock

Lines changed: 4 additions & 4 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.47",
3+
"version": "2.0.0-beta.48",
44
"description": "Automad",
55
"author": "Marc Anton Dahmen",
66
"private": true,

0 commit comments

Comments
 (0)