Skip to content

Commit 12cda4e

Browse files
committedSep 26, 2023
Prepare v4.0
1 parent 950c158 commit 12cda4e

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed
 

‎Plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function getPluginAuthor()
6060

6161
public function getPluginVersion()
6262
{
63-
return '3.0.0';
63+
return '4.0.0';
6464
}
6565

6666
public function getCompatibleVersion()

‎Releases/KanboardSupport-4.0.zip

319 KB
Binary file not shown.

‎changelog.md

+47
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# Changelog
22

3+
## v4.0
4+
5+
_(most recent changes are listed on top):_
6+
- FIX: LDAP Translations - closes #19
7+
- FIX: Mention Excluded Passwords for Clarity
8+
- FIX: Abbreviations Are Not Consistent - #26
9+
- FIX: Translation - #19
10+
- FIX: Translation - #19
11+
- FIX: Update Plugin Description - include new features
12+
- NEW: Different Colours for Tiles - match php colour for required extensions - light grey for optional
13+
- FIX: Optional Tiles Hover
14+
- FIX: Keep Required Extensions Together in Order
15+
- FIX: Database Translation String - was unnecessarily too long for the tile
16+
- NEW: Make PHP Extension Tiles Neater - styling consistency - use PHP logo - restyle extension names
17+
- FIX: Optional Tile Hover for Installed Extension
18+
- FIX: Style Optional Tile Hover for Installed Extension
19+
- NEW: Show Required PHP Module on Hover for `zip` - detects as optional, mentions config files on hover - closes #25
20+
- NEW: Disable Download if `zip` Extension Not Installed - #25
21+
- NEW: Download Config Files Locally - download `.zip` archive file containing both config files named according to the current Kanboard version and date - requires PHP `zip` extension to be installed - #25
22+
- FIX: Migrate Code - `app-info.php` Translations - #24
23+
- FIX: Missing Translations
24+
- FIX: Add Missing Variables - closes #24
25+
- FIX: Migrate Code - `php-info.php` - #24
26+
- FIX: Migrate Code - `server-config.php` - #24
27+
- FIX: Migrate Code - `email-connection.php` - #24
28+
- FIX: Migrate Code - `db-connection.php` - #24
29+
- FIX: Migrate Code - `app-info.php` - #24
30+
- FIX: Migrate Code - `ldap-section.php` - #24
31+
- FIX: Migrate Code - `app-sections` - #24
32+
- FIX: Migrate Code - `user-config.php` - #24
33+
- NEW: Enhanced Privacy for Regular Users - mask mail server - #23
34+
- NEW: Enhanced Privacy for Regular Users - mask directory paths - #23
35+
- NEW: Enhanced Privacy for Regular Users - mask IP addresses - #23
36+
- NEW: Show LDAP Settings Only When Enabled - hides all 26 settings to save screen space unless LDAP is enabled - #19
37+
- FIX: Abbreviation Translation for SMTP
38+
- NEW: Better User Icon
39+
- NEW: Show Required PHP Modules for Mailmagik Plugin - detects as optional, mentions Mailmagik on hover - closes #22
40+
- FIX: Incorrect Tooltips
41+
- FIX: CSS Duplicate Selectors
42+
- NEW: Add LDAP Authentication Setting - #19
43+
- NEW: Add Abbreviation for cURL
44+
- FIX: Better SSL Server Port Wording
45+
- FIX: Content Margins & Spacing
46+
- FIX: Abbreviation Translations
47+
- FIX: Secondary Text Colour Consistency
48+
49+
350
## v3.0
451

552
_(most recent changes are listed on top):_

0 commit comments

Comments
 (0)