Jelajahi Sumber

New release

Edgard 5 tahun lalu
induk
melakukan
65435d9701
6 mengubah file dengan 21 tambahan dan 2 penghapusan
  1. 6 1
      README.md
  2. 13 0
      plugin.xml
  3. TEMPAT SAMPAH
      screenshots/image_1.png
  4. TEMPAT SAMPAH
      screenshots/image_2.png
  5. 1 1
      setup.php
  6. 1 0
      tools/make-release.php

+ 6 - 1
README.md

@@ -14,7 +14,7 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in
 
 # Usage
  * Go to `Configuration > Single Sign-On` and add a provider
- * To test, do logout and try login with links below login page `[ Login with <name> ]`
+ * To test, do logout and try login with links below login page `Login with <name>`
 
 # Available providers
  * Azure - https://docs.microsoft.com/azure/app-service/configure-authentication-provider-aad
@@ -25,6 +25,11 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in
  * LinkedIn - https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin/context
  * Generic - Allow to define custom URLs
 
+# Screenshots
+
+![image 1](./screenshots/image_1.png)
+![image 2](./screenshots/image_2.png)
+
 # Donation
 <table border="0">
  <tr>

+ 13 - 0
plugin.xml

@@ -64,6 +64,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.2.0</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>
@@ -78,4 +87,8 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in
             <tag>SSO</tag>
         </en>
     </tags>
+    <screenshots>
+      <screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-singlesignon/master/screenshots/image_1.png</screenshot>
+      <screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-singlesignon/master/screenshots/image_1.png</screenshot>
+   </screenshots>
 </root>

TEMPAT SAMPAH
screenshots/image_1.png


TEMPAT SAMPAH
screenshots/image_2.png


+ 1 - 1
setup.php

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

+ 1 - 0
tools/make-release.php

@@ -63,6 +63,7 @@ log_and_exec("php tools/build-locales-mo.php");
 
 echo "Remove unused files\n";
 $to_remove = [
+   'screenshots',
    'tools',
    'composer.json',
    'composer.lock',