Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb2949ce authored by Pierre-Alain Bandinelli's avatar Pierre-Alain Bandinelli
Browse files

Updating Rainloop to 1.12.0 (efail)

parent 89f5e338
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
************************************************************************

REQUIREMENTS:
- nextCloud version 10 or higher
- nextCloud version 10 to 13


INSTALL & CONFIGURATION:
+1 −1
Original line number Diff line number Diff line
5.0.6
5.1.0
+1 −1
Original line number Diff line number Diff line
1.11.3
 No newline at end of file
1.12.0
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
1.11.3
 No newline at end of file
1.12.0
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

if (!defined('APP_VERSION'))
{
	define('APP_VERSION', '1.11.3');
	define('APP_VERSION', '1.12.0');
	define('APP_VERSION_TYPE', 'community');
	define('APP_INDEX_ROOT_FILE', __FILE__);
	define('APP_INDEX_ROOT_PATH', str_replace('\\', '/', rtrim(dirname(__FILE__), '\\/').'/'));
Loading