RAXON

Create Stunning Web Experiences with PHP and Raxon as Your Foundation

Docs Plugin App App version major

Plugin: app.version.major

# In Raxon template files
{{app.version.major()}}
# in Php files
<?php
use Plugin/App_version_major;

app_version_major();

Output:

2024

Description

Every new build of the framework gets a new version.
The version exist of the release year, the release month and the release commit number. In this case the major (release year) will be shown.

Related: