RAXON

Create Stunning Web Experiences with PHP and Raxon as Your Foundation

Docs Plugin App App version

Plugin: app.version

# In raxon template files
{{app.version()}}
# In php traits
<?php
use Plugin; 
trait Example{
   use Plugin\App_Version;

   public function example_run(){
      echo $this->app_version(); 
   }
}

Output:

2024.04.6940

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.

Related: