Plugin update not reflecting in store

Posted on
Wed Jul 28, 2021 3:56 pm
kwijibo007 offline
Posts: 325
Joined: Sep 27, 2013
Location: Melbourne, Australia

Plugin update not reflecting in store

Hi Guys,

I've updated the Doorbird plugin and created a new release on GitHub but it's not reflecting in the Plugin Store. Have I missed something I should have done or is it a manual review process that just takes a few days?

https://github.com/kwijibo007/DoorBird

Pete

Posted on
Wed Jul 28, 2021 4:24 pm
kwijibo007 offline
Posts: 325
Joined: Sep 27, 2013
Location: Melbourne, Australia

Re: Plugin update not reflecting in store

Scratch that. If I had checked my email I would have noticed an email telling me exactly what's wrong :oops: .

Pete

Posted on
Wed Jul 28, 2021 4:47 pm
kwijibo007 offline
Posts: 325
Joined: Sep 27, 2013
Location: Melbourne, Australia

Re: Plugin update not reflecting in store

Actually... The email I received tells me that the plugin version in my info.plist is 1.0.0 and my release is 1.1.0.

But the info.plist is 1.1.0. I think I've messed something up somewhere. Any thoughts?

I have a feeling of deja vu - like Jay has helped me fix this exact issue before.

Posted on
Wed Jul 28, 2021 5:14 pm
jay (support) offline
Site Admin
User avatar
Posts: 18200
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Plugin update not reflecting in store

Are you sure it's been updated both in the repo and in the attached zip file? Usually this error is because one or the other didn't get updated.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Wed Jul 28, 2021 5:43 pm
kwijibo007 offline
Posts: 325
Joined: Sep 27, 2013
Location: Melbourne, Australia

Re: Plugin update not reflecting in store

Yep, this is what's in the zipped release file:

Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
   <key>PluginVersion</key>
   <string>1.1.0</string>
   <key>ServerApiVersion</key>
   <string>2.0</string>
   <key>IwsApiVersion</key>
   <string>1.0.0</string>
   <key>CFBundleDisplayName</key>
   <string>DoorBird</string>
   <key>CFBundleIdentifier</key>
   <string>net.dowles.doorbird</string>
   <key>CFBundleVersion</key>
   <string>1.0.1</string>
   <key>CFBundleURLTypes</key>
   <array>
      <dict>
         <key>CFBundleURLName</key>
         <string>https://github.com/kwijibo007/DoorBird</string>
      </dict>
   </array>
</dict>
</plist>


and this is what's in GitHub repo (https://github.com/kwijibo007/DoorBird/blob/master/DoorBird.indigoPlugin/Contents/Info.plist):

Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
   <key>PluginVersion</key>
   <string>1.1.0</string>
   <key>ServerApiVersion</key>
   <string>2.0</string>
   <key>IwsApiVersion</key>
   <string>1.0.0</string>
   <key>CFBundleDisplayName</key>
   <string>DoorBird</string>
   <key>CFBundleIdentifier</key>
   <string>net.dowles.doorbird</string>
   <key>CFBundleVersion</key>
   <string>1.0.1</string>
   <key>CFBundleURLTypes</key>
   <array>
      <dict>
         <key>CFBundleURLName</key>
         <string>https://github.com/kwijibo007/DoorBird</string>
      </dict>
   </array>
</dict>
</plist>

Posted on
Wed Jul 28, 2021 5:53 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Plugin update not reflecting in store

The commit that's marked as the release is not the latest commit. The checksum numbers don't match.

Bump the version number, and re-commit.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Wed Jul 28, 2021 6:14 pm
kwijibo007 offline
Posts: 325
Joined: Sep 27, 2013
Location: Melbourne, Australia

Re: Plugin update not reflecting in store

FlyingDiver wrote:
Bump the version number, and re-commit.


That did the trick - thanks

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 5 guests