mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
parent
1cbda2f2ae
commit
3193550f66
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user