plugin: orphaned hooks weren't deleted.
update: fixing update job for tags.
This commit is contained in:
parent
1a1984c78d
commit
7e154d5e4c
3 changed files with 12 additions and 3 deletions
2
boot.php
2
boot.php
|
@ -14,7 +14,7 @@ require_once('include/features.php');
|
|||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||
define ( 'FRIENDICA_VERSION', '3.1.1612' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||
define ( 'DB_UPDATE_VERSION', 1161 );
|
||||
define ( 'DB_UPDATE_VERSION', 1162 );
|
||||
define ( 'EOL', "<br />\r\n" );
|
||||
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue