Skip to content

Commit c031e75

Browse files
prepare release 2.0.0-beta.51
1 parent 7dcd325 commit c031e75

4 files changed

Lines changed: 13 additions & 5 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.50](https://github.com/marcantondahmen/automad/commit/395d62584987b5fb149a9b322b8206b708f57818)
3+
## [v2.0.0-beta.51](https://github.com/marcantondahmen/automad/commit/7dcd32525c6eb38b2f0f9c83a5536077d86ce279)
44

5-
Sun, 19 Jul 2026 12:24:34 +0200
5+
Sun, 19 Jul 2026 15:53:13 +0200
6+
7+
### Bugfixes
8+
9+
- fix search and replace in shared data ([ce9789472](https://github.com/marcantondahmen/automad/commit/ce97894725bf17a46586f45e2f1f9b1e43198057))
10+
11+
## [v2.0.0-beta.50](https://github.com/marcantondahmen/automad/commit/3e88122efeb22c8147912f8457ba61ee1e45afb6)
12+
13+
Sun, 19 Jul 2026 14:57:18 +0200
614

715
### Bugfixes
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.50';
59+
const VERSION = '2.0.0-beta.51';
6060

6161
/**
6262
* Required PHP version.

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.50",
3+
"version": "2.0.0-beta.51",
44
"description": "Automad",
55
"author": "Marc Anton Dahmen",
66
"private": true,

0 commit comments

Comments
 (0)