Bump version to 1.2.17

This commit is contained in:
Marek Miklewicz
2026-07-04 22:54:22 +02:00
parent b4fbd46cc1
commit c7c14f0d2a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ case "$(basename "$PLUGIN_DIR")" in
esac
grep -Fxq "name=alt-mysql" "$PLUGIN_DIR/plugin.conf" || fail "plugin.conf name is not alt-mysql"
grep -Fxq "id=alt-mysql" "$PLUGIN_DIR/plugin.conf" || fail "plugin.conf id is not alt-mysql"
grep -Fxq "version=1.2.16" "$PLUGIN_DIR/plugin.conf" || fail "plugin.conf version is not 1.2.16"
grep -Fxq "version=1.2.17" "$PLUGIN_DIR/plugin.conf" || fail "plugin.conf version is not 1.2.17"
grep -Fq "return '/CMD_PLUGINS/alt-mysql';" "$PLUGIN_DIR/exec/lib/AppContext.php" \
|| fail "AppContext base URL is not alt-mysql"
grep -Fq "\$pluginId = 'alt-mysql';" "$PLUGIN_DIR/exec/lib/DirectAdminUser.php" \