Skip to content

0.5.1 Track what version you installed

Compare
Choose a tag to compare
@rosiel rosiel released this 15 Mar 18:03
· 170 commits to main since this release
8b7cef1

When creating a Starter Site using composer create-project (i.e. using the starter method in both ISLE and Playbook), you now have a hidden file in your root directory called .starter_site_version. It contains information about which version of the Starter Site was installed. This will be useful if you want to see what updates have been done by the community since you installed the Starter Site.

Example contents of .starter_site_version:

{
    "package": "islandora/islandora-starter-site-0.5.1.0",
    "full-pretty-version": "0.5.1",
    "pretty-string": "islandora/islandora-starter-site 0.5.1",
    "pretty-version": "0.5.1",
    "unique-name": "islandora/islandora-starter-site-0.5.1.0",
    "version": "0.5.1.0",
    "release-date": null
}

What's Changed

Full Changelog: 0.5.0...0.5.1

Composer Lock Changes

none.