Edgard 4 лет назад
Родитель
Сommit
787882b5d4
5 измененных файлов с 16 добавлено и 6 удалено
  1. 1 0
      RoboFile.php
  2. 3 3
      locales/en_GB.po
  3. 2 2
      locales/singlesignon.pot
  4. 9 0
      plugin.xml
  5. 1 1
      setup.php

+ 1 - 0
RoboFile.php

@@ -136,6 +136,7 @@ class RoboFile extends \Robo\Tasks {
 
       $exclude = glob(__DIR__ . '/.*');
       $exclude[] = 'plugin.xml';
+      $exclude[] = 'RoboFile.php';
       $exclude[] = 'screenshots';
       $exclude[] = 'tools';
       $exclude[] = 'vendor';

+ 3 - 3
locales/en_GB.po

@@ -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"

+ 2 - 2
locales/singlesignon.pot

@@ -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 <LL@li.org>\n"

+ 9 - 0
plugin.xml

@@ -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>

+ 1 - 1
setup.php

@@ -1,6 +1,6 @@
 <?php
 
-define('PLUGIN_SINGLESIGNON_VERSION', '1.3.0');
+define('PLUGIN_SINGLESIGNON_VERSION', '1.3.1');
 
 $folder = basename(dirname(__FILE__));