Skip to content

Commit

Permalink
1.4.3 (#14)
Browse files Browse the repository at this point in the history
* 1.4.3

* 1.4.3

* 1.4.3
  • Loading branch information
mbtools authored Apr 17, 2024
1 parent da99f9b commit 6f2baf9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<VERSION_CONSTANT>/MBTOOLS/CL_TOOL_BC_CL=&gt;C_TOOL-VERSION</VERSION_CONSTANT>
<PACKAGING>
<NAME>mbt-command-field</NAME>
<VERSION>1.4.2</VERSION>
<VERSION>1.4.3</VERSION>
<DESCRIPTION>The world&apos;s first enhancement for the SAP GUI command field</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BC-CL</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_COMMAND_FIELD_TN</LOGO>
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and [ISO Date Format](https://www.iso.org/iso-8601-date-and-time-format.html).

## [Unreleased]

## Version [1.4.3] - 2024-04-17

### Added

- Add support for displaying users and requests
- Show corresponding object for transactions
- Support for more types of parameter t-codes

## Version [1.4.2] - 2024-04-07

### Fixed
Expand Down Expand Up @@ -80,7 +88,8 @@ Launch Release
Initial Release. For details, see [Features](https://marcbernardtools.com/docs/mbt-command-field/features).


[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.2...main
[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.3...main
[1.4.3]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.2...1.4.3
[1.4.2]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.1...1.4.2
[1.4.1]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.3.1...1.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/#mbtools#cl_tool_bc_cl.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CLASS /mbtools/cl_tool_bc_cl DEFINITION

CONSTANTS:
BEGIN OF c_tool,
version TYPE string VALUE '1.4.2' ##NO_TEXT,
version TYPE string VALUE '1.4.3' ##NO_TEXT,
title TYPE string VALUE 'MBT Command Field' ##NO_TEXT,
description TYPE string
VALUE `The world's first enhancement for the SAP GUI command field` ##NO_TEXT,
Expand Down

0 comments on commit 6f2baf9

Please sign in to comment.