Git commit a883bc204d9d06988769f2868c6a34db04e1336d by Ralf Habacker. Committed on 30/06/2017 at 20:40. Pushed by habacker into branch 'master'. Add version regex for 4.3 to 4.6 for easier bug reviewing M +4 -0 lib.inc https://commits.kde.org/websites/kmymoney-org/a883bc204d9d06988769f2868c6a3= 4db04e1336d diff --git a/lib.inc b/lib.inc index 6921b72..49155ac 100644 --- a/lib.inc +++ b/lib.inc @@ -36,6 +36,10 @@ function bugList($type, $version=3D"",$options=3D"") ); = $versions =3D array( + "4.3" =3D> "&o2=3Dregexp&v2=3D4.3|4.3.[0-7]|4.2.[89][0-9]", + "4.4" =3D> "&o2=3Dregexp&v2=3D4.4|4.4.[0-7]|4.3.[89][0-9]", + "4.5" =3D> "&o2=3Dregexp&v2=3D4.5|4.5.[0-7]|4.4.[89][0-9]", + "4.6" =3D> "&o2=3Dregexp&v2=3D4.6|4.6.[0-7]|4.5.[89][0-9]", "4.7" =3D> "&o2=3Dregexp&v2=3D4.7|4.7.[0-7]|4.6.[89][0-9]", "4.7.0" =3D> "&o2=3Dregexp&v2=3D4.7.0", "4.7.1" =3D> "&o2=3Dregexp&v2=3D4.7.1",