* 1.107.0

* v1.107.0
This commit is contained in:
Lars Hvam 2021-03-22 13:27:31 +01:00 committed by GitHub
parent 1cbda2f2ae
commit 3193550f66
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
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 2021-02-28 v1.106.0
------------------- -------------------
! TABL, serialization changed, fields TABNAME, DDLANGUAGE, POSITION cleared ! TABL, serialization changed, fields TABNAME, DDLANGUAGE, POSITION cleared

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.106.0' ##NO_TEXT. CONSTANTS gc_abap_version TYPE string VALUE '1.107.0' ##NO_TEXT.
ENDINTERFACE. ENDINTERFACE.