Skip to content

Commit c093b48

Browse files
committed
Add 2.7.4 version definition
1 parent 9a46ecb commit c093b48

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<compatibility>~10.0.0</compatibility>
3535
<download_url>https://github.com/pluginsGLPI/order/releases/download/2.8.0-rc1/glpi-order-2.8.0-rc1.tar.bz2</download_url>
3636
</version>
37+
<version>
38+
<num>2.7.4</num>
39+
<compatibility>~9.5.0</compatibility>
40+
<download_url>https://github.com/pluginsGLPI/order/releases/download/2.7.4/glpi-order-2.7.4.tar.bz2</download_url>
41+
</version>
3742
<version>
3843
<num>2.7.3</num>
3944
<compatibility>~9.5.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define('PLUGIN_ORDER_VERSION', '2.7.3');
31+
define('PLUGIN_ORDER_VERSION', '2.7.4');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_ORDER_MIN_GLPI", "9.5");

0 commit comments

Comments
 (0)