diff options
author | Mario <mario@mariovavti.com> | 2024-01-06 10:03:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-06 10:03:44 +0000 |
commit | 6252340804bee66736e49de4bdc08755510f1c70 (patch) | |
tree | dab670ea2841f883d880417f7bd808d560f7979b /boot.php | |
parent | 517d67b2e0a164c317ef4af14d75766796406b1a (diff) | |
download | volse-hubzilla-6252340804bee66736e49de4bdc08755510f1c70.tar.gz volse-hubzilla-6252340804bee66736e49de4bdc08755510f1c70.tar.bz2 volse-hubzilla-6252340804bee66736e49de4bdc08755510f1c70.zip |
add Bookmark and Category to ap schema and bump ap schema version
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -487,7 +487,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.10'); +define('ZOT_APSCHEMA_REV', '/apschema/v1.11'); /** * activity stream defines */ |