Skip to content

Commit 76a9543

Browse files
author
gr8b
committed
fix: support of Zabbix 7.2
1 parent dde0134 commit 76a9543

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ zip-release:
4040
sed -i "s/\"manifest_version\": 2/\"manifest_version\": 1/g" manifest.json
4141
zip $(VERSION_TAG)-zabbix-5.0-6.2.zip actions/* public/* views/* views/js/* helpers/* helpers/html/* Module.php manifest.json
4242
sed -i "s/\"manifest_version\": 1/\"manifest_version\": 2/g" manifest.json
43-
zip $(VERSION_TAG)-zabbix-6.4-7.0.zip actions/* public/* views/* views/js/* helpers/* helpers/html/* Module.php manifest.json
43+
zip $(VERSION_TAG)-zabbix-6.4-7.2.zip actions/* public/* views/* views/js/* helpers/* helpers/html/* Module.php manifest.json
4444

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Example:
5454

5555
### Compatibility and Zabbix support
5656

57-
For Zabbix 6.4 and newer, up to 7.0, use `*-zabbix-6.4-7.0.zip` file for installation.
57+
For Zabbix 6.4 and newer, up to 7.2, use `*-zabbix-6.4-7.2.zip` file for installation.
5858
For Zabbix version 6.2 and older use `*-zabbix-5.0-6.2.zip` file to install.
5959

6060
### Development

0 commit comments

Comments
 (0)