Skip to content

Commit

Permalink
v1.4.3 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools authored Dec 11, 2023
1 parent e31eefc commit 4eecc58
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</REQUIREMENTS>
<PACKAGING>
<NAME>mbt-package-manager</NAME>
<VERSION>1.4.2</VERSION>
<VERSION>1.4.3</VERSION>
<DESCRIPTION>Package Manager for Marc Bernard Tools</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BC</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_PACKAGE_MANAGER_TN</LOGO>
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ and [ISO Date Format](https://www.iso.org/iso-8601-date-and-time-format.html).

## [Unreleased]

## Version [1.4.3] - 2023-12-11

### Changed

- Update certificate for marcbernardtools.com
- Bump ABAP String Map
- Open links to website in new browser window

### Fixed

- Update installer
- Fix sync between registry and installer persistence

## Version [1.4.2] - 2023-11-24

### Fixed
Expand Down Expand Up @@ -102,7 +115,8 @@ Launch Release
Initial Release. For details, see [Features](https://marcbernardtools.com/docs/marc-bernard-tools/features).


[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.4.2...main
[Unreleased]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.4.3...main
[1.4.3]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.4.2...1.4.3
[1.4.2]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.4.1...1.4.2
[1.4.1]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/Marc-Bernard-Tools/MBT-Package-Manager/compare/1.3.2...1.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/#mbtools#cl_tool_bc.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CLASS /mbtools/cl_tool_bc 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 Package Manager' ##NO_TEXT,
description TYPE string VALUE 'Package Manager for Marc Bernard Tools' ##NO_TEXT,
bundle_id TYPE i VALUE 0,
Expand Down

0 comments on commit 4eecc58

Please sign in to comment.