Skip to content

Commit

Permalink
Merge branch 'dev': version bump (2.4.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Jun 9, 2022
2 parents f826c4e + b87aa2f commit 0ba946b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Learning with Texts - Fork"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.4.0-fork
PROJECT_NUMBER = 2.4.1-fork

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project's changelog. Versions marked with "-fork" come from the community,
For git tags, official releases are marked like "v1.0.0", while unofficial ones are marked like "v1.0.0-fork".

## [Unreleased]

## 2.4.1-fork (June 09 2022)
### Changed
* Some function signature were not logical in ``edit_texts.php``. These signatures remain untouched for backward compatibility, but the internals were changed.
* Texts without tag do no longer display a "[]" string next to the title. Applies to both archived and active texts.
Expand All @@ -17,6 +19,9 @@ For git tags, official releases are marked like "v1.0.0", while unofficial ones
* Repaired ``long_text_import.php`` for non-Japanese texts, it was broken since 2.4.0. Thanks to [@rc-ops](https://github.com/rc-ops) for this issue [#33](https://github.com/HugoFara/lwt/issues/33).
* Text statistics were not displayed when there was more than one text since 2.2.2-fork.

### Full Changelog
* [2.4.0...2.4.1](https://github.com/HugoFara/lwt/compare/2.4.0...2.4.1)

## 2.4.0-fork (May 23 2022)
### Added
* The external dependency for Japanese parsing, MeCab, is now more easily detected on Windows and Linux.
Expand Down
9 changes: 8 additions & 1 deletion docs/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h2 name="current" id="current">
</h2>

<p>
The current version is 2.4.0-fork (May 23 2022).
The current version is 2.4.1-fork (June 09 2022).
<br>
<a href="#CHANGELOG">View the Changelog.</a>
</p>
Expand Down Expand Up @@ -1908,6 +1908,7 @@ <h2 id="CHANGELOG" name="CHANGELOG">▶ Changelog - <a href="#">[↑]</a></h2>
<p>This project's changelog. Versions marked with "-fork" come from the community, other versions come from the canonical LWT ("official" branch on Git).
For git tags, official releases are marked like "v1.0.0", while unofficial ones are marked like "v1.0.0-fork".</p>
<h3>[Unreleased]</h3>
<h3>2.4.1-fork (June 09 2022)</h3>
<h4>Changed</h4>
<ul>
<li>Some function signature were not logical in <code>edit_texts.php</code>. These signatures remain untouched for backward compatibility, but the internals were changed.</li>
Expand All @@ -1922,6 +1923,12 @@ <h3>Fixed</h3>
<li>Repaired <code>long_text_import.php</code> for non-Japanese texts, it was broken since 2.4.0. Thanks to <a href="https://github.com/rc-ops">@rc-ops</a> for this issue <a href="https://github.com/HugoFara/lwt/issues/33">#33</a>.</li>
<li>Text statistics were not displayed when there was more than one text since 2.2.2-fork.</li>
</ul>
<h4>Full Changelog</h4>
<ul>
<li>
<a href="https://github.com/HugoFara/lwt/compare/2.4.0...2.4.1">2.4.0...2.4.1</a>
</li>
</ul>
<h3>2.4.0-fork (May 23 2022)</h3>
<h4>Added</h4>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion inc/kernel_utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
function get_version(): string
{
global $debug;
$version = '2.4.0-fork (May 23 2022)';
$version = '2.4.1-fork (June 09 2022)';
if ($debug) {
$version .= ' <span class="red">DEBUG</span>';
}
Expand Down
4 changes: 3 additions & 1 deletion js/pgm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ba946b

Please sign in to comment.