mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-25 18:48:30 -04:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7dad60bbd5 | ||
|
|
a66b4626fb | ||
|
|
74d7fa61d9 |
@@ -1,3 +1,7 @@
|
||||
Hubzilla 8.6.1 (2023-07-18)
|
||||
- Fix diaspora discovery
|
||||
|
||||
|
||||
Hubzilla 8.6 (2023-07-11)
|
||||
- Update fullcalendar library
|
||||
- Improve and unify selection of deliverable abook xchans
|
||||
|
||||
2
boot.php
2
boot.php
@@ -60,7 +60,7 @@ require_once('include/bbcode.php');
|
||||
require_once('include/items.php');
|
||||
|
||||
define('PLATFORM_NAME', 'hubzilla');
|
||||
define('STD_VERSION', '8.6');
|
||||
define('STD_VERSION', '8.6.1');
|
||||
define('ZOT_REVISION', '6.0');
|
||||
|
||||
define('DB_UPDATE_VERSION', 1258);
|
||||
|
||||
@@ -94,8 +94,8 @@
|
||||
<dd class="homepage-url u-url">{{$profile.homepage}}</dd>
|
||||
</dl>
|
||||
{{/if}}
|
||||
<div class="hcard-addon rounded"></div>
|
||||
</div>
|
||||
<div class="hcard-addon"></div>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{if $details}}
|
||||
|
||||
Reference in New Issue
Block a user