Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Bumping version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-alain-b committed Oct 8, 2017
1 parent de09614 commit 6116fc3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion rainloop/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.2
5.0.3
2 changes: 1 addition & 1 deletion rainloop/app/data/EMPTY
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0.203
1.11.3
2 changes: 1 addition & 1 deletion rainloop/app/data/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0.203
1.11.3
2 changes: 1 addition & 1 deletion rainloop/app/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.11.1');
define('APP_VERSION', '1.11.3');
define('APP_VERSION_TYPE', 'community');
define('APP_INDEX_ROOT_FILE', __FILE__);
define('APP_INDEX_ROOT_PATH', str_replace('\\', '/', rtrim(dirname(__FILE__), '\\/').'/'));
Expand Down
4 changes: 1 addition & 3 deletions rainloop/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
<name>RainLoop</name>
<summary>RainLoop Webmail</summary>
<description>Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, "Additionnal settings" and you will see a "Rainloop webmail" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345.</description>
<version>5.0.2</version>
<version>5.0.3</version>
<licence>AGPL</licence>
<author>RainLoop Team and Pierre-Alain Bandinelli</author>
<require>6.0</require>
<ocsid>165254</ocsid>
<dependencies>
<php min-version="5.4" />
<owncloud min-version="6" max-version="9.2" />
<nextcloud min-version="10" max-version="12" />
</dependencies>
<documentation>
Expand Down
2 changes: 1 addition & 1 deletion rainloop/appinfo/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.2
5.0.3
7 changes: 3 additions & 4 deletions rainloop/index.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?php

/**
* ownCloud - RainLoop mail plugin
* nextcloud - RainLoop mail plugin
*
* @author RainLoop Team
* @copyright 2016 RainLoop Team
* @author RainLoop Team & PAB
* @copyright 2017 RainLoop Team & PAB
*
* https://github.com/RainLoop/rainloop-webmail/tree/master/build/owncloud
*/

OCP\User::checkLoggedIn();
Expand Down

0 comments on commit 6116fc3

Please sign in to comment.