Skip to content

Commit

Permalink
🔖 Prepare v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkobain committed Sep 25, 2022
1 parent e765876 commit 9380a5c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.4.0] - 2022-09-25
### Changed
* Add compatibility with iTop 3.0+
* Change iTop min. version 2.7.0

## [1.3.0] - 2020-08-18
### Added
- Add possibility to choose Mardown converter options
* Add possibility to choose Mardown converter options

## [1.2.0] - 2019-12-31
### Changed
- Fix display in the admin. console
- Add compatibility with iTop 2.7+
* Fix display in the admin. console
* Add compatibility with iTop 2.7+

### Added
- Add dutch translations (Thanks to @jbostoen!)
* Add dutch translations (Thanks to @jbostoen!)

## [1.1.3] - 2019-11-30
### Changed
- Fix display in the end-user portal
* Fix display in the end-user portal

## [1.1.2] - 2019-07-24
### Changed
- Update dependencies to include their fixes
* Update dependencies to include their fixes

## [1.1.1] - 2019-07-23
### Changed
- Fix rendering of line breaks on read-only attributes (preview was ok)
* Fix rendering of line breaks on read-only attributes (preview was ok)

## [1.1.0] - 2019-07-23
### Added
- Include "Molkobain's newsroom provider" module to keep administrators informed on new extensions and updates (can be disabled in the conf. file) (iTop 2.6+ only)
* Include "Molkobain's newsroom provider" module to keep administrators informed on new extensions and updates (can be disabled in the conf. file) (iTop 2.6+ only)

## [1.0.0] - 2019-04-05
### Added
- First version
* First version

[Unreleased]: https://github.com/Molkobain/itop-markdown-viewer/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/Molkobain/itop-markdown-viewer/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/Molkobain/itop-markdown-viewer/releases/tag/v1.4.0
[1.3.0]: https://github.com/Molkobain/itop-markdown-viewer/releases/tag/v1.3.0
[1.2.0]: https://github.com/Molkobain/itop-markdown-viewer/releases/tag/v1.2.0
[1.1.3]: https://github.com/Molkobain/itop-markdown-viewer/releases/tag/v1.1.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can try this extension on the online demo. There are already some FAQs with
*Note: Mind to logout before switching between console & portal.*

## Compatibility
Compatible with iTop 2.4+
Compatible with iTop 2.7+

## Dependencies
* Module `molkobain-handy-framework/1.3.0`
Expand Down
10 changes: 6 additions & 4 deletions dist/molkobain-markdown-viewer/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
<author><![CDATA[Guillaume Lajarige]]></author>
<label><![CDATA[Markdown attributes viewer]]></label>
<description><![CDATA[Easily edit fields in Markdown without any modification to your datamodel!]]></description>
<version>1.3.0</version>
<release_date>2020-08-18</release_date>
<version_description><![CDATA[Add possibility to choose Mardown converter options]]></version_description>
<itop_version_min>2.4.0</itop_version_min>
<version>1.4.0</version>
<release_date>2022-09-25</release_date>
<version_description><![CDATA[
* Add compatibility with iTop 3.0+
* Change iTop min. version 2.7.0]]></version_description>
<itop_version_min>2.7.0</itop_version_min>
<status>stable</status>
<mandatory>false</mandatory>
<more_info_url>https://www.molkobain.com/product-category/itop-extensions/</more_info_url>
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-markdown-viewer/1.3.0',
'molkobain-markdown-viewer/1.4.0',
array(
// Identification
//
Expand Down

0 comments on commit 9380a5c

Please sign in to comment.