From 4d48b8ceee039844f450e69e71a7e0e1796c7581 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Fri, 12 Jan 2024 00:34:45 +0100 Subject: [PATCH] Update changelog.txt (#772) * Update changelog.txt * Update z2ui5_cl_fw_http_handler.clas.abap --- changelog.txt | 9 ++++++++- src/01/01/z2ui5_cl_fw_http_handler.clas.abap | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index b0627a98..885b50db 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,7 +8,14 @@ Legend + : added - : removed -2024-01-03 v1.112.0 +2024-01-12 v1.114.0 +------------------- + +* cross app navigation +* table output +! debugger tools + +2024-01-03 v1.113.0 ------------------- + new debugging tools diff --git a/src/01/01/z2ui5_cl_fw_http_handler.clas.abap b/src/01/01/z2ui5_cl_fw_http_handler.clas.abap index bf96f97d..f3bd1b0c 100644 --- a/src/01/01/z2ui5_cl_fw_http_handler.clas.abap +++ b/src/01/01/z2ui5_cl_fw_http_handler.clas.abap @@ -4,7 +4,7 @@ CLASS z2ui5_cl_fw_http_handler DEFINITION PUBLIC SECTION. - CONSTANTS c_abap_version TYPE string VALUE '1.113.0' ##NO_TEXT. + CONSTANTS c_abap_version TYPE string VALUE '1.114.0' ##NO_TEXT. CLASS-METHODS http_post IMPORTING