Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.4.3 #14

Merged
merged 3 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading