Skip to content

Commit d5c68e5

Browse files
committed
Update changelog and version numbers
1 parent b3f5e20 commit d5c68e5

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
2-
## [20260218.33] - 2026-02-18
2+
## [20260221.33] - 2026-02-21
33
### Fixed
44
Fix #52 New "private" album aren't private
5+
Fix #57 Problem transferring album descriptions to Piwigo in LrC 15.2
56
### Added
67
GPS coordinates can now be sent to Piwigo without republishing image - via Send Metadata to Piwigo for Selected Photos option
78

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=20260218, minor=33, revision=0 },
69+
VERSION = { major=20260221, minor=33, 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=20260218, minor=33, revision=0 }
82+
_G.versionInfo = { major=20260221, minor=33, revision=0 }
8383

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

0 commit comments

Comments
 (0)