A beautiful, customisable new tab page for Firefox and Chrome.
/** | |
* Generates a semantic version number from the given {@link major}, | |
* {@link minor}, and {@link patch} numbers. | |
* | |
* @remarks | |
* Inspired by the PHP [`PHP_VERSION_ID`][l2] constant to get the current | |
* version as an integer. | |
* | |
* See: | |
* |
<?php | |
/** | |
* @author niquenen | |
* @company H2V Solutions | |
* @created_at 2020-02-18 10:54:10 | |
* @updated_by niquenen | |
* @updated_at 2022-11-04 15:16:13 | |
*/ |