Skip to content

Commit 787882b

Browse files
committed
New release (1.3.1)
1 parent 904b642 commit 787882b

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

RoboFile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public function build() {
136136

137137
$exclude = glob(__DIR__ . '/.*');
138138
$exclude[] = 'plugin.xml';
139+
$exclude[] = 'RoboFile.php';
139140
$exclude[] = 'screenshots';
140141
$exclude[] = 'tools';
141142
$exclude[] = 'vendor';

locales/en_GB.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: singlesignon 1.3.0\n"
8+
"Project-Id-Version: singlesignon 1.3.1\n"
99
"Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-singlesignon/"
1010
"issues\n"
11-
"POT-Creation-Date: 2021-01-23 16:16-0300\n"
12-
"PO-Revision-Date: 2021-01-23 16:16-0300\n"
11+
"POT-Creation-Date: 2021-03-17 09:30-0300\n"
12+
"PO-Revision-Date: 2021-03-17 09:30-0300\n"
1313
"Last-Translator: Automatically generated\n"
1414
"Language-Team: none\n"
1515
"Language: en_GB\n"

locales/singlesignon.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: singlesignon 1.3.0\n"
9+
"Project-Id-Version: singlesignon 1.3.1\n"
1010
"Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-singlesignon/"
1111
"issues\n"
12-
"POT-Creation-Date: 2021-01-23 16:16-0300\n"
12+
"POT-Creation-Date: 2021-03-17 09:30-0300\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <[email protected]>\n"

plugin.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in
8282
<compatibility>9.3</compatibility>
8383
<compatibility>9.4</compatibility>
8484
</version>
85+
<version>
86+
<num>1.3.1</num>
87+
<compatibility>0.85</compatibility>
88+
<compatibility>0.90</compatibility>
89+
<compatibility>9.1</compatibility>
90+
<compatibility>9.2</compatibility>
91+
<compatibility>9.3</compatibility>
92+
<compatibility>9.4</compatibility>
93+
</version>
8594
</versions>
8695
<langs>
8796
<lang>en_GB</lang>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define('PLUGIN_SINGLESIGNON_VERSION', '1.3.0');
3+
define('PLUGIN_SINGLESIGNON_VERSION', '1.3.1');
44

55
$folder = basename(dirname(__FILE__));
66

0 commit comments

Comments
 (0)