-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix for #87 all public functions must specify an HTTP method * only Jellyfin Admins can use the HTTP Endpoints * Code cleanup, minor refactor before overhaul for easier readability * updated manifest * more code cleanup/refactoring * updated build scripts for ease-of-life * further cleaning. Fixed/modified error logging. Now no longer errors our on Virtual LocationType * found new params for newsletter. Began adding them in. Still need to update DB table, jsonobj class, etc * added popup for test email * updated build script * Alter DB table for new data/Added new data elements to DB. Clean up usless error messages. * code refactor (renamed elements) * code refactor (renamed class file) * updated .gitignore * More code refactoring. Now can dynamically add in new dynamic tags for future updates. Added new tags {} for newsletter * updated .gitignore * More code refactoring and adding in/fixing new tags. Updated default/template html code * Pulls in and sets Body/Entry HTML from template files * final updates for new tags * Updated build scripts and versioning * readme updated. build number bumped to 0.6.3.0. Manifest updated * updated checksum * fixed but due to slight plugin name change * fixed but due to slight plugin name change * fixed but due to slight plugin name change --------- Co-authored-by: Kilian von Pflugk <[email protected]>
- Loading branch information
1 parent
fac7ba6
commit 7715bc7
Showing
7 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# 0.6.4.0 | ||
- Minor bug fix | ||
|
||
# 0.6.3.0 | ||
- Major code refactoring. | ||
- Added additional data tags (see README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<Version>0.6.3.0</Version> | ||
<AssemblyVersion>0.6.3.0</AssemblyVersion> | ||
<FileVersion>0.6.3.0</FileVersion> | ||
<Version>0.6.4.0</Version> | ||
<AssemblyVersion>0.6.4.0</AssemblyVersion> | ||
<FileVersion>0.6.4.0</FileVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters