Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<ruleset name="i-MCP Coding standard">
<ruleset name="i-MSCP Coding standard">
<rule ref="./vendor/imscp/imscp-coding-standard/ruleset.xml"/>

<!-- Paths to check -->
Expand Down
2 changes: 1 addition & 1 deletion rainloop/data/EMPTY
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.1
1.14.0
2 changes: 1 addition & 1 deletion rainloop/data/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.1
1.14.0
2 changes: 1 addition & 1 deletion rainloop/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if (!defined('APP_VERSION'))
{
define('APP_VERSION', '1.12.1');
define('APP_VERSION', '1.14.0');
define('APP_VERSION_TYPE', 'community');
define('APP_INDEX_ROOT_FILE', __FILE__);
define('APP_INDEX_ROOT_PATH', str_replace('\\', '/', rtrim(dirname(__FILE__), '\\/').'/'));
Expand Down
Binary file not shown.
207 changes: 0 additions & 207 deletions rainloop/rainloop/v/1.12.1/app/libraries/phpseclib/Crypt/AES.php

This file was deleted.

Loading