Cms: Where is 3.1.34.3

Created on 1 Oct 2019  路  8Comments  路  Source: craftcms/cms

Description

The 3.1.34.3 can't be found when changing the URL to the download.craftcdn.com pattern (i.e. I get a 404 when looking at [https://download.craftcdn.com/craft/3.1/Craft-3.1.34.3.zip] (https://download.craftcdn.com/craft/3.1/Craft-3.1.34.3.zip)

This structure works for other patterns, such as 3.1.34.2. I'd specifically like 3.1.42.3, as it seems to be a breakpoint.

Steps to reproduce

Go to https://download.craftcdn.com/craft/3.1/Craft-3.1.34.3.zip
Expect linked file
Get a 404

Additional info

Craft version: n/a
PHP version: n/a
Database driver & version: n/a
Plugins & versions: n/a

Thanks

All 8 comments

Sorry about that... should be there now.

Thanks @angrybrad 馃檶

Hi @angrybrad - thanks for getting back to me.

I've just tried to pull it down this morning. It seems as though it's version 3.3.6 of Craft though?

Run the following script to obtain the internal Craft CMS version for a given archive, e.g.:

VERSION=3.1 BUILD=34.3 sh -c 'echo $VERSION.$BUILD && curl https://download.craftcdn.com/craft/$VERSION/Craft-$VERSION.$BUILD.zip -s -o /tmp/craft.zip && rm -rf /tmp/craft && unzip -q /tmp/craft.zip -d /tmp/craft && grep version /tmp/craft/vendor/craftcms/cms/composer.json'

This returns 3.3.6.

Am I missing something?

-- Doesn't look like I can reopen this issue.

Hi @angrybrad - any progress on this? :slightly_smiling_face:

composer.lock file seems incorrect for that release :/

            "name": "craftcms/cms",
            "version": "3.3.6"

Should be able to look at it today.

and by today... I mean tomorrow morning.

Should be resolved now!

Was this page helpful?
0 / 5 - 0 ratings