This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

codedge
codedge

Hi,

I already published a plugin here on the Marketplace. Unfortunately, if I want to pull in a new version (1.0.2) it does not get pulled. It just stays with 1.0.1. My new version is tagged and released on Github.

Any idea?

Cheers!

dshoreman
dshoreman

Sadly October doesn't believe in git, tags or composer, so you still have to update the updates/version.yaml even when there are no migrations. You also can't update the non-edge version once you've pushed an edge release because of this - something to keep in mind for more complex updates down the line.

I got your email too, will take a proper look at your plugin in the next few days :)

codedge
codedge

@dshoreman Thanks for the info regarding the mail!

For my plugin I meant the automatic updates to the Marketplace here? You can specify that the source of the plugin should be fetched from GIT... which worked for the initial version. Hope that was clear ;-)

Now with the next version 1.0.2 it does not fetch.

dshoreman
dshoreman

Looking at your version file, you only have 1.0.1 listed - October ignores Git tags completely, so you need to add 1.0.2 to the version.yaml also: https://github.com/codedge/octobercms-trustedshops/blob/master/updates/version.yaml

Edit: I just submitted a PR which should fix it

Last updated

codedge
codedge

Argh.. thanks a lot! It's update now.

dshoreman
dshoreman

You did it the wrong way round, although not sure if that actually makes a difference. (seems not as it pulled properly!)

You can also use single line version: description format and without quotes when there are no migrations ;)

Last updated

codedge
codedge

The updater does not seem to care... the new 1.0.2 is listed on top of the changelog here: http://octobercms.com/plugin/codedge-trustedshops

Didn't know the single line version. Cheers!

1-7 of 7

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.