Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/generate_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
CORE_FILE = os.path.join(SCRIPT_DIR, '../../plugin_core.py')
OUTPUT_FILE = os.path.join(SCRIPT_DIR, '../../plugin.py')
PLUGIN_VERSION = "2.24.4" # x-release-please-version
PLUGIN_VERSION = "2.24.5" # x-release-please-version
RELEASE_VERSION_MARKER = "x-release-please-" + "version"

def generate_plugin():
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.24.4"
".": "2.24.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.24.5](https://github.com/adrighem/PyPluginStore/compare/v2.24.4...v2.24.5) (2026-07-29)


### Bug Fixes

* **ui:** highlight release updates ([8374b34](https://github.com/adrighem/PyPluginStore/commit/8374b34af72e3b155fe071c61de47eed36fe60c7))

## [2.24.4](https://github.com/adrighem/PyPluginStore/compare/v2.24.3...v2.24.4) (2026-07-28)


Expand Down
4 changes: 2 additions & 2 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

"""
<plugin key="PP-MANAGER" name="PyPluginStore" author="adrighem" version="2.24.4" externallink="https://forum.domoticz.com/viewtopic.php?t=44626"> <!-- x-release-please-version -->
<plugin key="PP-MANAGER" name="PyPluginStore" author="adrighem" version="2.24.5" externallink="https://forum.domoticz.com/viewtopic.php?t=44626"> <!-- x-release-please-version -->
<description>
<h2>PyPluginStore</h2><br/>
This plugin manages other Domoticz Python plugins.<br/><br/>
Expand Down Expand Up @@ -37,7 +37,7 @@
</params>
</plugin>
"""
PYPLUGINSTORE_VERSION = "2.24.4" # x-release-please-version
PYPLUGINSTORE_VERSION = "2.24.5" # x-release-please-version



Expand Down