Skip to content

Commit 46944d3

Browse files
committed
Version bump, update release notes for bugfix on previous commit
1 parent 93c4d69 commit 46944d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Fluency for ProcessWire Changelog
22

3+
## 2.1.1 2025-03-17
4+
5+
### Major Bugfix. Recommended for all users
6+
7+
- Fixes issue where upgrading or installing where a translation engine has not been configured
8+
causes an error that prevents configuring the module or using translation features. Thanks to
9+
@jacmaes for finding/reporting and @ryangorley, @fstrizzi, @tomfrit for helping troubleshoot
10+
311
## 2.1.0 2025-03-10
412

513
### New features, Bugfixes, Documentation, Code Improvement, Recommended for all users

Fluency.info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
$info = [
88
'title' => 'Fluency',
9-
'version' => '210',
9+
'version' => '211',
1010
'href' => 'https://processwire.com/talk/topic/24567-fluency-the-complete-translation-enhancement-suite-for-processwire/',
1111
'icon' => 'language',
1212
'summary' => 'The complete translation enhancement suite for ProcessWire.',

0 commit comments

Comments
 (0)