From 3af61aac0026d865eae9d09e2a3e12244ff85f7d Mon Sep 17 00:00:00 2001 From: Davide Scola Date: Wed, 4 Oct 2023 15:40:33 +0000 Subject: [PATCH 1/2] list of supported osTicket versions has been updated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca55595..1027011 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ [![Works on osTicket v1.14](https://img.shields.io/badge/osTicket-v1.14-green)](https://github.com/osTicket/osTicket/tree/v1.14.8) [![Works on osTicket v1.15](https://img.shields.io/badge/osTicket-v1.15-green)](https://github.com/osTicket/osTicket/tree/v1.15.8) [![Works on osTicket v1.16](https://img.shields.io/badge/osTicket-v1.16-green)](https://github.com/osTicket/osTicket/tree/v1.16.6) -[![Works on osTicket v1.17](https://img.shields.io/badge/osTicket-v1.17-green)](https://github.com/osTicket/osTicket/tree/v1.17.3) +[![Works on osTicket v1.17](https://img.shields.io/badge/osTicket-v1.17-green)](https://github.com/osTicket/osTicket/tree/v1.17.4) +[![Works on osTicket v1.18](https://img.shields.io/badge/osTicket-v1.18-green)](https://github.com/osTicket/osTicket/tree/v1.18) From 5602ee56990e213462d56bb25cabf087a42c44db Mon Sep 17 00:00:00 2001 From: Davide Scola Date: Wed, 4 Oct 2023 15:40:58 +0000 Subject: [PATCH 2/2] bump version --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index ad31be7..e684a6c 100644 --- a/plugin.php +++ b/plugin.php @@ -24,7 +24,7 @@ */ return [ 'id' => /* notrans */ 'bfx:ost:streamer', - 'version' => '1.2.0', + 'version' => '1.3.0', 'ost_version' => '1.10', 'name' => /* trans */ 'Bitfinex osTicket Streamer', 'author' => 'Davide Scola, Nicoletta Maia',