Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-mlc
kohinos
Commits
be6c43d0
Commit
be6c43d0
authored
Oct 02, 2020
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add app versionning & display in footer
parent
63eab8f7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
129 additions
and
11 deletions
+129
-11
VERSION
VERSION
+1
-0
composer.lock
composer.lock
+119
-8
bundles.php
config/bundles.php
+1
-0
symfony.lock
symfony.lock
+6
-0
footer.html.twig
templates/common/footer.html.twig
+2
-3
No files found.
VERSION
0 → 100644
View file @
be6c43d0
0.9.1
composer.lock
View file @
be6c43d0
...
...
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "
f569a61c588e9ba0313fa37c884eba02
",
"content-hash": "
bae4a82dec956bea8efb42f213adb6ba
",
"packages": [
{
"name": "api-platform/api-pack",
...
...
@@ -2083,10 +2083,16 @@
{
"name": "ekyna/payum-payzen",
"version": "1.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/ekyna/PayumPayzen.git",
"reference": "9854667ee60fdd9ead297eb055e10ba1fdab3afe"
},
"dist": {
"type": "path",
"url": "./lib/ekyna/payum-payzen",
"reference": "17c280ea86308a430cc355578264a1c1f0800edd"
"type": "zip",
"url": "https://api.github.com/repos/ekyna/PayumPayzen/zipball/9854667ee60fdd9ead297eb055e10ba1fdab3afe",
"reference": "9854667ee60fdd9ead297eb055e10ba1fdab3afe",
"shasum": ""
},
"require": {
"payum/core": "^1.5",
...
...
@@ -2115,10 +2121,7 @@
"keywords": [
"payum",
"payzen"
],
"transport-options": {
"relative": true
}
]
},
{
"name": "exsyst/swagger",
...
...
@@ -5030,6 +5033,59 @@
"time": "2019-11-15T08:54:08+00:00"
},
{
"name": "nikolaposa/version",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/nikolaposa/version.git",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikolaposa/version/zipball/7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
"shasum": ""
},
"require": {
"php": "^7.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^6.0 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Version\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nikola Poša",
"email": "posa.nikola@gmail.com",
"homepage": "https://www.nikolaposa.in.rs"
}
],
"description": "Value Object that represents a SemVer-compliant version number.",
"homepage": "https://github.com/nikolaposa/version",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
"time": "2019-08-11T08:31:54+00:00"
},
{
"name": "ocramius/package-versions",
"version": "1.9.0",
"source": {
...
...
@@ -6890,6 +6946,59 @@
"time": "2018-12-19T17:14:59+00:00"
},
{
"name": "shivas/versioning-bundle",
"version": "3.2.3",
"source": {
"type": "git",
"url": "https://github.com/shivas/versioning-bundle.git",
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/44611dbbeeef81376baa32d65ac8c263fe307f62",
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62",
"shasum": ""
},
"require": {
"nikolaposa/version": "^2.2 || ^3",
"php": "^7.0",
"symfony/console": "^3.4 || ^4 || ^5",
"symfony/framework-bundle": "^3.4 || ^4 || ^5",
"symfony/process": "^3.4 || ^4 || ^5"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^6.5 || ^7",
"symfony/phpunit-bridge": "^4.3"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Shivas\\VersioningBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Audrius Karabanovas",
"email": "audrius@karabanovas.net",
"role": "Developer"
}
],
"description": "Symfony3|4 application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations",
"homepage": "https://github.com/shivas/versioning-bundle",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
"time": "2019-12-08T15:52:26+00:00"
},
{
"name": "sonata-project/admin-bundle",
"version": "3.71.0",
"source": {
...
...
@@ -7333,6 +7442,7 @@
"keywords": [
"sonata"
],
"abandoned": true,
"time": "2020-06-04T16:33:00+00:00"
},
{
...
...
@@ -13481,6 +13591,7 @@
"i18n",
"text"
],
"abandoned": true,
"time": "2018-12-05T18:34:18+00:00"
},
{
...
...
config/bundles.php
View file @
be6c43d0
...
...
@@ -50,4 +50,5 @@ return [
Sonata\ClassificationBundle\SonataClassificationBundle
::
class
=>
[
'all'
=>
true
],
App\Application\Sonata\ClassificationBundle\ApplicationSonataClassificationBundle
::
class
=>
[
'all'
=>
true
],
Payum\Bundle\PayumBundle\PayumBundle
::
class
=>
[
'all'
=>
true
],
Shivas\VersioningBundle\ShivasVersioningBundle
::
class
=>
[
'all'
=>
true
],
];
symfony.lock
View file @
be6c43d0
...
...
@@ -338,6 +338,9 @@
"nikic/php-parser": {
"version": "v4.1.0"
},
"nikolaposa/version": {
"version": "3.2.0"
},
"ocramius/package-versions": {
"version": "1.3.0"
},
...
...
@@ -455,6 +458,9 @@
"ref": "421933bf8f0e75546ac8e00cb3eb12904fa2ac1a"
}
},
"shivas/versioning-bundle": {
"version": "3.2.3"
},
"sonata-project/admin-bundle": {
"version": "3.31",
"recipe": {
...
...
templates/common/footer.html.twig
View file @
be6c43d0
<footer
class=
"container clearfix footer"
>
{# TODO : ajouter crédit et lien vers la solution de gestion de la monnaie locale complémentaire libre de droits #}
<a
href=
'http://www.kohinos.com'
target=
'_blank'
>
© Kohinos 2020
</a>
<a
href=
'http://www.kohinos.com'
target=
'_blank'
>
© Kohinos 2020
</a>
- V
{{
shivas_app_version
}}
<div
class=
'float-right'
>
<a
href=
"
{{
path
(
'contact'
)
}}
"
>
Nous contacter
</a>
</div>
</footer>
\ No newline at end of file
</footer>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment