* 1.103.0

* v1.103.0
This commit is contained in:
Lars Hvam 2020-11-22 09:53:55 +01:00 committed by GitHub
parent 9ef961cc8a
commit 18900789a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -8,6 +8,16 @@ Legend
+ : added
- : removed
2020-11-22 v1.103.0
-------------------
! DDLS file format changes, newline
! VIEW file format changes, less data
+ Support jump for SHI3
+ Support jump for SHI5
* New help buttons in new online/offline forms
* Better error handling for uninstall
* Documentation updates
2020-11-12 v1.102.0
-------------------
+ Backup and restore for abapGit persistency

View File

@ -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.102.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.103.0' ##NO_TEXT.
ENDINTERFACE.