Compare commits

...

2 Commits
7.8.5 ... 7.8.6

Author SHA1 Message Date
Mario
131ffcf582 changelog 7.8.6 2022-11-14 05:49:33 +00:00
Mario
b17a0aef17 fix typo and version 7.8.6 2022-11-14 05:47:16 +00:00
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
Hubzilla 7.8.6 (2022-11-14)
- Fix typo in boot.php
Hubzilla 7.8.5 (2022-11-13)
- Fix outbound edit activity not of type update
- Fix mod display not falling through to fetch public item

View File

@@ -1,4 +1,4 @@
s<?php
<?php
/**
* @file boot.php
*
@@ -60,7 +60,7 @@ require_once('include/bbcode.php');
require_once('include/items.php');
define('PLATFORM_NAME', 'hubzilla');
define('STD_VERSION', '7.8.5');
define('STD_VERSION', '7.8.6');
define('ZOT_REVISION', '6.0');
define('DB_UPDATE_VERSION', 1253);