Skip to content

Commit

Permalink
Merge branch 'release/2.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Oct 28, 2021
2 parents 2d5fbb8 + 88a84f9 commit b4dc3e3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions escalade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes :
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>2.7.1</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/pluginsGLPI/escalade/releases/download/2.7.1/glpi-escalade-2.7.1.tar.bz2</download_url>
</version>
<version>
<num>2.7.0</num>
<compatibility>~9.5.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion js/central.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
if (this.innerHTML.indexOf('escalade_block') < 0) {
//prepare a span element to load new elements
$(this).prepend("<span id='escalade_block'>test</span>");
$(this).prepend("<span id='escalade_block'></span>");
//ajax request
$("#escalade_block").load(plugin_url+'/ajax/central.php');
Expand Down
Binary file modified locales/tr_TR.mo
Binary file not shown.
10 changes: 5 additions & 5 deletions locales/tr_TR.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#
# Translators:
# Cédric Anne, 2018
# Kaya Zeren <kayazeren@gmail.com>, 2015-2016,2018-2020
# Kaya Zeren <kayazeren@gmail.com>, 2015-2016,2018-2021
msgid ""
msgstr ""
"Project-Id-Version: GLPI Plugin - Escalade\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-12 12:08+0000\n"
"PO-Revision-Date: 2021-10-12 12:37+0000\n"
"Last-Translator: Cédric Anne\n"
"PO-Revision-Date: 2021-10-13 20:03+0000\n"
"Last-Translator: Kaya Zeren <kayazeren@gmail.com>\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/teclib/glpi-project-plugin-escalade/language/tr_TR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -150,7 +150,7 @@ msgstr "Görevlere göre yetki yükseltme geçmişi"

#: inc/config.class.php:65
msgid "Remove technician(s) on escalation"
msgstr "Teknisyenleri yetki yükseltme grubundan çıkar"
msgstr "Teknisyenleri yetki yükseltmeden çıkar"

#: inc/config.class.php:77
msgid "Ticket status after an escalation"
Expand Down Expand Up @@ -196,7 +196,7 @@ msgstr "Not: Bu özellik (oluşturulma kısmı) <a href='##link##'>Davranış</a

#: inc/config.class.php:204
msgid "Remove requester(s) on escalation"
msgstr ""
msgstr "İstekte bulunanları yetki yükseltmeden çıkar"

#: inc/config.class.php:216
msgid "Display delete button"
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
--------------------------------------------------------------------------
*/

define ('PLUGIN_ESCALADE_VERSION', '2.7.0');
define ('PLUGIN_ESCALADE_VERSION', '2.7.1');

// Minimal GLPI version, inclusive
define("PLUGIN_ESCALADE_MIN_GLPI", "9.5");
Expand Down

0 comments on commit b4dc3e3

Please sign in to comment.