Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Jan 5, 2020
1 parent f9ebf4c commit 509e0b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This plugin allows you to authenticate users to roundcube using an OpenID Connec
Check the `config.inc.php` for more details on configuration.

## SMTP
Note that unless cleartext passwords are provided, SMTP must necessarily be configured use a master password
Note that unless cleartext passwords are provided, SMTP must necessarily be configured use no authentication or a master password

## Installation
To install, get the plugin with composer in your roundcube directory
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "roundcube-plugin",
"description": "OpenID Connect 1.0 login plugin for roundcube",
"license": "MIT",
"version": "1.1.1",
"version": "1.1.2",
"authors": [
{
"name": "Varun Patil",
Expand Down
1 change: 0 additions & 1 deletion roundcube_oidc.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* Login to roundcube with OpenID Connect provider
*
* @license MIT License: <http://opensource.org/licenses/MIT>
* @version 1.1.0
* @author Varun Patil
* @category Plugin for RoundCube WebMail
*/
Expand Down

0 comments on commit 509e0b8

Please sign in to comment.