Skip to content

Commit 20ad8fc

Browse files
committed
Fixed #16 - When importing a smart collection album a publishing error occurs
1 parent 71ddfb8 commit 20ad8fc

7 files changed

Lines changed: 438 additions & 435 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
2+
## [20251227.18] - 2025-12-27
3+
### ### Fixed
4+
Fixed #16 - When importing a smart collection album a publishing error occurs - Running Import Smart Collection Settings created a collection within the Publish Service but a corresponding Piwigo album wasn't. This fix checks for missing albums during the Publish process and creates them if needed
5+
26
## [20251227.17] - 2025-12-27
3-
### Fixed
47
Fixed bug introduced by fix in previous release
58

69
## [20251224.16] - 2025-12-24

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ A Lightroom Classic plugin which publishes images to a Piwigo host via the Piwig
3232
* When Published Collection is deleted in LrC the associated Piwigo album is also deleted. Photos in the Piwigo album are also deleted if they would become orphans, but if they are associated with other albums they will be left.
3333
* Multiple Publish Services connecting to different Piwigo hosts can be created.
3434
* Deleting a Publish Service does not delete any images or albums on the Piwigo host it was associated with.
35+
* Import Smart Collection Settings supported
3536

3637
## The following functionality is under development:
3738

3839
* Metadata customisation - select which LrC metedata fields are used for Piwigo photo Title and Description fields.
40+
* Per album custom settings - allowing image sizes and other settings to be set at album level, overriding the global Publish Manager settings
3941
* Metadata Check - check metadata on Piwigo matches Lrc (Title, Caption, GPS, Creator)
4042

4143
## The following functionality is planned:

piwigoPublish.lrplugin/Info.lua

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

6060
LrPluginInfoProvider = 'PluginInfo.lua',
6161

62-
VERSION = { major=20251227, minor=17, revision=0 },
62+
VERSION = { major=20251227, minor=18, revision=0 },
6363
}

piwigoPublish.lrplugin/Init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ end
7272

7373
_G.PiwigoBusy = false
7474
_G.iconPath = _PLUGIN:resourceId("icons/icon_med.png")
75-
_G.pluginVersion = "20251228.17"
75+
_G.pluginVersion = "20251228.18"
7676

0 commit comments

Comments
 (0)