... | @@ -13,7 +13,27 @@ For deployment and related operations, see the [DevOps wiki](https://git.customd |
... | @@ -13,7 +13,27 @@ For deployment and related operations, see the [DevOps wiki](https://git.customd |
|
|
|
|
|
## Changes & Upgrade Log
|
|
## Changes & Upgrade Log
|
|
|
|
|
|
As of [0.15.0](changes-0.15.0), Zon is a little smarter about how it reports it's version number. Rather than looking inside the `package.json` file for the version number, Zon will query the Git repository for the correct version. If the current version is on an official release tag, Zon will use that tag name.
|
|
#### Current Versions
|
|
|
|
|
|
|
|
* [1.0.0 — Edge](changes-1.0.0)
|
|
|
|
* [0.15.0 — Beta](changes-0.15.0)
|
|
|
|
* [0.14.1 — Stable](changes-0.14.1)
|
|
|
|
|
|
|
|
#### Recent Versions
|
|
|
|
|
|
|
|
* [0.14.0](changes-0.14.0)
|
|
|
|
* [0.13.1](changes-0.13.1)
|
|
|
|
* [0.13.0](changes-0.13.0)
|
|
|
|
|
|
|
|
For a complete list, please see the [full changes log](changes).
|
|
|
|
|
|
|
|
|
|
|
|
### Determine your Zon Version
|
|
|
|
|
|
|
|
|
|
|
|
#### Zon 0.15.0 and newer:
|
|
|
|
|
|
|
|
As of [0.15.0](changes-0.15.0), Zon is a little smarter about how it works out it's version number. Rather than looking inside the `composer.json` file for the version number (which could be out of date, or plain wrong), Zon will query the Git repository for the correct version. If the current version is on an official release tag, Zon will use that tag name.
|
|
|
|
|
|
E.g., `0.15.0`
|
|
E.g., `0.15.0`
|
|
|
|
|
... | @@ -27,19 +47,15 @@ E.g., `dev-0.15.0 (f1b83c97a)` |
... | @@ -27,19 +47,15 @@ E.g., `dev-0.15.0 (f1b83c97a)` |
|
|
|
|
|
To get the current version number, use the `zon_version()` method.
|
|
To get the current version number, use the `zon_version()` method.
|
|
|
|
|
|
#### Current Versions
|
|
|
|
|
|
|
|
* [1.0.0 — Edge](changes-1.0.0)
|
|
#### Zon 0.10.0 - 0.14.x
|
|
* [0.15.0 — Beta](changes-0.15.0)
|
|
|
|
* [0.14.1 — Stable](changes-0.14.1)
|
|
|
|
|
|
|
|
#### Recent Versions
|
|
Zon loads the version number from `composer.json`, and sets it into the `ZON_VERSION` constant.
|
|
|
|
|
|
* [0.14.0](changes-0.14.0)
|
|
|
|
* [0.13.1](changes-0.13.1)
|
|
|
|
* [0.13.0](changes-0.13.0)
|
|
|
|
|
|
|
|
For a complete list, please see the [full changes log](changes).
|
|
#### Earlier than Zon 0.10.0
|
|
|
|
|
|
|
|
Zon was un-versioned before this point.
|
|
|
|
|
|
|
|
|
|
### Git Migration
|
|
### Git Migration
|
... | | ... | |