Skip to content

Commit

Permalink
🔖 Prepare v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkobain committed Oct 2, 2023
1 parent 34f7e4a commit ec824b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.5.1] - 2023-10-02
### Changed
- Fix compilation error due to wrong prototype for `Molkobain\iTop\Extension\FontAwesome5\Console\Extension\PageUIExtension::GetLinkedStylesheetsAbsUrls()`

## [1.5.0] - 2023-07-30
### Changed
- Raise iTop min. version to 2.7
Expand Down Expand Up @@ -40,7 +44,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add full compatibility with iTop 2.4+
- Add partial compatibility with iTop 2.3 (admin. console only)

[Unreleased]: https://github.com/Molkobain/itop-fontawesome5-pack/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/Molkobain/itop-fontawesome5-pack/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/Molkobain/itop-fontawesome5-pack/releases/tag/v1.5.1
[1.5.0]: https://github.com/Molkobain/itop-fontawesome5-pack/releases/tag/v1.5.0
[1.4.0]: https://github.com/Molkobain/itop-fontawesome5-pack/releases/tag/v1.4.0
[1.3.0]: https://github.com/Molkobain/itop-fontawesome5-pack/releases/tag/v1.3.0
Expand Down
7 changes: 3 additions & 4 deletions dist/molkobain-fontawesome5-pack/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<author><![CDATA[Guillaume Lajarige]]></author>
<label><![CDATA[Font Awesome 5]]></label>
<description><![CDATA[Use new icon sets for both portal & console.]]></description>
<version>1.5.0</version>
<version>1.5.1</version>
<release_date>2023-07-30</release_date>
<version_description><![CDATA[
* Raise iTop min. version to 2.7
* Migrate deprecated APIs for full compatibility with future iTop version
* Rename files to match conventions]]></version_description>
* Fix compilation error due to wrong prototype for Molkobain\iTop\Extension\FontAwesome5\Console\Extension\PageUIExtension::GetLinkedStylesheetsAbsUrls()
]]></version_description>
<itop_version_min>2.7.0</itop_version_min>
<status>stable</status>
<mandatory>false</mandatory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/** @noinspection PhpUnhandledExceptionInspection */
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'molkobain-fontawesome5-pack/1.5.0',
'molkobain-fontawesome5-pack/1.5.1',
array(
// Identification
//
Expand Down

0 comments on commit ec824b3

Please sign in to comment.