0.5.1 Track what version you installed
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
- Track original version, on
create-project
by @adam-vessey in #66
Full Changelog: 0.5.0...0.5.1
Composer Lock Changes
none.