diff options
author | Mario <mario@mariovavti.com> | 2019-05-29 09:06:52 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-05-29 09:06:52 +0200 |
commit | 767a235611012200c6767ca602d736e7ab3b8b40 (patch) | |
tree | 02e161ec42c61fed13ac5020a0a0f0b3dda1f887 /boot.php | |
parent | ca8d252ad75306e6d3cd066d5c593e94de1dfbdd (diff) | |
parent | 620fc06b6cd068d6819e1613c4ef0ad10f3ba2a6 (diff) | |
download | volse-hubzilla-767a235611012200c6767ca602d736e7ab3b8b40.tar.gz volse-hubzilla-767a235611012200c6767ca602d736e7ab3b8b40.tar.bz2 volse-hubzilla-767a235611012200c6767ca602d736e7ab3b8b40.zip |
Merge branch 'dev' into 'dev'
support 'expires' over Zot6
See merge request hubzilla/core!1661
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -468,7 +468,7 @@ define ( 'NAMESPACE_YMEDIA', 'http://search.yahoo.com/mrss/' ); define ( 'ACTIVITYSTREAMS_JSONLD_REV', 'https://www.w3.org/ns/activitystreams' ); -define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.4' ); +define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.5' ); /** * activity stream defines */ |