Skip to content
Merged

Dev #501

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
852e9cf
new 2024
baimard May 1, 2024
62b5a1c
Merge branch 'master' of github.com:baimard/gestion
baimard May 1, 2024
a7000e5
Tests
baimard May 4, 2024
4fcb3d8
Merge branch 'master' of github.com:baimard/gestion into dev
baimard Sep 28, 2024
aa58e71
reboot
baimard Sep 28, 2024
d5ba869
V2.6.0
baimard Sep 28, 2024
fca2953
2.6.1 - Possibility to share with others users
baimard Sep 28, 2024
c71cdbe
2.6.1 - final
baimard Sep 28, 2024
e65bdee
#411 hot fix
baimard Sep 29, 2024
8fc4ba1
Merge branch 'master' into dev
baimard Sep 29, 2024
3c4de20
Clean
baimard Dec 28, 2024
689d5e8
Merge branch 'dev' of github.com:baimard/gestion into dev
baimard Dec 28, 2024
7493767
Update, Duplicate function, bug in Bdd.php
baimard Dec 28, 2024
3a65350
duplicate 2.6.3
baimard Dec 28, 2024
f3edeb6
Merge branch 'master' of github.com:baimard/gestion into dev
baimard Mar 5, 2025
139c9dc
Merge branch 'master' of github.com:baimard/gestion into dev
baimard Apr 1, 2025
492e8dc
v2.7.0 - quote and bill improvement
baimard Apr 1, 2025
7f3efc8
2.7.0
baimard Apr 6, 2025
25ead52
Merge branch 'master' of github.com:baimard/gestion into dev
baimard Apr 6, 2025
7121ae7
2.7.0
baimard Apr 6, 2025
b273c04
improvement
baimard Apr 6, 2025
aa15916
improvement
baimard Apr 6, 2025
ce63146
2.7.0 final
baimard Apr 6, 2025
6148251
mise à jour.
baimard May 16, 2025
e38e552
update
baimard May 16, 2025
e1f8350
Merge branch 'master' of github.com:baimard/gestion into dev
baimard May 29, 2025
6dce2c4
pre-release 2.8.0
baimard May 29, 2025
824a0d7
correction
baimard May 29, 2025
2a643e7
correction
baimard May 29, 2025
a71a8e5
correction
baimard May 29, 2025
6d462c3
correction
baimard May 29, 2025
f18343b
correction
baimard May 29, 2025
addd4af
#439
baimard May 29, 2025
8134428
v2.8.1
baimard May 29, 2025
d8c0267
2.8.1
baimard May 29, 2025
9d1c912
2.8.2
baimard May 29, 2025
7b58a0d
Merge branch 'master' into dev
baimard May 29, 2025
d962628
Merge branch 'master' of github.com:baimard/gestion into dev
baimard May 29, 2025
7d2e9cb
2.8.3
baimard May 30, 2025
193873f
2.8.3
baimard May 30, 2025
f9500e7
Merge branch 'master' of github.com:baimard/gestion into dev
baimard May 30, 2025
c0af1ab
Footer image add
baimard May 30, 2025
6e454ef
2.8.5
baimard Jul 3, 2025
d932a09
2.8.5
baimard Jul 3, 2025
f677547
Merge branch 'master' of github.com:baimard/gestion into dev
baimard Jul 4, 2025
8586652
2.8.6
baimard Jul 4, 2025
b1ef1ec
Merge branch 'master' of github.com:baimard/gestion into dev
baimard Apr 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you require adaptations of this application to comply with your country's reg
[![Donate](https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-yellow.svg)](https://www.buymeacoffee.com/benjaminaimard)

]]></description>
<version>2.8.7</version>
<version>2.8.8</version>
<licence>agpl</licence>
<author mail="benjamin@cybercorp.fr" homepage="https://github.com/baimard">Benjamin AIMARD</author>
<namespace>Gestion</namespace>
Expand All @@ -49,7 +49,7 @@ If you require adaptations of this application to comply with your country's reg
<screenshot>https://raw.githubusercontent.com/baimard/gestion/master/tests/Unit/Panther/screens/statistique.png</screenshot>
<donation>https://www.buymeacoffee.com/benjaminaimard</donation>
<dependencies>
<nextcloud min-version="30" max-version="31"/>
<nextcloud min-version="31" max-version="34"/>
<php min-version="8"/>
</dependencies>
<settings>
Expand Down
4 changes: 4 additions & 0 deletions templates/content/changelog.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<div syle="display: none;" id="modalConfig" class="modal">
<div class="modal-content">
<span class="modalClose">&times;</span>
<<<<<<< HEAD
<h2><?php p($l->t('Welcome to GESTION')); ?> 2.8.6</h2>
=======
<h2><?php p($l->t('Welcome to GESTION')); ?> 2.8.7</h2>
>>>>>>> 9dce8721ddae627aadb8395eeae9deaf706c1abc

<p style="font-size:14px;margin-bottom:20px;">
<?php p($l->t(
Expand Down
Loading