Private GIT

Skip to content
Snippets Groups Projects
Commit d0ee0b89 authored by Christophe K.'s avatar Christophe K.
Browse files

Modification du numéro de version + ajout d'une variable pour le lien direct sur le commit

parent 10ce649d
Branches
Tags 4.3c
No related merge requests found
commit 10ce649
Author: ck <ckforall@gmail.com>
Date: Mon May 7 03:29:09 2018 +0200
modification du changelog via
la commande
git log --abbrev-commit e68367a3 > CHANGELOG
cela evite d'écrire :)
il faut changer le numéro ci-dessus avec le dernier n° de commit
commit e68367a
Author: Christophe K <ckforall@gmail.com>
Date: Mon May 7 03:22:24 2018 +0200
......
......@@ -11,7 +11,7 @@
/* --------------------------------
* @version 4.2c
* @version 4.3c
* --------------------------------
*/
......@@ -195,8 +195,10 @@ return $tocompile;
//<!-- version git add on -->
$versionAPP = exec('cd /modddyoyock/ddyoyock/ && git rev-parse --short HEAD', $returnval );
$versionAPP_long = exec('cd /modddyoyock/ddyoyock/ && git rev-parse HEAD', $returnval );
?>
<!-- version git add on -->
<span style="font-size:10pt">version de l'add on ck : < <span style="color:yellow"><a href="https://github.nailis.fr/ckbox/ddyoyock" title="add onck" target="_blank" > <?=$versionAPP;?> </a></span> ></span>
<span style="font-size:10pt">version de l'add on ck : < <span style="color:yellow"><a href="https://github.nailis.fr/ckbox/ddyoyock/commit/<?=$versionAPP_long;?>" title="add onck" target="_blank" > <?=$versionAPP;?> </a></span> ></span>
<h3>LOCAL /HOME </h3>
<!--FIN ADDON CK -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment