-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from manuelmayer-dev/feature/update-SuchByte.Pi…
…HolePlugin [Plugin Update] SuchByte.PiHolePlugin => v1.1.0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SuchByte.PiHolePlugin
updated
17 files
+15 −19 | Actions/DisablePiHoleAction.cs | |
+9 −13 | Actions/EnablePiHoleAction.cs | |
+25 −27 | CredentialsHelper.cs | |
+2 −2 | ExtensionManifest.json | |
+34 −37 | Language/PluginLanguageManager.cs | |
+20 −25 | Language/PluginStrings.cs | |
+21 −24 | Main.cs | |
+13 −17 | Models/DisablePiHoleActionConfigModel.cs | |
+8 −12 | Models/ISerializableConfiguration.cs | |
+7 −4 | Pi-hole Plugin.csproj | |
+128 −99 | PiHoleHelper.cs | |
+15 −19 | PluginConfigurationHelper.cs | |
+19 −0 | Resources/Languages/Spanish.json | |
+32 −35 | ViewModels/DisablePiHoleActionConfigViewModel.cs | |
+7 −11 | ViewModels/ISerializableConfigViewModel.cs | |
+37 −44 | Views/DisablePiHoleActionConfigView.cs | |
+60 −66 | Views/PluginConfigurationView.cs |