Skip to content

Commit

Permalink
New release (1.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Mar 17, 2021
1 parent 904b642 commit 787882b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public function build() {

$exclude = glob(__DIR__ . '/.*');
$exclude[] = 'plugin.xml';
$exclude[] = 'RoboFile.php';
$exclude[] = 'screenshots';
$exclude[] = 'tools';
$exclude[] = 'vendor';
Expand Down
6 changes: 3 additions & 3 deletions locales/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
#
msgid ""
msgstr ""
"Project-Id-Version: singlesignon 1.3.0\n"
"Project-Id-Version: singlesignon 1.3.1\n"
"Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-singlesignon/"
"issues\n"
"POT-Creation-Date: 2021-01-23 16:16-0300\n"
"PO-Revision-Date: 2021-01-23 16:16-0300\n"
"POT-Creation-Date: 2021-03-17 09:30-0300\n"
"PO-Revision-Date: 2021-03-17 09:30-0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en_GB\n"
Expand Down
4 changes: 2 additions & 2 deletions locales/singlesignon.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: singlesignon 1.3.0\n"
"Project-Id-Version: singlesignon 1.3.1\n"
"Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-singlesignon/"
"issues\n"
"POT-Creation-Date: 2021-01-23 16:16-0300\n"
"POT-Creation-Date: 2021-03-17 09:30-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
9 changes: 9 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in
<compatibility>9.3</compatibility>
<compatibility>9.4</compatibility>
</version>
<version>
<num>1.3.1</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
<compatibility>9.2</compatibility>
<compatibility>9.3</compatibility>
<compatibility>9.4</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('PLUGIN_SINGLESIGNON_VERSION', '1.3.0');
define('PLUGIN_SINGLESIGNON_VERSION', '1.3.1');

$folder = basename(dirname(__FILE__));

Expand Down

0 comments on commit 787882b

Please sign in to comment.