From 3193550f6618b2dc6c8147d4131ce5ef437deb85 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 22 Mar 2021 13:27:31 +0100 Subject: [PATCH] 1.107.0 (#4656) * 1.107.0 * v1.107.0 --- changelog.txt | 14 ++++++++++++++ src/zif_abapgit_version.intf.abap | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 17d49929b..4c631bd52 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,20 @@ Legend + : added - : removed +2021-03-22 v1.107.0 +------------------- +! Change DDIC activation mode +! DDIC, error when no active vesion found ++ User exit: wall messages ++ User exit: Strip XML details +* CLAS, fix several issues related to class includes +* Respect wildcard characters in proxy bypass settings +* AVAR, bugfix, unlock after deserialize +* DEVC, bugfix, unlock after error +* ENHO, bugfix "file emxxx not found" +* allow switching branches in write protected repos +* Popup refactoring to HTML + 2021-02-28 v1.106.0 ------------------- ! TABL, serialization changed, fields TABNAME, DDLANGUAGE, POSITION cleared diff --git a/src/zif_abapgit_version.intf.abap b/src/zif_abapgit_version.intf.abap index 0b79e314f..057bab8c1 100644 --- a/src/zif_abapgit_version.intf.abap +++ b/src/zif_abapgit_version.intf.abap @@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version PUBLIC . CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT. - CONSTANTS gc_abap_version TYPE string VALUE '1.106.0' ##NO_TEXT. + CONSTANTS gc_abap_version TYPE string VALUE '1.107.0' ##NO_TEXT. ENDINTERFACE.