Skip to content

Commit b6a4d3b

Browse files
committed
Merge feature-pms into main
2 parents b8bc52c + 346fdee commit b6a4d3b

5 files changed

Lines changed: 293 additions & 88 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## [20269999.99]
3+
### Added
4+
Updated Plugin-Manager screen
5+
6+
27
## [20260221.33] - 2026-02-21
38
### Fixed
49
Fix #52 New "private" album aren't private

piwigoPublish.lrplugin/Info.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ return {
6666

6767
LrPluginInfoProvider = 'PluginInfo.lua',
6868

69-
VERSION = { major=20260221, minor=33, revision=0 },
69+
VERSION = { major=20269999, minor=99, revision=0 },
7070
}

piwigoPublish.lrplugin/Init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ _G.iconPath = _PLUGIN:resourceId("icons/icon_med.png")
7979
-- _PLUGIN.VERSION is nil here for some reason, so hardcoding for now
8080
-- just need to ensure both places are updated together
8181

82-
_G.versionInfo = { major=20260221, minor=33, revision=0 }
82+
_G.versionInfo = { major=20269999, minor=99, revision=0 }
8383

8484
_G.pluginVersion = string.format("%d.%d", versionInfo.major, versionInfo.minor)
8585
-- Auto-update checker

piwigoPublish.lrplugin/PluginInfo.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ return {
2929
startDialog = PluginInfoDialogSections.startDialog,
3030
endDialog = PluginInfoDialogSections.endDialog,
3131

32-
-- sectionsForTopOfDialog = PluginInfoDialogSections.sectionsForTopOfDialog,
33-
sectionsForBottomOfDialog = PluginInfoDialogSections.sectionsForBottomOfDialog,
32+
sectionsForTopOfDialog = PluginInfoDialogSections.sectionsForTopOfDialog,
33+
--sectionsForBottomOfDialog = PluginInfoDialogSections.sectionsForBottomOfDialog,
3434
}

0 commit comments

Comments
 (0)