diff options
author | M. Dent <dentm42@gmail.com> | 2018-12-02 19:33:54 +0100 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2018-12-02 19:33:54 +0100 |
commit | 0b38ab259c6179fc3465efe2a1ed721a73311ba8 (patch) | |
tree | d1cd6fca0a88c11782b4376faec133a1c2812bf2 /boot.php | |
parent | 237c6eed5024d2507630f2321218685b3540c957 (diff) | |
parent | 2a57e00cb4a7dada0993e91e0e2176ad335cf12f (diff) | |
download | volse-hubzilla-0b38ab259c6179fc3465efe2a1ed721a73311ba8.tar.gz volse-hubzilla-0b38ab259c6179fc3465efe2a1ed721a73311ba8.tar.bz2 volse-hubzilla-0b38ab259c6179fc3465efe2a1ed721a73311ba8.zip |
Merge branch 'photocache' into 'dev'
Add Photo Cache addon support
See merge request hubzilla/core!1412
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '3.9.5' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1228 ); +define ( 'DB_UPDATE_VERSION', 1229 ); define ( 'PROJECT_BASE', __DIR__ ); @@ -217,6 +217,7 @@ define ( 'PHOTO_PROFILE', 0x0001 ); define ( 'PHOTO_XCHAN', 0x0002 ); define ( 'PHOTO_THING', 0x0004 ); define ( 'PHOTO_COVER', 0x0010 ); +define ( 'PHOTO_CACHE', 0x0020 ); define ( 'PHOTO_ADULT', 0x0008 ); define ( 'PHOTO_FLAG_OS', 0x4000 ); |