From 380cdf951b87b9a1fd5e7ee439bd2de621820dcc Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:36:30 +0100 Subject: [PATCH] New release (#757) * new release * update version * Update changelog.txt --- changelog.txt | 6 ++++++ src/01/01/z2ui5_cl_fw_http_handler.clas.abap | 2 +- src/10/01/z2ui5_cl_xml_view.clas.abap | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index ae2bcea7..398b087d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,12 @@ Legend + : added - : removed +2023-12-20 v1.112.0 +------------------- + ++ new debugging tools +! UI5 module loading + 2023-12-20 v1.112.0 ------------------- 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 d0a27e80..8a1eef19 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.112.0' ##NO_TEXT. + CONSTANTS c_abap_version TYPE string VALUE '1.113.0' ##NO_TEXT. CLASS-METHODS http_post IMPORTING diff --git a/src/10/01/z2ui5_cl_xml_view.clas.abap b/src/10/01/z2ui5_cl_xml_view.clas.abap index 05878591..feb17451 100644 --- a/src/10/01/z2ui5_cl_xml_view.clas.abap +++ b/src/10/01/z2ui5_cl_xml_view.clas.abap @@ -7521,4 +7521,4 @@ ENDMETHOD. result = new #( me ). ENDMETHOD. -ENDCLASS. \ No newline at end of file +ENDCLASS.