Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoursenaud committed Jan 6, 2015
2 parents 8e24614 + 2dd6cd0 commit 4a00a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/makepack-zenfusionoauth.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ lib/admin.lib.php
lib/google-api-php-client/src/
lib/google-api-php-client/LICENSE
lib/google-api-php-client/README.md
lib/google-api-php-client/autoload.php
lib/scopes.lib.php
# TODO: use composer to build and only distribute binary
lib/zeroclipboard/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion core/modules/modZenFusionOAuth.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function __construct($db)
$this->family = "other";
$this->name = preg_replace('/^mod/i', '', get_class($this));
$this->description = "OAuth 2 authentication for Google APIs";
$this->version = '3.0.1';
$this->version = '3.0.2';
$this->const_name = 'MAIN_MODULE_' . strtoupper($this->name);
$this->special = 1;
$this->picto = 'oauth@zenfusionoauth';
Expand Down

0 comments on commit 4a00a89

Please sign in to comment.