escopecz / grav-ganalytics

Google Analytics plugin for Grav CMS
MIT License
20 stars 9 forks source link

Fix version update via Grav Package Manager #32

Closed ViliusS closed 1 year ago

ViliusS commented 1 year ago

1.5.0 was actually published as 1.4.0, so if you had 1.4.0 installed previously GPM won't update it.

This patch fixes version in the blueprint and the changelog. Not sure if this will help, or something else must be done. Like, releasing 1.5.1 properly?

escopecz commented 1 year ago

Wow, thanks. I do not pay much attention to this repo as I don't use GA anymore. Shouldn't this be 1.5.1 then?

ViliusS commented 1 year ago

I don't know how Grav plugin publishing works, so cannot say. Maybe I should update blueprint to 1.5.1, so it can be git tagged?

escopecz commented 1 year ago

I'm not sure as well, but I think that the tag is all that is needed. The 1.5.0 tag already exists so 1.5.1 should do the trick.

ViliusS commented 1 year ago

I have bumped version to 1.5.1. You can now merge it, tag it and let's check if it will appear on GPM.

escopecz commented 1 year ago

Released: https://github.com/escopecz/grav-ganalytics/releases/tag/1.5.1

Please give it a go.

ViliusS commented 1 year ago

At this moment no new version is found. Let's wait, maybe GPM refreshes data periodically.

ViliusS commented 1 year ago

New version appeared. Thanks!

I have also made one additional patch because I have botched up changelog format previously https://github.com/escopecz/grav-ganalytics/pull/33. Sorry about that.