1
1
Fork 0

support feed attachments/enclosures, and fix for bug #30

This commit is contained in:
Friendika 2011-04-06 19:41:16 -07:00
commit 6728a11ee3
12 changed files with 61 additions and 11 deletions

View file

@ -2,9 +2,9 @@
set_time_limit(0);
define ( 'FRIENDIKA_VERSION', '2.1.940' );
define ( 'FRIENDIKA_VERSION', '2.1.941' );
define ( 'DFRN_PROTOCOL_VERSION', '2.2' );
define ( 'DB_UPDATE_VERSION', 1046 );
define ( 'DB_UPDATE_VERSION', 1047 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );