Skip to content

Commit

Permalink
1.4.2 (#8)
Browse files Browse the repository at this point in the history
* 1.4.2

* Update CHANGELOG.md
  • Loading branch information
mbtools authored Apr 7, 2024
1 parent c4051e3 commit 25721c8
Show file tree
Hide file tree
Showing 3 changed files with 11 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.1</VERSION>
<VERSION>1.4.2</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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and [ISO Date Format](https://www.iso.org/iso-8601-date-and-time-format.html).

## [Unreleased]

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

### Fixed

- Replace POPUP_GET_VALUES
- Fix error messages for CALC command

## Version [1.4.1] - 2024-02-15

### Changed
Expand Down Expand Up @@ -73,7 +80,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.1...main
[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.4.2...main
[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
[1.3.1]: https://github.com/Marc-Bernard-Tools/MBT-Command-Field/compare/1.3.0...1.3.1
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.1' ##NO_TEXT,
version TYPE string VALUE '1.4.2' ##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 25721c8

Please sign in to comment.