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
This commit is contained in:
Lars Hvam 2018-08-12 09:52:20 +02:00 committed by GitHub
parent 57d28d124b
commit a83c5cb878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -8,6 +8,20 @@ Legend
+ : added + : added
- : removed - : 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 2018-08-04 v1.74.0
------------------ ------------------
- Stage button in diff screen removed - Stage button in diff screen removed

View File

@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
PUBLIC . PUBLIC .
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT. 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. ENDINTERFACE.