Version 18.41.4

This commit is contained in:
Antonio Cañas Vargas 2019-02-14 12:10:18 +01:00
parent 5a8806aa60
commit dc048f0c5e
2 changed files with 3 additions and 2 deletions

View File

@ -384,10 +384,11 @@ En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 18.41.3 (2019-02-14)"
#define Log_PLATFORM_VERSION "SWAD 18.41.4 (2019-02-14)"
#define CSS_FILE "swad18.41.1.css"
#define JS_FILE "swad18.32.1.js"
/*
Version 18.41.4: Feb 14, 2019 By default, timeline now shows all users. (239229 lines)
Version 18.41.3: Feb 14, 2019 Chat is temporarily disabled because modern browsers don't allow Java. (239228 lines)
Version 18.41.2: Feb 14, 2019 Change in layout of attendance list.
Fixed bug in search of files. (239225 lines)

View File

@ -43,7 +43,7 @@ typedef enum
Soc_FOLLOWED = 0,
Soc_ALL_USRS = 1,
} Soc_WhichUsrs_t; // Which users I want to see: only users I follow or all users
#define Soc_DEFAULT_WHICH_USRS Soc_FOLLOWED
#define Soc_DEFAULT_WHICH_USRS Soc_ALL_USRS
#define Soc_NUM_PUB_TYPES 4
// If the numbers assigned to each event type change,