Skip to content

Commit

Permalink
Merge pull request #151 from jellyfin/prepare-18
Browse files Browse the repository at this point in the history
Prepare for release v18
  • Loading branch information
joshuaboniface authored Dec 4, 2023
2 parents 609e446 + a8071e6 commit a866c85
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>17.0.0.0</Version>
<AssemblyVersion>17.0.0.0</AssemblyVersion>
<FileVersion>17.0.0.0</FileVersion>
<Version>18.0.0.0</Version>
<AssemblyVersion>18.0.0.0</AssemblyVersion>
<FileVersion>18.0.0.0</FileVersion>
</PropertyGroup>
</Project>
19 changes: 11 additions & 8 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "LDAP Authentication"
guid: "958aad66-3784-4d2a-b89a-a7b6fab6e25c"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-ldapauth.png"
version: 17
targetAbi: "10.8.9.0"
version: 18
targetAbi: "10.8.13.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Authenticate users against an LDAP database"
Expand All @@ -14,11 +14,14 @@ category: "Authentication"
artifacts:
- "LDAP-Auth.dll"
- "Novell.Directory.Ldap.NETStandard.dll"
changelog: |2-
changelog: |-
- Implement proper input sanitization to prevent LDAP injection attacks (#153) @tam1m
### New features and improvements ###
- Rework search flow to minimize LDAP search results (#140) @joshuaboniface
- admin memberUid feature flag (#138) @cyberb
- Expand certificate support for LDAP authentication (#135) @JoshuaHassler
- Added (#147) @sdimovv
### Code or Repo Maintenance ###
- Update link to Jellyfin website (#150) @methbkts
### Bug Fixes ###
- Rework search flow to minimize LDAP search results (#140) @joshuaboniface
### Documentation updates ###
- Fix "build" shields badge (#152) @Radiicall

0 comments on commit a866c85

Please sign in to comment.