From a83c5cb878823acc0295df2c8aba115ada0f9d50 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 12 Aug 2018 09:52:20 +0200 Subject: [PATCH] Version 1.74.1 (#1812) Refactoring Downport Descriptions in new online popup Optimized git object handling SSST package popup fixed PARA popup fixed Package validations Diff still shows after pushing TABL field ROWORCOLST cleared Staging page optimizations Correct CUA if needed during pull --- 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 866180116..6b4dfaeae 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,20 @@ Legend + : added - : removed +2018-08-12 v1.74.1 +------------------ +* Refactoring +* Downport +* Descriptions in new online popup +* Optimized git object handling +* SSST package popup fixed +* PARA popup fixed +* Package validations +* Diff still shows after pushing +* TABL field ROWORCOLST cleared +* Staging page optimizations +* Correct CUA if needed during pull + 2018-08-04 v1.74.0 ------------------ - Stage button in diff screen removed diff --git a/src/zif_abapgit_version.intf.abap b/src/zif_abapgit_version.intf.abap index f6ad6b749..a7ddd6077 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.74.0' ##NO_TEXT. + CONSTANTS gc_abap_version TYPE string VALUE '1.74.1' ##NO_TEXT. ENDINTERFACE.