Bugfix and new release (#1247)

* bugfix and new release

* Update changelog.txt
This commit is contained in:
oblomov 2024-07-03 20:44:27 +02:00 committed by GitHub
parent c83ac391eb
commit 7819e2d476
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View File

@ -9,6 +9,15 @@ Legend
- : removed - : removed
2024-07-03 v1.131.0
-------------------
+ Radio Button, Radio Button Group, Date Range Selector
+ Popup Layout V2
* Fix Launchpad Title
* Syntax Fixes for v750
* Bugfixes and Small Improvements
2024-06-13 v1.130.0 2024-06-13 v1.130.0
------------------- -------------------

View File

@ -1,8 +1,9 @@
INTERFACE z2ui5_if_app PUBLIC. INTERFACE z2ui5_if_app PUBLIC.
INTERFACES if_serializable_object. INTERFACES if_serializable_object.
CONSTANTS version TYPE string VALUE '1.301.0'. CONSTANTS version TYPE string VALUE '1.131.0'.
CONSTANTS origin TYPE string VALUE 'https://github.com/abap2UI5/abap2UI5'. CONSTANTS origin TYPE string VALUE 'https://github.com/abap2UI5/abap2UI5'.
CONSTANTS author TYPE string VALUE 'https://github.com/oblomov-dev'.
CONSTANTS license TYPE string VALUE 'MIT'. CONSTANTS license TYPE string VALUE 'MIT'.
DATA id_draft TYPE string. DATA id_draft TYPE string.